Sweeps

$150 MLB Shop Gift Cards to 1,700 People — Fill Out One Form and You Could Win

View saved
How does this find feel?

Budweiser Is Giving Away a $4,000 Field of Dreams Trip + $150 MLB Shop Gift Cards to 1,700 People — Here’s How to Enter

:root {
–red: #c8102e;
–red-pale: #fff5f6;
–red-light: #ffe0e4;
–navy: #002d72;
–navy-pale: #f0f4ff;
–gold: #d4a017;
–gold-pale: #fffdf0;
–sand: #fdfaf8;
–white: #ffffff;
–border: #e8ddd8;
–text-dark: #0a0000;
–text-gray: #3a1010;
–text-light: #8a6060;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { width: 100%; }
body {
font-family: ‘Inter’, sans-serif;
background: var(–sand);
color: var(–text-dark);
font-size: 17px;
line-height: 1.85;
width: 100%;
overflow-x: hidden;
}

/* WORDPRESS FULL-WIDTH BREAKOUT */
#fm-page-wrap {
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
}

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

/* CLICKBAIT BANNER */
.clickbait-banner {
background: var(–red-pale);
border-bottom: 2px solid var(–border);
padding: 18px 20px;
text-align: center;
}
.clickbait-banner p {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.05rem, 4.2vw, 1.5rem);
font-weight: 700;
font-style: italic;
color: var(–text-dark);
line-height: 1.4;
max-width: 780px;
margin: 0 auto;
}
.clickbait-banner p span { color: var(–red); font-style: normal; }

/* HEADER */
header {
background: linear-gradient(160deg, #fff8f8 0%, #ffe8ea 50%, #ffd8dc 100%);
color: var(–text-dark);
text-align: center;
padding: 52px 16px 44px;
position: relative;
overflow: hidden;
width: 100%;
border-bottom: 4px solid var(–red);
}
.status-tag {
display: inline-block;
background: rgba(0,45,114,0.08);
border: 1px solid rgba(0,45,114,0.25);
border-radius: 50px;
padding: 6px 18px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 20px;
color: var(–navy);
}
header h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.9rem, 7.5vw, 3.6rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 16px;
color: var(–text-dark);
}
header h1 span { color: var(–red); }
.hero-sub {
font-size: 1.05rem;
max-width: 620px;
margin: 0 auto 26px;
line-height: 1.75;
color: var(–text-gray);
}
.prize-value {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.6rem, 9vw, 4.2rem);
font-weight: 800;
color: var(–red);
line-height: 1;
margin-bottom: 4px;
}
.prize-label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; margin-bottom: 26px; color: var(–text-dark); }
.countdown { display: flex; justify-content: center; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.cd-box { background: var(–white); border: 1px solid var(–border); border-radius: 10px; padding: 12px 16px; min-width: 68px; text-align: center; box-shadow: 0 2px 8px rgba(200,16,46,0.1); }
.cd-num { font-family: ‘Playfair Display’, serif; font-size: 2rem; font-weight: 700; color: var(–red); line-height: 1; }
.cd-label { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.6; margin-top: 4px; color: var(–text-dark); }

.cta-btn {
display: inline-block;
background: linear-gradient(135deg, var(–red) 0%, #8b0000 100%);
color: #fff;
font-family: ‘Inter’, sans-serif;
font-size: 1.15rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 18px 48px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
transition: opacity 0.2s, transform 0.15s;
margin: 8px 0;
box-shadow: 0 8px 28px rgba(200,16,46,0.25);
}
.cta-btn:hover { opacity: 0.9; transform: translateY(-2px); }

.stat-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.stat-pill { background: var(–white); border: 1px solid var(–border); border-radius: 8px; padding: 8px 16px; font-size: 0.82rem; text-align: center; color: var(–text-gray); box-shadow: 0 2px 6px rgba(200,16,46,0.08); }
.stat-pill strong { display: block; font-size: 1.1rem; color: var(–red); font-family: ‘Playfair Display’, serif; }

.content-wrap { max-width: 860px; margin: 0 auto; padding: 0 0 60px; }

.toc-box { background: var(–white); border: 1px solid var(–border); border-left: 5px solid var(–red); padding: 24px 20px; margin: 0; }
.toc-box .toc-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–red); 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(–red); }

