Sweeps

Voodoo Ranger Bet on 11 Sweepstakes

View saved
How does this find feel?

Voodoo Ranger Bet on 11 Sweepstakes — Win Up to $11,000 Cash

:root {
–primary: #6b21a8;
–primary-dark: #4c1d95;
–primary-deep: #2e1065;
–primary-light: #9333ea;
–primary-pale: #f5f3ff;
–accent: #f59e0b;
–accent-light: #fde68a;
–cream: #fdfcff;
–warm-white: #f9f7ff;
–border: #e9e3ff;
–text-dark: #1c1c1c;
–text-gray: #555555;
–text-light: #888888;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘Inter’, sans-serif;
background: var(–cream);
color: var(–text-dark);
font-size: 17px;
line-height: 1.85;
}

/* ── PROGRESS BAR ── */
#xp-bar-container {
position: fixed; top: 0; left: 0; right: 0;
height: 5px; background: #e9e3ff; z-index: 9999;
}
#xp-bar {
height: 100%; width: 0%;
background: linear-gradient(90deg, var(–primary), var(–accent));
transition: width 0.2s ease;
}

/* ── HEADER ── */
header {
background: linear-gradient(160deg, #1a0533 0%, #2e1065 30%, #4c1d95 65%, #1a0533 100%);
color: #fff;
text-align: center;
padding: 60px 24px 52px;
position: relative;
overflow: hidden;
}
header::before {
content: ”;
position: absolute;
top: -60px; left: -60px; right: -60px; bottom: -60px;
background: radial-gradient(ellipse at 50% 0%, rgba(245,158,11,0.2) 0%, transparent 70%);
pointer-events: none;
}
.status-tag {
display: inline-block;
background: rgba(255,255,255,0.15);
border: 1px solid rgba(255,255,255,0.35);
border-radius: 50px;
padding: 6px 18px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 22px;
color: #fff;
}
header h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.2rem, 7vw, 4rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 18px;
}
header h1 span { color: var(–accent-light); }
.hero-sub {
font-size: 1.05rem;
opacity: 0.88;
max-width: 620px;
margin: 0 auto 28px;
line-height: 1.7;
color: rgba(255,255,255,0.85);
}
.prize-value {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.4rem, 7vw, 3.8rem);
font-weight: 800;
color: var(–accent-light);
line-height: 1;
margin-bottom: 4px;
text-shadow: 0 0 40px rgba(245,200,66,0.4);
}
.prize-label {
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.6;
margin-bottom: 28px;
}
.countdown {
display: flex;
justify-content: center;
gap: 12px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.cd-box {
background: rgba(0,0,0,0.3);
border: 1px solid rgba(255,255,255,0.25);
border-radius: 10px;
padding: 12px 18px;
min-width: 72px;
text-align: center;
}
.cd-num {
font-family: ‘Playfair Display’, serif;
font-size: 2rem;
font-weight: 700;
color: var(–accent-light);
line-height: 1;
}
.cd-label {
font-size: 0.65rem;
letter-spacing: 0.1em;
text-transform: uppercase;
opacity: 0.6;
margin-top: 4px;
}

/* ── CTA BUTTON ── */
.cta-btn {
display: inline-block;
background: var(–accent);
color: #1a0533;
font-family: ‘Inter’, sans-serif;
font-size: 1.1rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 16px 44px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
transition: background 0.2s, transform 0.15s;
margin: 8px 0;
}
.cta-btn:hover { background: #fbbf24; transform: translateY(-2px); }

/* ── STAT PILLS ── */
.stat-row {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 20px;
}
.stat-pill {
background: rgba(0,0,0,0.3);
border: 1px solid rgba(255,255,255,0.15);
border-radius: 6px;
padding: 8px 16px;
font-size: 0.82rem;
text-align: center;
}
.stat-pill strong { display: block; font-size: 1.1rem; color: var(–accent-light); font-family: ‘Playfair Display’, serif; }

/* ── TOC ── */
.toc-box {
background: var(–warm-white);
border: 1px solid var(–border);
border-left: 4px solid var(–primary);
border-radius: 10px;
padding: 24px 28px;
margin: 32px 0;
}
.toc-box .toc-label {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–primary);
margin-bottom: 12px;
}
.toc-box ol { padding-left: 20px; }
.toc-box ol li { margin-bottom: 6px; }
.toc-box ol li a { color: var(–text-dark); text-decoration: none; font-weight: 500; }
.toc-box ol li a:hover { color: var(–primary); }

/* ── MAIN CONTENT ── */
.content-wrap {
max-width: 780px;
margin: 0 auto;
padding: 0 20px 60px;
}

section {
background: var(–warm-white);
border-radius: 14px;
padding: 36px 36px;
margin: 28px 0;
border: 1px solid var(–border);
}
section h2 {
font-family: ‘Playfair Display’, serif;
font-size: 1.7rem;
font-weight: 700;
color: var(–primary-dark);
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 2px solid var(–border);
}
section h2 span { color: var(–primary); }
section h3 {
font-family: ‘Inter’, sans-serif;
font-size: 1.05rem;
font-weight: 700;
color: var(–text-dark);
margin: 22px 0 10px;
}
section p {
color: var(–text-gray);
margin-bottom: 16px;
line-height: 1.85;
}
section p:last-child { margin-bottom: 0; }

blockquote {
border-left: 4px solid var(–primary);
background: var(–primary-pale);
padding: 16px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
font-style: italic;
color: var(–text-gray);
font-size: 0.95rem;
}

/* ── PRIZE CARDS ── */
.prize-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 16px;
margin: 20px 0;
}
.prize-card {
background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
border: 2px solid var(–border);
border-top: 5px solid var(–primary);
border-radius: 14px;
padding: 24px 20px;
text-align: center;
}
.prize-card.accent-card {
border-top-color: var(–accent);
background: linear-gradient(135deg, #fffbf0 0%, #fef3c7 100%);
}
.prize-card .pc-emoji { font-size: 2.8rem; display: block; margin-bottom: 10px; }
.prize-card .pc-count {
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(–primary);
margin-bottom: 6px;
}
.prize-card.accent-card .pc-count { color: #b45309; }
.prize-card .pc-name {
font-family: ‘Playfair Display’, serif;
font-size: 1.15rem;
font-weight: 700;
color: var(–text-dark);
margin-bottom: 8px;
}
.prize-card .pc-value {
font-family: ‘Playfair Display’, serif;
font-size: 1.6rem;
font-weight: 700;
color: var(–primary);
margin-bottom: 6px;
}
.prize-card.accent-card .pc-value { color: #b45309; }
.prize-card .pc-note { font-size: 0.85rem; color: var(–text-light); }

/* ── STEPS ── */
.steps { list-style: none; padding: 0; margin: 20px 0; }
.steps li {
display: flex;
gap: 16px;
align-items: flex-start;
margin-bottom: 18px;
}
.step-num {
background: var(–primary);
color: #fff;
font-weight: 800;
width: 34px;
height: 34px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
font-size: 1rem;
}
.step-body strong { display: block; font-weight: 700; margin-bottom: 4px; color: var(–text-dark); }
.step-body span { color: var(–text-gray); font-size: 0.95rem; }

/* ── TABLE ── */
.data-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0.95rem;
}
.data-table th {
background: var(–primary);
color: #fff;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: 12px 16px;
text-align: left;
font-size: 0.85rem;
}
.data-table td {
padding: 11px 16px;
border-bottom: 1px solid var(–border);
color: var(–text-gray);
vertical-align: top;
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:nth-child(even) td { background: #f5f3ff; }
.data-table td strong { color: var(–text-dark); }

/* ── TIMELINE ── */
.timeline { list-style: none; padding: 0; margin: 20px 0; }
.timeline li {
display: flex;
gap: 16px;
align-items: flex-start;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(–border);
}
.timeline li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.tl-dot {
width: 14px; height: 14px;
background: var(–primary);
border-radius: 50%;
flex-shrink: 0;
margin-top: 6px;
}
.tl-body strong { display: block; font-weight: 700; color: var(–text-dark); margin-bottom: 3px; }
.tl-body span { color: var(–text-gray); font-size: 0.93rem; }

/* ── FAQ ── */
.faq-item {
border: 1px solid var(–border);
border-radius: 10px;
margin-bottom: 12px;
overflow: hidden;
}
.faq-q {
width: 100%;
background: var(–warm-white);
border: none;
padding: 16px 20px;
text-align: left;
font-family: ‘Inter’, sans-serif;
font-size: 1rem;
font-weight: 600;
color: var(–text-dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
.faq-q:hover { background: var(–primary-pale); }
.faq-arrow { font-size: 0.75rem; color: var(–primary); transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
display: none;
padding: 14px 20px 18px;
color: var(–text-gray);
font-size: 0.95rem;
line-height: 1.75;
background: #fff;
border-top: 1px solid var(–border);
}
.faq-item.open .faq-a { display: block; }

/* ── RELATED ── */
.related-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 20px;
}

/* BIG NO RECEIPT BANNER */
.no-receipt-banner {
background: linear-gradient(135deg, #fef08a 0%, #fde047 60%, #facc15 100%);
border: 4px solid #f59e0b;
border-radius: 18px;
padding: 28px 24px 22px;
margin: 0 0 24px;
text-align: center;
animation: pulseBanner 1.2s ease-in-out infinite;
}
@keyframes pulseBanner {
0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.8); transform: scale(1); }
50% { box-shadow: 0 0 0 16px rgba(245,158,11,0); transform: scale(1.03); }
}
.nr-bang { font-size: 2rem; margin-bottom: 6px; }
.nr-big-text {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2rem, 8vw, 3.2rem);
font-weight: 800;
color: #1a0533;
line-height: 1.1;
text-transform: uppercase;
letter-spacing: 0.03em;
animation: blinkText 0.8s step-start infinite;
text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
}
.nr-sub-text {
font-size: 1.05rem;
font-weight: 700;
color: #4c1d95;
margin-top: 8px;
}

/* SCREENSHOT CALLOUT */
.screenshot-callout { margin: 20px 0 50px; text-align: center; }
.sc-instruction {
font-family: ‘Playfair Display’, serif;
font-size: 1.3rem; font-weight: 800;
color: var(–accent-light); margin-bottom: 14px;
animation: blinkText 1s step-start infinite;
}
.sc-img-wrap { display: inline-block; max-width: 100%; }
.sc-img {
max-width: 100%; width: 520px; border-radius: 10px;
border: 3px solid var(–accent);
animation: pulseImg 1.4s ease-in-out infinite;
}
@keyframes pulseImg {
0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.7); }
50% { box-shadow: 0 0 0 14px rgba(245,158,11,0); }
}
.sc-arrow-wrap { text-align: center; margin-top: 8px; }
.sc-arrow {
font-size: 3rem; color: var(–accent-light); line-height: 1; display: block;
animation: bounceArrow 0.6s ease-in-out infinite alternate;
}
@keyframes bounceArrow {
from { transform: translateY(0); }
to { transform: translateY(-10px); }
}
.sc-arrow-label {
font-family: ‘Playfair Display’, serif; font-size: 1.05rem; font-weight: 800;
color: var(–accent-light); letter-spacing: 0.04em; margin-top: 4px;
}
@media (max-width: 600px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
.related-card {
background: #fff;
border: 1px solid var(–border);
border-radius: 10px;
padding: 14px;
text-decoration: none;
color: var(–text-dark);
transition: box-shadow 0.15s, transform 0.15s;
}
.related-card:hover { box-shadow: 0 4px 16px rgba(107,33,168,0.12); transform: translateY(-2px); }
.rc-cat {
font-size: 0.68rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(–primary);
margin-bottom: 6px;
}
.rc-title { font-size: 0.88rem; font-weight: 600; line-height: 1.4; color: var(–text-dark); }

/* ── ENTRY SECTION ── */
.entry-section {
background: linear-gradient(135deg, #1a0533 0%, #2e1065 50%, #4c1d95 100%);
border-radius: 16px;
padding: 40px 32px;
text-align: center;
margin: 28px 0;
color: #fff;
}
.entry-section h2 {
font-family: ‘Playfair Display’, serif;
font-size: 2rem;
font-weight: 800;
color: #fff;
border: none;
padding: 0;
margin-bottom: 10px;
}
.entry-section h2 span { color: var(–accent-light); }
.entry-section p { color: rgba(255,255,255,0.8); margin-bottom: 24px; }

/* ── NO RECEIPT BLINKING CALLOUT ── */
.no-receipt-callout {
background: linear-gradient(135deg, #fef08a 0%, #fde047 50%, #facc15 100%);
border: 3px solid #f59e0b;
border-radius: 16px;
padding: 22px 28px;
margin: 20px 0 24px;
text-align: center;
animation: pulseCallout 1.4s ease-in-out infinite;
}
@keyframes pulseCallout {
0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.6); transform: scale(1); }
50% { box-shadow: 0 0 0 12px rgba(245,158,11,0); transform: scale(1.02); }
}
.no-receipt-callout .nr-icon {
font-size: 2.2rem;
display: block;
margin-bottom: 8px;
}
.no-receipt-callout .nr-headline {
font-family: ‘Playfair Display’, serif;
font-size: 1.5rem;
font-weight: 800;
color: #1a0533;
display: block;
margin-bottom: 6px;
animation: blinkText 1s step-start infinite;
}
@keyframes blinkText {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
.no-receipt-callout .nr-sub {
font-size: 1rem;
font-weight: 700;
color: #4c1d95;
display: block;
}

/* ── FACT POPUPS ── */
.fact-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 2px solid var(–primary);
border-radius: 16px;
padding: 28px 32px;
max-width: 340px;
width: 90%;
text-align: center;
z-index: 10000;
box-shadow: 0 20px 60px rgba(0,0,0,0.25);
font-family: ‘Inter’, sans-serif;
}
.fact-popup .fact-icon { font-size: 2.4rem; display: block; margin-bottom: 10px; }
.fact-popup .fact-title {
display: block;
font-family: ‘Playfair Display’, serif;
font-size: 1.2rem;
font-weight: 700;
color: var(–primary);
margin-bottom: 8px;
}

/* ── SKIP POPUP ── */
#skip-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 2px solid var(–primary);
border-radius: 16px;
padding: 32px 28px;
max-width: 320px;
width: 90%;
text-align: center;
z-index: 10000;
box-shadow: 0 20px 60px rgba(0,0,0,0.25);
font-family: ‘Inter’, sans-serif;
}
#skip-popup .skip-icon { font-size: 2.4rem; margin-bottom: 10px; display: block; }
#skip-popup h3 {
font-family: ‘Playfair Display’, serif;
font-size: 1.4rem;
font-weight: 700;
color: var(–primary);
margin-bottom: 8px;
}
#skip-popup p { color: var(–text-gray); font-size: 0.92rem; margin-bottom: 20px; }
.popup-btn-yes {
display: block; width: 100%;
background: var(–primary); color: #fff;
font-family: ‘Inter’, sans-serif; font-size: 1rem; font-weight: 800;
text-transform: uppercase; letter-spacing: 0.04em;
padding: 13px; border-radius: 50px; border: none; cursor: pointer; margin-bottom: 10px;
}
.popup-btn-yes:hover { background: var(–primary-dark); }
.popup-btn-no {
display: block; width: 100%;
background: transparent; color: var(–text-gray);
font-size: 0.9rem; padding: 10px; border-radius: 50px;
border: 1px solid var(–border); cursor: pointer;
}
.popup-btn-no:hover { background: var(–cream); }

