Sweeps

BJ’s Game Day Sweeps – Win NCAA Tickets and BJ’s Gift Cards

View saved
How does this find feel?

#bjs-box1 .wrap{
background:#ffffff;
color:#0a2f6b;
border-radius:22px;
padding:20px 20px 14px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
border:1px solid rgba(10,47,107,.15);
position:relative;
overflow:hidden;
}
#bjs-box1 .brandbar{
height:6px;
border-radius:6px;
background:linear-gradient(90deg,#cc0000 0%,#0a2f6b 100%);
margin-bottom:14px;
}
#bjs-box1 h3{
margin:2px 0 10px;
font-size:21px;
line-height:1.25;
font-weight:800;
text-transform:uppercase;
color:#cc0000;
}
#bjs-box1 .meta{
font-size:14px;
opacity:.85;
margin-bottom:14px;
}
#bjs-box1 .timer{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin:10px 0 8px;
}
#bjs-box1 .cell{
background:#f8f3e7;
border:1px solid rgba(10,47,107,.15);
border-radius:14px;
padding:12px 8px;
text-align:center;
box-shadow:0 4px 10px rgba(10,47,107,.08);
}
#bjs-box1 .num{
font-size:30px;
font-weight:900;
letter-spacing:.5px;
color:#0a2f6b;
}
#bjs-box1 .lbl{
font-size:12px;
opacity:.85;
text-transform:uppercase;
letter-spacing:.6px;
margin-top:2px;
}
#bjs-box1 .note{
font-size:12px;
color:#4d5a85;
margin-top:12px;
}

BJ’s Game Day Sweeps — Time Left to Enter

Closes: Sept 22, 2025 at 11:59 PM ET • 18+ • U.S. Only
Days
Hours
Minutes
Seconds
Tip: You only get up to 5 entries total — don’t miss the deadline!

(function(){
var end = new Date(“2025-09-23T03:59:59Z”).getTime(); // 11:59 PM ET Sept 22
var ids = {d:”bjs-d”,h:”bjs-h”,m:”bjs-m”,s:”bjs-s”};
function pad(n){ return n<10?"0"+n:n; }
function tick(){
var now=Date.now(), t=end-now;
if(t<0){t=0;}
var sec=Math.floor(t/1000);
var d=Math.floor(sec/86400); sec-=d*86400;
var h=Math.floor(sec/3600); sec-=h*3600;
var m=Math.floor(sec/60); sec-=m*60;
var s=sec;
document.getElementById(ids.d).textContent=pad(d);
document.getElementById(ids.h).textContent=pad(h);
document.getElementById(ids.m).textContent=pad(m);
document.getElementById(ids.s).textContent=pad(s);
}
tick(); setInterval(tick,1000);
})();

#bjs-box2 .card{
position:relative;
background:#ffffff;
border:2px solid #cc0000;
border-radius:22px;
padding:22px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
text-align:center;
overflow:hidden;
}
#bjs-box2 .ribbon{
position:absolute;
inset:auto -40px 14px auto;
transform:rotate(-8deg);
background:#0a2f6b;
color:#fff;
font-weight:900;
padding:6px 46px;
border-radius:10px;
box-shadow:0 6px 14px rgba(0,0,0,.25);
font-size:15px;
letter-spacing:.6px;
text-transform:uppercase;
}
#bjs-box2 h3{
margin:6px 0 12px;
font-size:22px;
line-height:1.25;
color:#cc0000;
font-weight:900;
text-transform:uppercase;
}
#bjs-box2 .sub{
font-size:15px;
margin-bottom:12px;
color:#0a2f6b;
opacity:.85;
}
#bjs-box2 .cta{
display:inline-block;
margin-top:12px;
text-align:center;
background:linear-gradient(90deg,#cc0000,#0a2f6b);
color:#fff;
text-decoration:none;
border-radius:16px;
padding:16px 36px;
font-weight:800;
font-size:18px;
border:none;
cursor:pointer;
box-shadow:0 8px 24px rgba(200,16,46,.35);
transition:transform .25s ease;
text-transform:uppercase;
letter-spacing:.6px;
}
#bjs-box2 .cta:hover{ transform:scale(1.04); }
#bjs-popup{
display:none;
position:fixed;
top:50%;left:50%;
transform:translate(-50%,-50%);
background:#ffffff;
padding:24px 28px;
border-radius:18px;
box-shadow:0 0 32px rgba(10,47,107,.25);
z-index:9999;
font-size:18px;
font-weight:800;
color:#0a2f6b;
max-width:480px;
width:88%;
text-align:center;
}
#bjs-confetti{
pointer-events:none;
position:fixed;
inset:0;
overflow:hidden;
z-index:9998;
display:none;
}
#bjs-confetti .piece{
position:absolute;
width:10px;height:14px;
opacity:.9;
animation:fall 2.8s linear forwards;
}
@keyframes fall{
to{ transform:translateY(110vh) rotate(540deg); opacity:.95; }
}

