Jump to content

Arora4

Noob
  • Posts

    26
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Arora4 reacted to DragoslavP in 🏀NBA Finals Points Battle | Game 2 | 🏀   
    🏀POINTS BATTLE🏀


    🏆 New York Knicks vs San Antonio Spurs🏆
    Ends: 06/06/26 @ (12 pm) GMT
     
    Requirements:
    Guess the total number of points for each of the 7 selected players. This refers to the Game 2 match of the NBA Finals. The match is scheduled for June 6th. To have a valid entry, fill out the form below. HERE
     
    Tips & Terms & Conditions:
    Points are awarded based on how close your predictions are to the actual points for each player.
    Exact match: 150 points
    Within 1 point: 100 points 
    Within 2 points: 75 points
    Within 3 points: 50 points
    Within 4 points: 30 points
    From 5 to 10 points: 15 points
    From 11 to 20 points: 10 points
    From 21 to 30 points: 5 points Total Score: Your total score will be the sum of points from all 7 players. Fill out the form that's linked to this topic to be eligible for promotion. The user with the highest Total Score will be declared the winner. In case of a tie, the user who submitted their entry first will have the advantage. A Pastebin leaderboard will be featured as part of the promotion. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in Game 2 will be counted. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Any player using multiple accounts will not be eligible for prizes. Do not post more than one comment/entry. You have to be one of the VIP members on our site ( at least the Bronze VIP level ). Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prize Pool distribution
     
    1st place - $150  2nd place - $100 3rd place - $50 4th place - $50 5th place - $50  
    How to Enter
    Click on the "HERE" button. Fill out the form and good luck!
  2. Fire
    Arora4 got a reaction from Ladea in $3,000 Road to the Ring | Conference Finals   
    sport:587272214

  3. Fire
    Arora4 reacted to DragoslavP in $3,000 Road to the Ring | Second Round   
    :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); transition: 0.25s ease; } .glass-card:hover { transform: translateY(-4px); } .hero-title { font-size: 30px; font-weight: 800; text-align: center; margin-top: 10px; } .hero-sub { text-align: center; color: var(--muted); margin-top: 6px; font-size: 15px; } /* BADGE */ .badge { position: absolute; top: 18px; right: 18px; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(247,201,72,0.6); background: rgba(255,255,255,0.03); font-weight: 700; overflow: hidden; backdrop-filter: blur(6px); box-shadow: 0 4px 18px rgba(0,0,0,0.25); } .badge::after { content:""; position:absolute; top:-50%; left:-60%; width:60%; height:200%; background: linear-gradient(90deg,transparent,rgba(255,255,255,0.35),transparent); transform: rotate(20deg); animation: shineBadge 4s linear infinite; } @keyframes shineBadge { 0% { left:-60%; } 100% { left:120%; } } /* 🏀 BOUNCE ANIMATION */ .bounce-ball { font-size: 20px; display: inline-block; animation: bounce 1s infinite ease-in-out; will-change: transform; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } /* 🔥 BET NOW BUTTON (slightly bigger) */ .bet-wrap { text-align: center; margin: 14px 0 10px; } .bet-btn { display: inline-block; padding: 16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color: #071824; font-weight: 800; font-size: 17px; border-radius: 14px; text-decoration: none !important; transition: 0.25s ease; box-shadow: 0 10px 25px rgba(255,184,0,0.25); } .bet-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(255,184,0,0.4); } /* HOW TO ENTER */ .challenge-box { background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid rgba(247,201,72,0.18); border-radius: 20px; padding: 26px; margin-bottom: 18px; text-align: center; position: relative; overflow: hidden; } .challenge-title { font-size: 18px; font-weight: 800; color: var(--gold); margin-bottom: 18px; text-transform: uppercase; } .feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; } .feature { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 14px 14px 14px 44px; font-size: 14px; transition: 0.25s ease; position: relative; display: flex; align-items: center; text-align: left; } .feature:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px); } .feature::before { content: attr(data-step); position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 50%; background: rgba(247,201,72,0.15); border: 1px solid rgba(247,201,72,0.6); color: var(--gold); font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; } /* REQUIREMENTS ITEM */ .req-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 12px; margin-bottom: 10px; font-size: 14px; text-align: left; transition: 0.25s ease; } .req-item:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px); } /* BASE INFO BOX */ .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; transition: none; } /* PRIZE BOX */ .prize-box:hover { background: rgba(247,201,72,0.08); transform: translateY(-3px); } /* PRIZE SHINE */ .prize-shiny { font-size: 52px; font-weight: 900; background: linear-gradient(90deg,#f7c948,#fff4b0,#f7c948); background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 3s linear infinite; } @keyframes shine { 0% { background-position: 200% center; } 100% { background-position: -200% center; } } /* GRID */ .info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 18px; } /* PRIZE LIST FIXED */ .prize-list { margin-top: 10px; font-size: 14px; } .prize-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.05); } .prize-row span:first-child { color: var(--text); } .prize-row span:last-child { color: var(--gold); font-weight: 700; } .prize-row:last-child { border:none; } /* TERMS */ .dropdown-card { background: rgba(255,255,255,0.04); border-radius: 16px; margin-top: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); } .dropdown-trigger { padding: 14px; text-align: center; cursor: pointer; font-weight: 700; color: var(--gold); } /* RULES */ .rules-list { list-style: none; padding: 0; margin: 0; counter-reset: step; } .rules-list li { position: relative; padding: 10px 10px 10px 40px; margin-bottom: 8px; text-align: left; counter-increment: step; transition: 0.2s; } .rules-list li:hover { transform: translateX(3px); } .rules-list li::before { content: counter(step); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; background: rgba(247,201,72,0.15); border: 1px solid rgba(247,201,72,0.6); color: var(--gold); font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; transition: 0.25s; } .rules-list li:hover::before { box-shadow: 0 0 8px rgba(247,201,72,0.6); transform: translateY(-50%) scale(1.1); } .center { text-align:center; } @media(max-width:900px){ .feature-grid, .info-grid { grid-template-columns:1fr; } } ⚡ Limited-Time Event
    Road to the Ring 💍
    The Playoffs are here! 🏀
    Win a bet on any Second Round Playoff game and share your Bet IDs below.
    Better odds will lead you towards top of the leaderboard!
    Bet Now   Competition ends when first round is finished. How to Enter: Win a bet on any Second Round Playoffs NBA game. Copy your Bet ID(s) after placing your bet. Submitted bets must be a minimum of 10x odds. Reply to this thread with your Bet ID(s) to enter. 📋 Requirements: 🏀 Bets must be on any Second Round Playoffs NBA game. 💵 Minimum bet amount: $2.00 (in any currency). 📈 Minimum 10 odds (bets must be winning). 💬 Reply to this thread with your Bet ID(s). ❌ Cashed out bets are not allowed. ✅ Stake Shield / SGM bets are allowed. 🔒 Stake.com accounts only, Bronze VIP or above. 🏆 Prize Pool $3,000 TOTAL PRIZE POOL 1st Place$800 2nd Place$600 3rd Place$300 4th Place$200 5th Place$100 6th OnwardShare of $1,000 In the event of a tie, the higher bet amount wins. If still tied, the user who posted the bet(s) first will have an advantage. Terms & Conditions Bronze VIP account or above. KYC Level 2 verification required. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the challenge. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
  4. Fire
    Arora4 got a reaction from Crumble90 in $10,000 Highest Odds | April | Sports Challenge   
    sport:564998202

  5. Fire
    Arora4 got a reaction from Crumble90 in $10,000 Last Leg Legend | April | Sports Challenge   
    sport:554424314

  6. Fire
    Arora4 got a reaction from Crumble90 in $3,000 Road to the Ring | First Round   
    sport:561691401

  7. Fire
    Arora4 got a reaction from KaiZidan in $10,000 Last Leg Legend | April | Sports Challenge   
    sport:554424314

  8. Fire
    Arora4 got a reaction from MdSHBiR247 in ⚽ Who’s Your Favorite Athlete and Why? 🏃‍♂️   
    Sachin tendulkar, kevin de brunye and nikola jokic 
  9. Fire
    Arora4 got a reaction from MdSHBiR247 in $10,000 Last Leg Legend | April | Sports Challenge   
    sport:554424314

  10. Doge - Cool
    Arora4 got a reaction from MdSHBiR247 in $3,000 Road to the Ring | First Round   
    sport:561691401

  11. Fire
    Arora4 got a reaction from sahilkumar2405 in $10,000 Last Leg Legend | April | Sports Challenge   
    sport:554424314

  12. Fire
    Arora4 got a reaction from Kooopa in $10,000 Last Leg Legend | March | Sports Challenge   
    sport:531070777

  13. Fire
    Arora4 got a reaction from StefanTl in 🏆 What’s the Most Interesting Sports Bet You've Ever Placed?   
    I once placed a bet by mistake on Tottenham against United for europa league final and spurs actually won that game 😅😂
  14. Fire
    Arora4 got a reaction from StefanTl in What’s your favorite club and do you bet on them? ⚽ 🏀   
    Manchester City , but i rarely bet on them so I can enjoy the games in peace ✌️ and not have to worry about my bet 😂
  15. Fire
    Arora4 got a reaction from Negi0602 in $3,000 Perfect 10 | Sports   
    sport:501472750

  16. Fire
    Arora4 reacted to NemanjaPi in ⚽​Stake Matchday Madness​ Week 19​⚽​​   
    The winners of the 19th round are:
                                                                                 
    🥇@votongdaho 49 points
    🥈 @hientn6868 49 points
     🥉 @Brothersayhi 49 points
     
    CLAIM HERE
    All 20 users awarded with Grand Monthly points are listed here: https://pastebin.com/6Ls8Xp1t
  17. Fire
    Arora4 got a reaction from Robbabillion79 in $3,000 Perfect 10 | Sports   
    sport:497350509 
  18. Bitcoin
    Arora4 got a reaction from Opesco007 in $3,000 Perfect 10 | Sports   
    sport:497350509 
  19. Fire
    Arora4 got a reaction from ansarisuffi in $3,000 Perfect 10 | Sports   
    sport:497350509 
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use