/* SCREENSHOT CALLOUT */
.screenshot-callout { margin: 20px 0 50px; text-align: center; }
.sc-instruction {
font-family: ‘Playfair Display’, serif;
font-size: 1.3rem; font-weight: 800;
color: var(–accent-light); margin-bottom: 14px;
animation: blinkText 1s step-start infinite;
}
.sc-img-wrap { display: inline-block; max-width: 100%; }
.sc-img {
max-width: 100%; width: 520px; border-radius: 10px;
border: 3px solid var(–accent);
animation: pulseImg 1.4s ease-in-out infinite;
}
@keyframes pulseImg {
0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.7); }
50% { box-shadow: 0 0 0 14px rgba(245,158,11,0); }
}
.sc-arrow-wrap { text-align: center; margin-top: 8px; }
.sc-arrow {
font-size: 3rem; color: var(–accent-light); line-height: 1; display: block;
animation: bounceArrow 0.6s ease-in-out infinite alternate;
}
@keyframes bounceArrow {
from { transform: translateY(0); }
to { transform: translateY(-10px); }
}
.sc-arrow-label {
font-family: ‘Playfair Display’, serif; font-size: 1.05rem; font-weight: 800;
color: var(–accent-light); letter-spacing: 0.04em; margin-top: 4px;
}
@media (max-width: 600px) {
section { padding: 24px 18px; }
.entry-section { padding: 28px 18px; }
.no-receipt-callout { padding: 18px 16px; }
.no-receipt-callout .nr-headline { font-size: 1.2rem; }
}