Game Day

Ready to Enter BJ’s Game Day Sweeps?

18+ • U.S. Only • Closes Sept 22, 2025

const bjsFacts = [
“Grand Prize includes NCAA Football tickets + $2,000 cash!”,
“First Prizes: $500 BJ’s e-gift cards.”,
“Limit 5 entries per household — make them count!”
];
function bjsShowPopup(msg){
const el=document.getElementById(“bjs-popup”);
if(!el) return;
el.innerHTML = msg;
el.style.display=”block”;
clearTimeout(bjsShowPopup._t);
bjsShowPopup._t=setTimeout(()=>{ el.style.display=”none”; }, 4000);
}
function bjsFireConfetti(){
const conf=document.getElementById(“bjs-confetti”);
conf.style.display=’block’;
const colors=[‘#cc0000′,’#0a2f6b’,’#ffffff’,’#f1b434′];
const pieces=150;
const w=window.innerWidth;
for(let i=0;is.remove(),3200);
}
setTimeout(()=>{ conf.style.display=’none’; },2000);
}
function bjsStartScroll(){
const box3=document.getElementById(“bjs-entryBox”);
if(!box3){ console.error(“Box 3 not found.”); return; }
bjsFireConfetti();
const startY=window.scrollY;
const targetY=box3.getBoundingClientRect().top+window.scrollY-8;
const duration=12000;
let startT=null;
[1000,5000,9000].forEach((ms,i)=>{
setTimeout(()=>{ bjsShowPopup(bjsFacts[i]); }, ms);
});
setTimeout(()=>{
bjsShowPopup(“You’ve reached the entry details — now enter to win!”);
bjsFireConfetti();
}, duration-600);
function step(ts){
if(!startT) startT=ts;
const prog=ts-startT;
const pct=Math.min(prog/duration,1);
window.scrollTo(0,startY+(targetY-startY)*pct);
if(prog<duration) requestAnimationFrame(step);
}
requestAnimationFrame(step);
}

What if grabbing your go-to body wash could land you a trip to the NCAA Division I FCS Football Championship? The BJ’s Game Day Sweeps is exactly that kind of play. Sponsored by Unilever, this national sweepstakes brings in the kind of prizes that make stocking up on grooming products worth more than just feeling fresh. With over $7,000 in prizes up for grabs—including NCAA game tickets and cash for travel—this sweepstakes is tailor-made for sports fans, shoppers, and freebie hunters alike.

The sweepstakes runs from August 19, 2025 through September 22, 2025, giving you just over a month to throw your hat in the ring. But here’s the important detail: it’s not a daily entry sweepstakes. You’re capped at five entries per household total—so whether you’re going receipt route or no-purchase online entry, strategy matters. Let’s break down what’s at stake.


Prize Breakdown

The BJ’s Game Day Sweeps is stacking prizes in true big-league style. Here’s what’s up for grabs:

Grand Prize (1 winner):
Two tickets to the NCAA Division I FCS Football Championship Game on January 5, 2026, plus a $2,000 check for travel expenses. That’s a prize package valued at $5,750—basically your golden ticket to the ultimate college football experience without draining your bank account.

First Prizes (2 winners):
A $500 BJ’s e-gift card. Perfect for groceries, gadgets, or holiday shopping—because BJ’s sells just about everything.

Second Prizes (3 winners):
A $100 BJ’s e-gift card. It may not get you front-row football seats, but it definitely stretches a grocery bill or covers those bulk buys.

Total Prize Pool: $7,050. That’s a serious haul for just a few clicks—or one good receipt.


What You Can Do With the Prize if You Win