section { background: var(–white); padding: 32px 20px; margin: 8px 0; border-top: 1px solid var(–border); border-bottom: 1px solid var(–border); width: 100%; }
section h2 { font-family: ‘Playfair Display’, serif; font-size: 1.65rem; font-weight: 700; color: var(–text-dark); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(–border); }
section h2 span { color: var(–red); }
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(–red); background: var(–red-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-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 20px 0; }
.prize-card { border-radius: 14px; padding: 22px 18px; }
.prize-card.grand { background: linear-gradient(135deg, #fff8f0, #ffecd8); border: 2px solid var(–gold); }
.prize-card.first { background: linear-gradient(135deg, var(–navy-pale), #e0e8ff); border: 2px solid var(–navy); }
.pc-medal { font-size: 2.4rem; display: block; margin-bottom: 10px; }
.pc-count { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–text-light); margin-bottom: 6px; }
.pc-title { font-family: ‘Playfair Display’, serif; font-size: 1.3rem; font-weight: 800; color: var(–text-dark); margin-bottom: 6px; }
.pc-event { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(–red); margin-bottom: 8px; }
.pc-desc { font-size: 0.92rem; color: var(–text-gray); line-height: 1.5; margin-bottom: 10px; }
.pc-value { display: inline-block; background: var(–red); color: #fff; font-size: 0.82rem; font-weight: 700; padding: 4px 14px; border-radius: 50px; }
.prize-card.grand .pc-value { background: var(–gold); color: var(–text-dark); }
.prize-card.first .pc-value { background: var(–navy); }

/* STEPS */
.steps-list { list-style: none; padding: 0; margin: 16px 0; counter-reset: steps; }
.steps-list li { counter-increment: steps; display: flex; gap: 16px; margin-bottom: 16px; align-items: flex-start; }
.steps-list li::before { content: counter(steps); display: flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; background: var(–red); color: #fff; font-weight: 800; font-size: 1rem; border-radius: 50%; flex-shrink: 0; margin-top: 2px; }
.steps-list li .step-body strong { display: block; font-weight: 700; color: var(–text-dark); margin-bottom: 4px; }
.steps-list li .step-body span { color: var(–text-gray); font-size: 0.92rem; line-height: 1.5; }

/* CASH OPTION BOX */
.cash-option-box { background: var(–gold-pale); border: 2px solid var(–gold); border-radius: 12px; padding: 18px 16px; margin: 16px 0; }
.cash-option-box .co-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–gold); margin-bottom: 8px; }
.cash-option-box p { color: var(–text-gray); font-size: 0.92rem; margin-bottom: 0; }

/* DATA TABLE */
.data-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.92rem; }
.data-table th { background: var(–red); color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 11px 14px; text-align: left; font-size: 0.82rem; }
.data-table td { padding: 10px 14px; border-bottom: 1px solid var(–border); color: var(–text-gray); vertical-align: top; }
.data-table tr:nth-child(even) td { background: var(–red-pale); }
.data-table td strong { color: var(–text-dark); }

/* TIMELINE */
.timeline { list-style: none; padding: 0; margin: 16px 0; }
.timeline li { display: flex; gap: 14px; margin-bottom: 14px; align-items: flex-start; }
.tl-dot { width: 13px; height: 13px; background: var(–red); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.tl-body strong { display: block; color: var(–text-dark); font-weight: 600; }
.tl-body span { color: var(–text-gray); font-size: 0.92rem; }

/* TIPS */
.tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.tip-card { background: var(–red-pale); border: 1px solid var(–red-light); border-radius: 10px; padding: 16px 14px; }
.tip-card .tip-icon { font-size: 1.6rem; display: block; margin-bottom: 6px; }
.tip-card strong { display: block; font-weight: 700; color: var(–text-dark); margin-bottom: 4px; font-size: 0.93rem; }
.tip-card span { color: var(–text-gray); font-size: 0.88rem; }

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

/* RELATED */
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.related-card { background: var(–white); border: 1px solid var(–border); border-radius: 8px; padding: 14px; text-decoration: none; color: var(–text-dark); transition: border-color 0.2s, transform 0.15s; display: block; }
.related-card:hover { border-color: var(–red); transform: translateY(-2px); }
.related-card .rc-cat { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–red); margin-bottom: 5px; }
.related-card .rc-title { font-size: 0.87rem; font-weight: 600; line-height: 1.35; color: var(–text-dark); }

/* ENTRY SECTION */
.entry-section { background: linear-gradient(135deg, #fff8f8 0%, #ffe8ea 100%); border-top: 3px solid var(–red); border-bottom: 3px solid var(–red); padding: 44px 20px; text-align: center; margin: 8px 0; width: 100%; }
.entry-section h2 { font-family: ‘Playfair Display’, serif; font-size: 1.9rem; font-weight: 800; color: var(–text-dark); margin-bottom: 10px; }
.entry-section h2 span { color: var(–red); }
.entry-section p { color: var(–text-gray); margin-bottom: 22px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* FACT POPUPS */
.fact-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10000; background: var(–white); border: 3px solid var(–red); border-radius: 16px; padding: 24px 26px; max-width: 310px; width: 90%; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.22); font-family: ‘Inter’, sans-serif; font-size: 0.93rem; color: var(–text-dark); line-height: 1.6; }
.fact-icon { display: block; font-size: 2.2rem; margin-bottom: 10px; }
.fact-title { display: block; font-family: ‘Playfair Display’, serif; font-size: 1.15rem; font-weight: 700; color: var(–red); margin-bottom: 8px; }

/* SKIP POPUP */
#skip-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10001; background: var(–white); border: 3px solid var(–red); border-radius: 18px; padding: 30px 26px; max-width: 330px; width: 90%; text-align: center; box-shadow: 0 24px 70px 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.35rem; font-weight: 700; color: var(–red); margin-bottom: 8px; }
#skip-popup p { color: var(–text-gray); font-size: 0.9rem; margin-bottom: 18px; }
.popup-btn-yes { display: block; width: 100%; background: var(–red); 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: #8b0000; }
.popup-btn-no { display: block; width: 100%; background: transparent; color: var(–text-gray); font-size: 0.88rem; padding: 10px; border-radius: 50px; border: 1px solid var(–border); cursor: pointer; }
.popup-btn-no:hover { background: var(–red-pale); }

/* FOOTER */
footer { background: #fff8f8; border-top: 2px solid var(–border); padding: 32px 20px; text-align: center; color: var(–text-light); font-size: 0.78rem; line-height: 1.7; }
footer strong { color: var(–text-dark); }

@media (min-width: 640px) {
.content-wrap { padding: 0 20px 60px; }
section { border-radius: 12px; margin: 16px 0; border: 1px solid var(–border); }
.toc-box { border-radius: 10px; margin: 16px 0; }
.entry-section { border-radius: 14px; margin: 16px 0; border: 2px solid var(–red); }
.tips-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.related-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.prize-cards { grid-template-columns: 1fr 1fr; }
}

“Budweiser Is Giving Away a $4,000 Field of Dreams Trip + $150 MLB Shop Gift Cards to 1,700 People — Fill Out One Form and You Could Win”

⚾ Budweiser MLB 2026 Trade Sweepstakes — Ends April 30, 2026

Budweiser Is Giving Away
1,701 MLB Prizes
Including a $4,000 Field of Dreams Trip!

Fill out one simple online form at Budweiser’s website and you could win a Field of Dreams experience worth $4,000 — or one of 1,700 $150 MLB Shop gift cards. No purchase necessary. Just enter before April 30, 2026!

$259,000
Total Prize Value — 1,701 Winners — Ends April 30, 2026
00
Days
00
Hours
00
Mins
00
Secs

$259,000Total Prizes
1,701Winners
$4,000Grand Prize
1,700x$150 Gift Cards
Apr 30Deadline
FREETo Enter
21+Only

What Is the Budweiser MLB 2026 Trade Sweepstakes?

Budweiser is celebrating the 2026 MLB season with the MLB 2026 Trade Sweepstakes — a simple online entry sweepstakes where you fill out a form at us.budweiser.com/mlb2026 for a chance to win incredible MLB prizes. No purchase necessary, no social media required — just one form.

The grand prize is a Field of Dreams experience — 2 tickets to the iconic 2026 MLB Field of Dreams game in Dyersville, Iowa on August 13, 2026, plus a $2,000 prepaid card for travel expenses. Total grand prize value: $4,000. And if you can’t make the trip, you can take a $4,000 cash option instead!

Plus, 1,700 first prize winners each receive a $150 MLB Shop gift card to spend on official MLB merchandise at mlbshop.com. That’s 1,701 total winners sharing $259,000 in prizes!

“Win a Field of Dreams experience worth $4,000 — or one of 1,700 $150 MLB Shop gift cards. Just fill out one form at us.budweiser.com/mlb2026.” — Budweiser MLB 2026 Trade Sweepstakes

The Prizes

🏆

1 Grand Prize Winner
Field of Dreams Experience
August 13, 2026 — Dyersville, Iowa
Two tickets to the 2026 MLB Field of Dreams game PLUS a $2,000 prepaid card for travel expenses. One of the most magical venues in all of baseball — a once-in-a-lifetime experience!

ARV: $4,000.00

🏭

1,700 First Prize Winners
$150 MLB Shop Gift Card
Redeemable at mlbshop.com
A $150 gift card code redeemable at the official MLB Shop online store. Shop jerseys, hats, gear, and more from your favorite team. 1,700 people win this prize!

ARV: $150.00 each

Cash Option Available for Grand Prize!

If the grand prize winner chooses not to accept the Field of Dreams experience, they may take a $4,000 cash option paid as a prepaid debit card instead. This is a rare and generous option — most sweepstakes don’t offer this!

Prize Winners Prize Details ARV
Grand Prize 1 2 tickets to 2026 MLB Field of Dreams game (Aug 13, Dyersville, Iowa) + $2,000 prepaid travel card $4,000
First Prize 1,700 $150 MLB Shop gift card (redeemable at mlbshop.com) $150 each
Total 1,701 All prizes combined $259,000

How to Enter

This is one of the easiest sweepstakes to enter — no social media post, no hashtags, no following accounts. Just fill out a simple online form!

  • Visit the Official Entry Page
    Go to us.budweiser.com/mlb2026 during the sweepstakes period (March 15 – April 30, 2026). You can also enter by scanning the QR code on Budweiser promotional materials at participating stores.
  • Complete and Submit the Online Entry Form
    Follow the online instructions to complete and submit your entry. Make sure all information is accurate — winners are verified for eligibility before prizes are awarded.
  • One Entry Per Person
    Limit one entry per person. Do not use multiple email addresses or attempt to enter more than once — this will result in disqualification.
  • Wait for the Drawing on or About May 15, 2026
    Winners are selected in a random drawing on or about May 15, 2026. Winners are notified via email or phone call and must respond within 48 hours.
  • Check Your Email and Phone After May 15!
    If you’re selected as a winner, Budweiser will contact you by email or phone. You must respond within 48 hours or the prize goes to an alternate winner. Check your spam folder too!
ENTER NOW AT BUDWEISER.COM ⚾

Who Can Enter

Requirement Details
Residency Legal residents of all 50 US states and DC (no state exclusions — unlike the Bud 150 Club!)
Age Must be 21 years of age or older at time of entry
Purchase Required? No — completely free to enter and win
Entry Method Online form at us.budweiser.com/mlb2026 or QR code scan at participating stores
Entry Limit One (1) entry per person — no multiple entries allowed
Guest Requirement Grand prize winner’s guest must also be 21+ as of April 30, 2026
Sponsor Anheuser-Busch, LLC, One Busch Place, St. Louis, MO 63118

Key Dates & Timeline

  • March 15, 2026 at 12:00 AM ET — Sweepstakes Opens
    The sweepstakes opened on March 15. Enter as soon as possible!
  • April 30, 2026 at 11:59 PM ET — Entry Deadline
    All entries must be submitted by April 30, 2026. Don’t miss the deadline!
  • On or About May 15, 2026 — Random Drawing
    1,701 winners are selected in a random drawing. Winners notified via email or phone — respond within 48 hours!
  • August 13, 2026 — MLB Field of Dreams Game (Dyersville, Iowa)
    Grand prize winner attends the magical 2026 MLB Field of Dreams game. One of the most unique experiences in baseball!

Tips to Win


Enter Early!
The sweepstakes runs through April 30 — but there’s no benefit to waiting. Enter today and you’re in the drawing. The sooner you enter, the sooner you can forget about it and let luck do the work!
📧
Check Your Email After May 15!
Winners are notified by email or phone and must respond within 48 hours. Check your spam folder! If you don’t respond in time, the prize goes to someone else.
🏭
1,700 Gift Card Winners!
Your odds are actually pretty good — 1,700 people win a $150 MLB Shop gift card. That’s a lot of winners. Even if you don’t win the grand prize, you could still win $150 in MLB gear!
💰
Cash Option for Grand Prize!
If you win the grand prize but can’t make it to Iowa for the Field of Dreams game, you can take $4,000 cash as a prepaid debit card instead. A rare and generous option!
🚫
One Entry Only!
This sweepstakes allows only one entry per person. Using multiple email addresses or attempting to enter more than once will get you disqualified. One and done!

Open to All 50 States!
Unlike the Bud 150 Club (which excludes Maine and Maryland), this sweepstakes is open to all 50 US states and DC. Everyone 21+ can enter!

Frequently Asked Questions

No — these are two separate Budweiser promotions that happen to share the same URL (us.budweiser.com/mlb2026). The Bud 150 Club is a social media contest (ended March 26) where you post on Facebook/Instagram/X. This MLB 2026 Trade Sweepstakes is a simple online form entry that runs through April 30, 2026. Make sure you’re entering the right one!

Partially — the prize includes 2 tickets to the Field of Dreams game AND a $2,000 prepaid card specifically for travel expenses. However, the $2,000 card may not cover all costs depending on where you’re traveling from. Transportation, accommodations, meals, and all other expenses beyond the $2,000 card are the winner’s responsibility. Or you can take the $4,000 cash option instead!

The $150 gift card code is redeemable at the official MLB Shop online store at mlbshop.com. You can use it to buy jerseys, hats, t-shirts, accessories, and gear from any MLB team. The gift card code’s terms and conditions at mlbshop.com apply.

Yes! Unlike the Bud 150 Club promotion which excluded Maine and Maryland, this MLB 2026 Trade Sweepstakes is open to legal residents of all 50 US states and the District of Columbia. Everyone 21+ can enter this one!

Odds depend on the total number of eligible entries received. With 1,701 prizes available, your odds are better than most sweepstakes — especially for the 1,700 first prize gift cards. The more people who enter, the lower the odds, so enter early and encourage your friends to enter too (each person can only enter once).

No purchase necessary. This sweepstakes is completely free to enter. A purchase or payment of any kind will not increase your chances of winning. Simply fill out the online form at us.budweiser.com/mlb2026.

More Free Giveaways to Enter

Enter the Budweiser MLB 2026 Sweepstakes Now!

Tap below to go to the official entry page at Budweiser’s website. Fill out the simple online form and you’re entered for a chance to win a $4,000 Field of Dreams trip or one of 1,700 $150 MLB Shop gift cards. Ends April 30, 2026. Must be 21+. All 50 states eligible!

ENTER NOW AT BUDWEISER.COM ⚾

No Purchase Necessary. Must be 21+. Open to all 50 US states and DC. Sweepstakes ends April 30, 2026. 1,701 total winners. Drawing on or about May 15, 2026. Sponsored by Anheuser-Busch, LLC. Void where prohibited.

Budweiser MLB 2026 Trade Sweepstakes
Sponsored by Anheuser-Busch, LLC, One Busch Place, St. Louis, MO 63118.
No purchase necessary. Must be 21+. Open to all 50 US states and DC. Void where prohibited.
Sweepstakes ends April 30, 2026. 1,701 total winners. Random drawing on or about May 15, 2026.

FreebieMom.com is an independent editorial site. We are not affiliated with Budweiser, Anheuser-Busch, or Major League Baseball.


Field of Dreams Tickets!
The grand prize is 2 tickets to the 2026 MLB Field of Dreams game in Iowa PLUS $2,000 for travel — or take $4,000 cash instead!
🏭
1,700 Gift Card Winners!
1,700 people win a $150 MLB Shop gift card — that’s a LOT of winners. Your odds are better than most sweepstakes!
📧
Check Your Email After May 15!
Winners are notified by email or phone and must respond within 48 hours. Check your spam folder — don’t miss the call!
💰
Cash Option Available!
Grand prize winner can take $4,000 cash instead of the Field of Dreams trip. A rare option most sweepstakes don’t offer!

Ready to Enter?

Jump to the entry section and head to Budweiser’s website to fill out your entry form before April 30!


(function() {
// COUNTDOWN to April 30, 2026 11:59 PM ET
var deadline = new Date(‘2026-04-30T23:59:00-04: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) {
if (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();
e.stopPropagation();
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’) return;
if (e.target.id === ‘skip-yes’) return;
if (e.target.id === ‘skip-no’) return;
if (e.target.closest(‘.cta-btn’)) return;
if (skipPopup) { if (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.