🏀 Giveaway Open — Ends April 6, 2026

Voodoo Ranger
Bet on 11
Sweepstakes

New Belgium’s Voodoo Ranger is giving away up to $78,909 in cash and prizes tied to the NCAA tournament. No receipt needed — just submit a photo showing team spirit and you’re in!

$78,909
Maximum Total Prize Pool — Cash & Merch
00
Days
00
Hours
00
Mins
00
Secs

$11,000Grand Prize
1,100$5 Venmo Winners
21+Age Requirement
FreeNo Receipt Needed

What Is the Voodoo Ranger Bet on 11 Sweepstakes?

Voodoo Ranger — the beloved IPA brand from New Belgium Brewing — is running one of the most exciting NCAA tournament-tied sweepstakes of 2026. The “Bet on 11” concept is simple: every time an 11-seed team wins a game in the NCAA Division I Men’s Basketball Championship, a new entry period opens up with fresh prizes to win.

The sweepstakes runs through up to six entry periods between March 9 and April 6, 2026. Each entry period that opens means more chances to win — including $11,000 cash grand prizes, a $5,000 first prize, 1,100 $5 Venmo prizes, and Voodoo Ranger merchandise.

You do NOT need to buy anything or upload a receipt to enter. Just submit a photo showing how you support your favorite team — same chances to win as everyone else.