Imagine it: you’re sitting in the stands at the NCAA Division I FCS Football Championship, the crowd roaring, your team charging down the field. That’s what the grand prize winner gets—front-row access to history in the making. And with $2,000 in cash for travel expenses, you don’t have to stress about airfare, hotels, or even a celebratory meal after the game.

If you’re one of the BJ’s gift card winners, the possibilities are endless. A $500 BJ’s e-gift card can restock your pantry, upgrade your tech, or even cover a big holiday shopping haul. With BJ’s bulk options, that’s hundreds of dollars in savings on everyday essentials and splurges alike.

Even the $100 e-gift card winners walk away with solid bragging rights. That’s more than enough for a few tanks of gas (just not at BJ’s Gas), a week’s worth of groceries, or something fun for yourself. The bottom line? Every prize in this sweepstakes is designed to stretch your money further or give you an unforgettable experience.


Q&A

Is this legitimate?
Yes. The sweepstakes is sponsored by Conopco, Inc. d/b/a Unilever, with administration handled by Don Jagoda Associates, Inc. The NCAA, Fandango, CBS, and Warner Bros. Discovery are mentioned as partners but not sponsors. Always review the official rules, but this is a real, nationally-run sweepstakes.

How many entries are allowed?
Each household can submit up to five (5) entries total—across all methods combined. This is a limited-entry sweepstakes, not daily.

Are there bonus entries?
No. The rules are crystal clear: you get five total, no extras for sharing, liking, or tagging friends.

How many prizes can you win?
Only one prize per household. So if you land the grand prize, you’re out of the running for the gift cards (and vice versa).

#bjs-entryBox .shell{
background:#f7f9ff;
border:2px solid #cc0000;
border-radius:22px;
padding:20px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
}
#bjs-entryBox h3{
margin:6px 0 14px;
font-size:21px;
line-height:1.25;
color:#0a2f6b;
font-weight:900;
}
#bjs-entryBox .cta{
display:block;
text-align:center;
background:#cc0000;
color:#fff;
text-decoration:none;
border-radius:14px;
padding:14px 18px;
font-weight:900;
border:2px solid #0a2f6b;
margin:16px auto;
max-width:300px;
}
#bjs-entryBox .cta:hover{ filter:brightness(1.05); }
#bjs-entryBox .recap, #bjs-entryBox .prizes{
background:#fff;
border:1px solid #e2e8f8;
border-radius:14px;
padding:14px;
margin:12px 0;
}
#bjs-entryBox .prizes ul{margin:0;padding-left:20px}
#bjs-entryBox .recap dl{
display:grid;
grid-template-columns:minmax(140px,200px) 1fr;
gap:8px 14px;
margin:6px 0;
}
#bjs-entryBox .recap dt{font-weight:800;color:#cc0000}
#bjs-entryBox .recap dd{margin:0}

Official Entry

Click Here to Enter

Prize Breakdown

  • Grand Prize (1): 2 tickets to the NCAA Division I FCS Football Championship Game + $2,000 check (ARV $5,750).
  • First Prizes (2): $500 BJ’s e-gift card.
  • Second Prizes (3): $100 BJ’s e-gift card.
  • Total ARV: $7,050.

Giveaway Recap

Sponsor
Conopco, Inc. d/b/a Unilever
Entry Type
Max 5 entries per household (not daily)
Eligibility
50 U.S. & D.C., 18+; one prize per household
Promotion Period
Aug 19, 2025 – Sept 22, 2025
Drawing Date
On or about Sept 30, 2025

Fast Q&A

  • Is this legit? Yes — sponsored by Unilever.
  • How many entries? Max 5 per household total.
  • Are there bonus entries? No.
  • How many prizes? 6 total; 1 grand, 2 first, 3 second.

Set a Reminder Before Entries Close

The BJ’s Game Day Sweeps ends on Sept 22, 2025. Click below to add a Google Calendar reminder so you don’t miss the final entry cutoff.


Add to Google Calendar (Deadline Reminder)

(function(){
const tz = (Intl.DateTimeFormat().resolvedOptions().timeZone || ‘America/New_York’);
const start = new Date(“2025-09-22T20:00:00”);
const end = new Date(“2025-09-22T20:10:00”);
function fmt(d){
const pad = n => (n k + “=” + encodeURIComponent(v)).join(“&”);
const href = base + “&” + params;
const a = document.getElementById(“bjs-gcal-link”);
if (a) a.href = href;
})();

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.