Jump to content

Opesco007

Noob
  • Posts

    27
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Opesco007 got a reaction from KaiZidan in $3,000 Perfect 10 | Sports   
    sport:575363151
  2. Pepe - Crying
    Opesco007 reacted to NemanjaPi in $3,000 Perfect 10 | Sports   
    You can claim prizes on the link below until the 1st of June!
    CLAIM HERE Make sure you are logged in to the proper account.
    Wow. Congrats to the 130 winners!
  3. Fire
    Opesco007 got a reaction from KaiZidan in Something coming to Stake Community Forums... ​🤫​   
    i wonder what it is!
  4. Fire
    Opesco007 reacted to Szechuan1 in Monthly Bonus   
    Hi Stake Team,
    I’d like to respectfully suggest implementing a fixed monthly date for releases moving forward. Having a consistent schedule would greatly improve user experience, as it removes the uncertainty that comes with random timing.
    At the moment, the gaps between updates can feel quite long, it’s already been around 40 days since the last monthly release. A predictable schedule would help build anticipation, trust, and overall satisfaction within the community.
    I hope you consider this suggestion. Thank you for your time and for continuously improving the platform.
     
    Thank you and please release the monthly already.
  5. Pepe - Hands Up
    Opesco007 reacted to Jake7589 in ​ 🏆 Stake x Team Vitality PC Giveaway 🎮 ​   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:0 0 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80018 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.6; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #FFB80033; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,184,0,.22); background:rgba(255,184,0,.08); color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; line-height:1.1; letter-spacing:-.03em; background: linear-gradient(90deg, #FFB800, #ffda6e, #FFB800); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:10px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } .cta-main { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; margin-top:8px; } .cta-main::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .cta-main:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .cta-main:hover::after { transform:translateX(100%); } .prize-row { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:16px; } .prize-card { background:var(--surface); border-radius:16px; padding:22px 14px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.blue { border-color:#0079ff33; --glow:#0079ff14; } .prize-card.blue:hover { border-color:#0079ffaa; box-shadow:0 12px 40px #0079ff25; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:10px; right:12px; font-size:20px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} } .prize-amount { font-size:32px; font-weight:900; line-height:1; margin-bottom:5px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.blue .prize-amount { color:#0079ff; } .prize-label { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:12px; color:#6a90a8; margin-top:4px; } .pill { background:#0079ff12; border:1px solid #0079ff33; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#0079ff22; border-color:#0079ff66; } .grid { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; margin-bottom:16px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:8px; } .panel-intro { color:var(--muted); font-size:14px; margin-bottom:18px; } .spec-list { display:flex; flex-direction:column; gap:10px; list-style:none; padding:0; } .spec-list li { display:flex; align-items:center; gap:12px; background:var(--primary); border-radius:12px; padding:12px 16px; border:1px solid #ffffff0a; color:#b0cee4; font-size:14px; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .spec-list li:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .spec-list li::before { content:'✓'; min-width:22px; height:22px; border-radius:50%; background:var(--gold); color:#071824; font-weight:900; font-size:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .steps { display:flex; flex-direction:column; gap:12px; } .step { display:grid; grid-template-columns:48px 1fr; gap:14px; padding:14px; border-radius:14px; background:rgba(255,255,255,.03); border:1px solid #ffffff0a; transition:border-color .25s, transform .25s; } .step:hover { border-color:#0079ff44; transform:translateX(4px); } .step-no { width:48px; height:48px; border-radius:12px; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:18px; font-weight:900; transition:transform .25s, box-shadow .25s; } .step:hover .step-no { transform:scale(1.1); box-shadow:0 0 0 5px rgba(255,184,0,.1); } .step-title { margin:0 0 4px; color:var(--text); font-size:15px; font-weight:700; } .step-text { margin:0; color:var(--muted); font-size:13px; } .step-text a { color:var(--blue); text-decoration:none; } .step-text a:hover { text-decoration:underline; } .step-text strong { color:#fff; } .clean-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; } .clean-list li { display:flex; align-items:center; gap:12px; background:var(--primary); border-radius:12px; padding:12px 16px; border:1px solid #ffffff0a; color:#b0cee4; font-size:14px; line-height:1.5; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .clean-list li:hover { background:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .clean-list li::before { content:''; min-width:7px; width:7px; height:7px; border-radius:999px; background:var(--gold); flex-shrink:0; } .clean-list li span { display:inline; } .clean-list li strong { color:#FFB800; } .clean-list li a { color:var(--blue); } .alert { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .alert:hover { border-color:#ff6b0088; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#0079ff18,#0079ff08); border:1px solid #0079ff44; border-radius:12px; color:#4da6ff; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #0079ff25; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .terms-header { text-align:center; margin:8px 0 14px; } .terms-header h2 { font-size:22px; font-weight:900; } .terms-header p { color:var(--muted); font-size:13px; margin-top:6px; } details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#0079ff33; } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:var(--blue); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-size:12px; color:#FFB800; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ol, .terms-body ul { padding-left:20px; } .terms-body li { margin-bottom:8px; } .terms-body a { color:var(--blue); } .terms-body ul li { list-style:disc; } .footer-note { margin-top:16px; text-align:center; color:var(--muted); font-size:13px; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} @media(max-width:600px){ .prize-row { grid-template-columns:1fr; } .grid { grid-template-columns:1fr; } .header h1 { font-size:26px; } } Exclusive Giveaway Stake x Team Vitality
    PC Giveaway
    Ends: 25/4/2026 @ 1:00 AM GMT
    We're teaming up with Team Vitality to give 5 lucky forum members the chance to win exclusive, one-of-a-kind custom PCs 🎮
    Each PC has been personally customized by a Team Vitality player, making every build unique 🎨
    Just sign up to the Stake Community forums, leave your Stake username below, and you're in the running to win one of these insane custom rigs 💻
    🖥️ Join the Community 🏆 5x Custom PCs Up for grabs 🎮 1 Per Winner Unique build each ⚡ RTX 5070 Ti Inside each rig 💡 Leave your Stake username below to verify your entry How To Enter Two simple steps
    Complete both steps to be eligible for a custom PC.
    1 Create or log in to your account
    Have an existing account or sign up at stakecommunity.com.
    2 Reply with your Stake username
    Post your Stake username in this thread to confirm your entry.
    PC Specs What's inside
    Every custom PC is built with these components.
    AMD Ryzen 7 7800X3D Asus RTX 5070 Ti 32GB Silicon Power XPOWER Storm 6000MHz RGB C36 (2×16GB) Asus B850M AYW Gaming Wi-Fi — DDR5 750W Inwin 80+ Gold Requirements Before you enter
    Create or have an existing account on Stake Community Reply to this thread with your Stake username Must use the same email address for your Stake Community account and Stake account Stake.com users only — Bronze VIP or above KYC Level 2 verification required Prize Distribution How the prize works
    5 custom PCs will be awarded — one per winner Each PC has been personally customized by a Team Vitality player Winners are selected at random from all eligible entries Prize is a physical good — not paid in cryptocurrency or Stake Vault credit PC will be shipped directly to the winner's nominated address at Stake's cost Winners must respond within 7 days of notification or the prize may be forfeited ⚠️ Don't miss out! Stay tuned for the official winner announcement. You must respond within 7 days of being contacted — failure to respond may result in forfeiture of the prize. ‼️ Stake.com users only ‼️ Terms of Service — Competition
    For full Terms of Service, expand below.
    📄 Full Terms & Conditions — click to expand This competition ("Stake x Team Vitality PC Giveaway") is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and the Stake Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use The Prize
    Winners receive one (1) custom-built PC supplied by Aftershock PC. The prize is a physical good — not paid in cryptocurrency or credited to your Stake Vault. A total of five (5) custom-built PCs are available. Each winner receives one (1) PC only. The prize is non-transferable and may only be awarded to the verified winner. The PC will be shipped to the winner's nominated delivery address at Stake's cost. If delivery is not reasonably practicable due to shipping restrictions or legal limitations, Stake reserves the right to substitute the prize with one of equal or greater value. Winners are solely responsible for all taxes, duties, or fees arising from receipt of the prize. Winner Notification
    Winners will be contacted via the email address linked to both their Stake Community and Stake accounts. If a winner does not respond within seven (7) days of notification, the prize may be forfeited and reallocated at Stake's discretion. Winners may be required to provide their full legal name and shipping address to receive the prize. Unless confirmed otherwise, prizes will be delivered within fourteen (14) days of the competition ending. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee (forum moderators are not excluded) Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Must use the same email address for both your Stake Community and Stake accounts Entry
    Eligible users registered on the Stake Community Forum prior to the competition start date will be automatically entered. No further action is required. Only one (1) entry per person. Multiple accounts or attempts to circumvent the entry mechanism will result in disqualification. Winners are selected at random from all eligible entrants. Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To disqualify any entrant suspected of misusing the entry process To verify the nominated account for prize delivery Stake may use the winner's first name and general prize details for promotional purposes unless the winner objects in writing in advance General
    The prize is supplied by Aftershock PC. Stake makes no warranties regarding the quality or performance of the prize. Stake is not liable for lost, incomplete, or delayed entries or notifications due to technical issues outside its control. This competition is void where prohibited by law and governed by the laws applicable to the Stake Terms and Conditions. Please read all conditions carefully before entering.
  6. Eddie
    Opesco007 reacted to DragoslavP in 👊‍Punch your Guesses👊‍   
    👊‍Punch your Guesses👊‍



    - UFC Fight Night: Adesanya vs. Pyfer - 
    (Climate Pledge Arena, Seattle, US. The event is scheduled for 29.03.2026.)
    Ends: 29/03/26 (00:00 am) GMT 
     
    Requirements:
    Guess correctly 7 fights that are posted on the poll below. To have a valid entry, fill out the form below. HERE
     
    Each category will be scored individually, and the total score will be calculated by adding them all together.
     
    Tips & Terms & Conditions:
    Points are awarded based on the number of points next to the questions; all correct answers will be added together. In case of the match being postponed, the promotion will also be postponed. Total Score: Your total score will be the sum of points from all 7 guesses. 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 form first will have an advantage If the organization changes the fighters of a certain match that's on the form, it will be voided. 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 the match 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. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 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!
  7. Doge - Cool
    Opesco007 reacted to DragoslavP in $10,000 Last Leg Legend | March | Sports Challenge   
    Last Leg Legend | March |🎫🛟
    Ends: 01/04/2026 @ (12 PM) GMT 


     
    Requirements:
    Lose a bet with the highest total odds with only 1 match/selection lost! (If you get a bet with higher odds, you can edit your post with it) You need to have at least 6 matches/selections total. The minimum bet amount is set at 2$ USD (in any coin) Minimum odds on the last (losing) match/selection that was lost cannot be higher than 5x. Tips & Terms & Conditions:
    You can bet on pre-match or live markets. Cashed-out bets are not eligible for the challenge. Stake Shield bets will not be eligible. If you have any voided/half-loss/half-win matches/selections, the multiplier counted toward the promotion will be the one you would have received if the whole slip had won. Bet must have been made after 28/02/26 - (5 PM) GMT and it has to be settled before the timer expires! Adjusted bets after the promotion has ended will not count. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, please allow us up to 72 hours. 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 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. 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 $2,500 2nd place $1,500 3rd place $1000 4th place $750 5th place $600 6–10th place $350 11–14th place $250 15–20th place $150 How to Enter:
    Respond to this topic by posting your sports bet ID. **Note: In case of a tie, players will be ranked:
    a) based on their bet amount
    b) if further tie occurs, players will be ranked based on the time of posting, that is, the last edit of their entry post on this thread.   One valid entry per user.
           4. Examples of valid bet IDs:
                  - sport:123456789
  8. Fire
    Opesco007 got a reaction from Astar19 in $3,000 Perfect 10 | Sports   
    sport:519859867
  9. Pepe - Pray
    Opesco007 reacted to Mr Banks in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    ⚽️ Leg for Leg with Mr Banks 🏅
    Ends: 16/2/2026 @  1.00 AM GMT
    $20k prize pool is up for grabs 💰
    Place this exact bet on your Stake account (minimum $5 or equivalent)
    Copy your Bet ID and paste it below
    200 lucky winners will be selected at random for $100 each 💰
     VIEW BET HERE
     
    Requirements: 
    5.00 USD bet minimum
    Must place the same multi as featured above
    Reply to this thread with your Sport ID
    Prize Pool: $20,000
    Distributed to 200 randomly selected winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Prize pool distribution:
    Complete the challenge within the next 3 days for a shot at the prize pool. Winners are limited to 200. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3 month time period ends. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  10. Fire
    Opesco007 got a reaction from plinkogod007 in Finally Maxed Licence to Squirrel🔥   
    Congratulation, i hope to replicate this on Crypto Guy.
  11. Fire
    Opesco007 got a reaction from SPBK99B in What if   
    Nothing is Impossible
     
    infact, i would achieve that before my birthday NEXT MONTH.
     
  12. Fire
    Opesco007 got a reaction from IvanaBe in 💖💖Ready for Valentine’s day?💖💖   
    I'm sleeping all day, thanks.
  13. Doge - Cool
    Opesco007 reacted to plinkogod007 in Finally Maxed Licence to Squirrel🔥   
    Maxed Licence to Squirrel today and I’m genuinely happy.
    Feels great when a normal guy gets a moment like this.
    Wishing big wins to everyone grinding out there 🙌🍀



  14. Pepe - Thinking
    Opesco007 reacted to Mr Banks in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    ⚽️ Leg for Leg with Mr Banks 🏅
    Ends: 19/1/2026 @  1.00 AM GMT
    $20k prize pool is up for grabs 💰
    Place this exact bet on your Stake account (minimum $5 or equivalent)
    Copy your Bet ID and paste it below
    100 lucky winners will be selected at random for $200 each 💰
     VIEW BET HERE
     
    Requirements: 
    5.00 USD bet minimum
    Must place the same multi as featured above
    Reply to this thread with your Sport ID
    Prize Pool: $20,000
    Distributed to 100 randomly selected winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Prize pool distribution:
    Complete the challenge within the next (x) days for a shot at the prize pool. Winners are limited to 100. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3 month time period ends. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  15. Doge - Cool
    Opesco007 reacted to BratislavK in $10,000 Highest Odds | January | Sports Challenge   
    Highest Odds | January |💰
    Ends: 01/02/2026 @ (1 PM) GMT 


     
    Requirements:
    Win a bet with the highest total odds you can! (if you win a bet with higher odds you can edit your post with it) The minimum bet amount is set at 1$ USD (in any coin) The table will be updated once a day. Tips & Terms & Conditions:
    You can bet on pre-match or live markets. Cashed-out bets are not eligible for the challenge. Bet must have been made after 01/01/26 - (1 PM) GMT and it has to be settled before the timer expires! Adjusted bets after the promotion has ended will not count. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Do not change your linked account during the whole duration of the promotion For payment, please allow us up to 72 hours. 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 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. 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 $2,400 2nd place $1,200 3rd place $800 4th place $600 5th place $500 6-10th place $300 11-15th place $200 16-20th place $100 21-50th place$50 How to Enter:
    Respond to this topic by posting your sports bet ID. Screenshot of the bet is optional. **Note: In case of a tie, players will be ranked: a) based on their wagered amount; b) if further tie occurs, players will be ranked based on the time of posting, that is, the last edit of their entry post on this thread.   One valid entry per user.
           4. Examples of valid bet IDs:
                  - sport:123456789
  16. Pepe - Pray
    Opesco007 reacted to BratislavK in $10,000 Highest Odds | January | Sports Challenge   
    Highest odds table:
     
    @Moneygeek011 5,303.42 @Rajats13 1,317.93 @edundu  737.82 @Opesco007 713.95 @Ezbg2 693.14 @mktgeran 688.06 @stingray322 656.66 @isoka   620.92 @Godseed21 619.82 @ごいし 554.52 @Vietbanan 538.99 @lesmoyanes 439.59 @Blacktommy 401.00  @quagie 400.00 @Pau M 383.80 @Arora4 361.14 @frann1xbobardo 326.16 @winalldayjr666 321.16 @Mrssever  317.4 @tuentiwan 314.56 @RzudemX 304.74 @Antro   295.49 @hairyporter 273.53 @CryptoWins 273.30 @Danx11 251.00 @husobugi 248.27 @Alydhr1 247.83 @ceus91 240.14 @Feuchtebuxxe 238.99 @MEDAMKERAS 236.18 @Kingsley93  217.13 @Timu3222 207.73 @veselin86 205.39 @AnaLizza 201.00 ($5.04) @zlatan61 201.00 ($1.09) @ilostmyjob 197.12 @Sirk23 194.04  @brilliantovyy 193.77 @ajayramani95 186.53 @ihebmb02 186.32 @Hexisme 181.12 @kumar555 178.24 @crynxc 157.53 @alwaysmine13 157.25 @card1 157.21 @Liemdauca86 151.00 ($5.00) @Odinson456 151.00 ($4.00) @kishidan127 149.51 @MOBUTUU 147.56 @Fabienf 144.32
  17. Fire
    Opesco007 reacted to Jojo85696 in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    https://stake.com/sports/home?iid=sport%3A507579264&modal=bet
     
     

  18. Fire
    Opesco007 reacted to Olorunwa1023 in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    Bet ID: 507672017
    User name:Olorunwa1023

  19. Fire
    Opesco007 reacted to Lazar32 in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    Bet 🆔: 507,623,398
    https://stake.com/sports/home?iid=sport%3A507623398&modal=bet
     
    Stake: Lazar32


    Bet 🆔: 507,623,398
    https://stake.com/sports/home?iid=sport%3A507623398&modal=bet
     
    Stake: Lazar32

    Bet 🆔: 507,623,398
    https://stake.com/sports/home?iid=sport%3A507623398&modal=bet
     
    Stake: Lazar32
  20. Fire
    Opesco007 reacted to maverick894 in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    My bet is
    sport:507670702
  21. Fire
    Opesco007 reacted to fastman in $10,000 Highest Odds | January | Sports Challenge   
    sport:502789502
  22. Fire
    Opesco007 reacted to supermode in $10,000 Highest Odds | January | Sports Challenge   
    sport:500102963
  23. Fire
    Opesco007 got a reaction from Robbabillion79 in $3,000 Perfect 10 | Sports   
    sport:497333816

  24. Fire
    Opesco007 reacted to rakiusa565310 in $3,000 Perfect 10 | Sports   
    sport:498652969
  25. Pepe - Happy
    Opesco007 reacted to capitan in $3,000 Perfect 10 | Sports   
    sport:497310742
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use