The sweepstakes is sponsored by New Belgium Brewing Company, based in Fort Collins, Colorado, and administered by Avid Marketing Group. It’s a game of chance — no skill, no wager, no purchase required.

The Prizes — Up to $78,909 in Cash & Merch

There are four prize tiers in this sweepstakes, with a maximum total prize pool of $78,909 if all six entry periods occur:

💰

Up to 6 Winners
Grand Prize
$11,000
Cash via check — one per entry period

🥇

1 Winner
First Prize
$5,000
Cash via check — Entry Period 1 only

📱

1,100 Winners
Second Prize
$5
Venmo payment — Entry Period 1

👕

Up to 55 Winners
Third Prize
$25+
Voodoo Ranger merch — 11 per period (EP 2–6)

Note: Grand Prize, First Prize, and Third Prize winners are contingent on a Qualifying Event (an 11-seed team winning a tournament game) occurring during each entry period. Second Prize (1,100 x $5 Venmo) will be awarded regardless. Grand and First Prize winners will receive a Form 1099 for tax purposes.

How to Enter Step by Step

You have two ways to enter — with or without a receipt. Both give you the exact same chances to win:

  • 1
    Click the ENTER HERE Button Below
    Go to the official entry page at www.voodooranger.com/contests/bet-on-11/
  • 2
    Fill Out the Entry Form
    Enter your full name, mailing address (no P.O. Boxes), email, phone number, and date of birth. Agree to the official rules.
  • 3
    Choose Your Entry Method
    With receipt: Upload a receipt showing a Voodoo Ranger purchase. Without receipt (FREE): Submit a photo showing how you support your favorite team. Same odds either way!
  • 4
    Enter Up to 3 Times Per Entry Period
    You can enter up to 3 times per entry period. Each new entry period that opens (when an 11-seed wins) gives you 3 more chances.
  • 5
    Watch for Winner Notifications
    Winners are notified by email or phone after each drawing. Grand and First Prize winners must respond within 3 days and complete required documents.

