Guide · 9 min read
Designing Fair Online Contests: Legal, Ethical, and Verification Best Practices
What separates a legitimate online giveaway from one that invites legal trouble, audience distrust, or both — and how to run yours correctly.
Online giveaways are one of the most effective audience-building tools available, and one of the most legally and ethically fraught. The same activity, run the same way, can be a marketing success or a federal crime depending on small details in how prizes are awarded, who can enter, and how randomness is verified. This article walks through the major considerations that separate a trustworthy contest from one that invites problems.
Sweepstakes, Contests, and Lotteries: The Legal Categories
United States law, and most jurisdictions modeled on it, distinguishes three categories of promotional drawing. A lottery requires consideration (something of value paid by the entrant), prize (something of value awarded), and chance (winner determined randomly). All three elements together make the activity a lottery, which in most US states can only be operated by the government.
A sweepstakes is a lottery with the consideration element removed. Entries must be free, with an alternative method of entry available to anyone who would otherwise be required to pay. A contest replaces the chance element with skill or merit — winner determined by judging, not randomness. Drop any element and you can run the promotion legally as a sweepstakes or contest; keep all three and you are operating an illegal lottery.
The practical implication: if you require purchase or payment to enter, you are running a lottery. Most legitimate online giveaways are sweepstakes, with entry conditional on free actions like following an account, leaving a comment, or filling out a form. Anything that costs the entrant money — even sometimes including "like and share" actions that benefit you commercially — can be argued to constitute consideration in certain jurisdictions.
Eligibility and Disclosure
Every legitimate giveaway needs clear, posted rules covering at minimum: who is eligible to enter (age, geography, employee exclusions), how to enter, the entry period, the prize description, how the winner will be selected, when the drawing will occur, how the winner will be notified, and any tax or shipping responsibilities. These rules should be published before the contest begins, not after.
Many jurisdictions require additional disclosures. California's Business and Professions Code requires sweepstakes rules to disclose the odds of winning, the value of the prize, and the operator's identity. New York requires bonding for high-value sweepstakes. The European Union's General Data Protection Regulation imposes consent requirements on the collection of entrant data. Running an international giveaway means complying with the rules of every jurisdiction your entrants come from — which is often why operators restrict entry to specific regions.
The Selection Mechanism
Random selection sounds simple but offers many places for unfairness to creep in. Common failure modes include: using a non-cryptographic random number generator that produces detectable patterns; allowing the operator to draw multiple times if they dislike the first result; selecting winners before the entry period closes; failing to deduplicate entries; or accepting late entries from select participants.
A defensible selection process should be: deterministic given a published seed, auditable after the fact, drawn from cryptographically secure randomness, and executed in a way that cannot be re-run if the operator dislikes the result. One approach is to commit to a specific public source of randomness in advance — for example, the closing price of a stock on a future date, or the hash of a future block on a blockchain — so that even the operator cannot know the winner until the public event occurs.
Live Drawings and Verification
For audience-facing contests, a live drawing provides the strongest verification. The selection happens on camera, in real time, in front of the audience. A spinner wheel works particularly well for this because the entire selection process is visible: viewers see the names being added, see the spin, and see the result. There is no opportunity for the operator to selectively re-draw or alter the outcome.
For maximum credibility, record the entire process from beginning to end without cuts. Start the recording before adding any names, perform the drawing, and continue until the winner is notified. Publish the recording. Audiences who care about fairness can verify the entire chain, and those who do not care still benefit from knowing that verification is possible.
Anti-Fraud Considerations
Online contests attract fraudulent entries. Common patterns include: multiple accounts created by the same person, bots that automatically enter every visible contest, sock puppet accounts that exist only to enter giveaways, and coordinated rings that share access to multiple platforms. Effective deduplication often requires more than checking emails — it may require verifying social profiles, requiring action histories, or limiting entries by IP or device fingerprint.
Anti-fraud measures must be disclosed in advance and applied uniformly. A contest that retroactively disqualifies entries on suspicion of fraud, without clear rules and without giving entrants a chance to respond, opens itself to credible accusations of bias. Better to set the rules tightly upfront and accept that some marginal cases will fall through.
Notification and Closure
After selection, the winner should be notified promptly and given a reasonable but bounded window to respond — typically 24 to 72 hours for online contests. If the initial winner does not respond, the rules should specify whether an alternate is drawn or whether the prize is forfeit. Notify all participants of the outcome, ideally with the recorded drawing visible. This closure step is what converts a one-time contest into a repeatable, reputation-building practice.
A Repeatable Framework
Running giveaways at scale gets easier once you have a checklist. Define eligibility, draft rules, post them publicly, collect entries, verify entries, deduplicate, perform random selection with verifiable methods, record the process, notify the winner, and publish the outcome. Followed consistently, this framework produces contests that are legally defensible, ethically sound, and increasingly trusted by your audience. The single biggest mistake operators make is improvising any of the above steps under time pressure. A pre-written process, even a basic one, prevents most of the disasters this article describes.
Recommended Reading
If you found this article useful, these books go deeper into the same topics. Each title is hand-picked for the material covered above.
- The Decision Book: 50 Models for Strategic Thinking by Mikael Krogerus, Roman Tschäppeler — Practical frameworks for structuring fair selection and decision processes. View on Amazon
- Influence: The Psychology of Persuasion by Robert B. Cialdini — Background on why transparency in contests builds trust — useful context for compliance design. View on Amazon
As an Amazon Associate, Roulety earns from qualifying purchases. This does not change the price you pay and helps support the writing on this site.
© 2026 Roulety. Free online spinner wheel for decisions, games, and fun.