Create Raffle Website

Hi I want to create a website which is specifically aimed at raffle sales. The process would be:
I upload a competition/raffle example a new iPhone
Then customers can buy a ticket and are allocated a random number between 1-however many numbers I decide on depending each product.
when the customer buys a ticket they receive and email with their random number.
when the competition sells out we should receive the list of all people that entered with their entry number so when we do the draw we can identify the winner.

An example of this would be www.rkingscompetitions.com

Take a look at the Coupon Spinner: https://www.grampsworkbench.com/Examples/Coupon-Spinner
You can load the template and live site and see how it works behind the scenes.

It randomizes the list of available prizes and the coupon code is displayed when the wheel stops spinning.

I believe that looking at the code can give you a rough idea of how to implement it in your specific case.

Goodluck.