ENTER HERE 🏀

Who Can Enter — Eligibility

This sweepstakes is open to legal residents of the 50 US states and DC, excluding Utah. You must be 21 or older to enter. Here’s the full breakdown:

Requirement Details
Age 21 years or older at time of entry
Residence 50 US states + DC only — Utah is excluded
Purchase Required? No — free alternate method of entry available (team spirit photo)
Entry Limit 3 entries per person, per entry period
Entry Method Online form at www.betoneleven.com
Employees Eligible? No — New Belgium, Avid Marketing Group, affiliates, and their family/household members are not eligible
Also Ineligible Alcoholic beverage suppliers, wholesalers, distributors, importers, and retailers and their employees/family
Winner Response Grand/First/Third Prize winners must respond within 3 days of notification

Timeline & Key Dates

The sweepstakes runs across up to six entry periods tied to the NCAA tournament. Here are all the key dates:

  • March 9, 2026 — Entry Period 1 Opens
    First entry period begins at 12:00 AM ET. Closes March 20, 2026 at 11:59 PM ET.
  • March 21–22 — Entry Period 2 (if 11-seed wins)
    Opens only if a Qualifying Event occurred during Entry Period 1.
  • March 23, 2026 — EP1 Winner Drawing
    1,100 Second Prize ($5 Venmo) winners drawn, plus Grand Prize and First Prize winners from Entry Period 1.
  • March 23–27 — Entry Period 3 (if 11-seed wins)
    Continues if Qualifying Events keep occurring through the tournament.
  • March 28–April 4 — Entry Periods 4 & 5
    Each contingent on the previous period’s Qualifying Event. Drawings on March 30.
  • April 5–6, 2026 — Final Entry Period 6
    Last possible entry period. Final drawing on April 7, 2026. Sweepstakes ends no later than April 6, 2026.

Tips to Maximize Your Chances

1. Enter Every Single Entry Period

Each new entry period gives you up to 3 fresh entries. Entries do NOT carry over between periods — you must enter again each time. Check back after every round of the tournament to see if a new period has opened.

2. You Do NOT Need a Receipt

The alternate method of entry is completely free. Just submit a photo showing how you support your favorite team — a selfie in team gear, a photo of your watch party setup, anything that shows team spirit. Your odds are identical to someone who uploaded a receipt.

3. Use Your Real Phone Number for Venmo

The 1,100 Second Prize winners ($5 each via Venmo) are paid to the phone number provided at entry. Make sure you enter your real Venmo-linked phone number or you won’t receive your prize.

4. Watch the Tournament Bracket

The more 11-seed teams win, the more entry periods open — and the more chances you have to win. Keep an eye on the bracket to know when new entry periods begin.

5. Respond to Winner Notifications Fast

Grand Prize and First Prize winners have only 3 days to respond to the notification email and submit required documents. Set alerts so you don’t miss it.

6. Enter Up to 3 Times Per Period

The limit is 3 entries per person per entry period. Use all 3 — each one is a separate chance in the random drawing. Just don’t use multiple email addresses; that will get you disqualified.

Frequently Asked Questions

No! There is a free alternate method of entry. Instead of uploading a receipt, just submit a photo showing how you support your favorite team. No purchase necessary — and your odds of winning are exactly the same as someone who did buy a product.

A Qualifying Event is when at least one 11-seed team wins a game in the NCAA Men’s Basketball Championship. Each time this happens, a new entry period opens with new prizes. If no 11-seed wins during an entry period, the sweepstakes ends at that point.

You can enter up to 3 times per entry period. Entries do not carry over — you must re-enter each new period. With up to 6 entry periods, you could have up to 18 total entries across the full sweepstakes.

No — Utah residents are specifically excluded from this sweepstakes. All other 50 US states and DC are eligible, as long as you are 21 or older.

The 1,100 Second Prize winners each receive $5 via Venmo, sent to the phone number provided at entry. Payments are sent 2–4 weeks after verification. Make sure your phone number is linked to a Venmo account.

Yes — Grand Prize ($11,000) and First Prize ($5,000) winners will be issued a Form 1099 for tax purposes. All federal, state, and local taxes are the sole responsibility of the winner. You’ll also need to provide your Social Security Number as required by law.

No. This is a game of chance and does not constitute wagering, betting, or gambling. The Qualifying Event (11-seed winning) only determines whether additional entry periods open — it has no effect on how winners are selected, which is done by random drawing.

More Free Sweepstakes to Enter

Ready to Win Up to $11,000?

Enter the Voodoo Ranger Bet on 11 Sweepstakes for free — no receipt, no purchase, no catch. Just submit a team spirit photo and you’re in the drawing!

🚨🚨🚨
NO RECEIPT NEEDED!
You can enter 100% FREE — no purchase required!

👇 FIND THIS ON THE ENTRY PAGE AND CLICK IT!
No Receipt? Click Here To Enter
CLICK THIS WHEN YOU GET THERE!

ENTER HERE 🏀

No Purchase Necessary. Open to legal residents of 50 US states + DC (excl. Utah), 21+. Sweepstakes begins March 9, 2026 and ends no later than April 6, 2026. Up to 6 Grand Prizes ($11,000 each), 1 First Prize ($5,000), 1,100 Second Prizes ($5 Venmo), up to 55 Third Prizes (merch, ARV $25+). Maximum ARV $78,909. Sponsor: New Belgium Brewing Company, 500 Linden Street, Fort Collins, CO 80524. Administrator: Avid Inc. d/b/a Avid Marketing Group, 100 Corporate Pl. #200, Rocky Hill, CT 06067. Void where prohibited.

🏀
No Receipt Needed!
You can enter completely free — just submit a team spirit photo. Same odds as everyone else!
💰
$11,000 Grand Prize!
Each entry period that opens has its own $11,000 cash grand prize — up to 6 chances to win big!
📱
1,100 Venmo Winners!
Even if you don’t win the grand prize, 1,100 people will get $5 via Venmo from Entry Period 1 alone.

3 Entries Per Period!
You can enter up to 3 times each entry period — and new periods open every time an 11-seed wins!

🏀

Ready to Enter?

Skip to the entry form — no receipt needed, just a team spirit photo. Free to enter!


document.addEventListener(‘DOMContentLoaded’, function() {

// ── COUNTDOWN ──
var deadline = new Date(‘2026-04-06T23:59:59-05:00’).getTime();
function updateCountdown() {
var now = Date.now();
var diff = deadline – now;
if (diff 0 ? (scrollTop / docHeight) * 100 : 0;
var bar = document.getElementById(‘xp-bar’);
if (bar) bar.style.width = Math.min(pct, 100) + ‘%’;
});

// ── FAQ ACCORDION ──
document.querySelectorAll(‘.faq-q’).forEach(function(btn) {
btn.addEventListener(‘click’, function() {
var item = this.closest(‘.faq-item’);
if (!item) return;
var isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item.open’).forEach(function(el) { el.classList.remove(‘open’); });
if (!isOpen) item.classList.add(‘open’);
});
});

// ── AUTO-SCROLL ──
var scrolling = false;
var scrollInterval = null;
var factTimers = [];
var skipShown = false;
var skipPopup = document.getElementById(‘skip-popup’);

function triggerFact(id) {
var el = document.getElementById(id);
if (el) {
el.style.display = ‘block’;
setTimeout(function() { el.style.display = ‘none’; }, 4500);
}
}

function startAutoScroll() {
if (scrolling) return;
scrolling = true;
scrollInterval = setInterval(function() {
var scrollTop = window.scrollY || document.documentElement.scrollTop;
var docHeight = document.documentElement.scrollHeight – window.innerHeight;
if (scrollTop >= docHeight – 10) { stopAutoScroll(); return; }
window.scrollBy(0, 5);
var pct = docHeight > 0 ? (scrollTop / docHeight) * 100 : 0;
if (!skipShown && pct >= 50) {
skipShown = true;
if (skipPopup) skipPopup.style.display = ‘block’;
}
}, 16);

factTimers.push(setTimeout(function() { triggerFact(‘fact1’); }, 6000));
factTimers.push(setTimeout(function() { triggerFact(‘fact2’); }, 16000));
factTimers.push(setTimeout(function() { triggerFact(‘fact3’); }, 28000));
factTimers.push(setTimeout(function() { triggerFact(‘fact4’); }, 40000));
}

function stopAutoScroll() {
scrolling = false;
if (scrollInterval) { clearInterval(scrollInterval); scrollInterval = null; }
factTimers.forEach(function(t) { clearTimeout(t); });
factTimers = [];
}

var startBtn = document.getElementById(‘scroll-start-btn’);
if (startBtn) {
startBtn.addEventListener(‘click’, function(e) {
e.preventDefault();
startAutoScroll();
});
}

var skipYes = document.getElementById(‘skip-yes’);
var skipNo = document.getElementById(‘skip-no’);
if (skipYes) {
skipYes.addEventListener(‘click’, function() {
stopAutoScroll();
if (skipPopup) skipPopup.style.display = ‘none’;
var section = document.getElementById(‘enter-now’);
if (section) section.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
});
}
if (skipNo) {
skipNo.addEventListener(‘click’, function() {
if (skipPopup) skipPopup.style.display = ‘none’;
startAutoScroll();
});
}

document.addEventListener(‘click’, function(e) {
if (e.target.id === ‘scroll-start-btn’ || e.target.id === ‘skip-yes’ || e.target.id === ‘skip-no’ || e.target.closest(‘.cta-btn’)) return;
if (skipPopup && skipPopup.style.display === ‘block’) return;
if (scrolling) stopAutoScroll();
});

});

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.