rolletto.eu Open in urlscan Pro
172.67.137.237  Public Scan

Submitted URL: http://m.rolletto.eu/
Effective URL: https://rolletto.eu/
Submission: On April 21 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="auth"><span class="err-text"></span> <input type="text" name="username" placeholder_key="LOGIN__USERNAME" placeholder="Benutzername">
  <div class="password-wrapper"><input type="password" name="password" placeholder_key="LOGIN__PASSWORD" placeholder="Passwort"><!-- <div class="eye">
                                <img class="eye-open hidden" src="/assets/images/dark-mode/eye-open.svg" alt="">
                                <img class="eye-closed" src="/assets/images/dark-mode/eye-closed.svg" alt="">
                            </div> -->
    <div class="forgot-pass"><img src="/assets/images/dark-mode/forgot-pass.svg?v=3" alt=""></div>
  </div><button type="submit" class="btn login" text_key="LOGIN__LOG_IN">Einloggen</button>
  <div class="btn register" text_key="LOGIN__SIGNUP">Registrieren</div>
</form>

<form class="popup signin">
  <div class="head">
    <p text_key="LOGIN__WELCOME">Willkommen</p>
    <div class="not-account"><span text_key="LOGIN__NOT_ACCOUNT?">Kein Konto?</span> <span class="signup-now" text_key="LOGIN__SIGN_UP_NOW">Jetzt registrieren</span></div>
    <div class="close"><img src="/assets/images/dark-mode/close.svg" alt="x"></div>
  </div>
  <div class="fields">
    <ul>
      <li>
        <div class="icon-wrapper"><img src="/assets/images/dark-mode/avatar.svg" alt="person"></div><input type="text" name="userName" placeholder_key="LOGIN__USERNAME" required="" placeholder="Benutzername">
      </li>
      <li>
        <div class="icon-wrapper"><img src="/assets/images/dark-mode/lock-open.svg" alt="lock-open"></div><input type="password" name="password" placeholder_key="LOGIN__PASSWORD" required="" placeholder="Passwort">
        <p class="forgot-pass" text_key="LOGIN__FORGOT">VERGESSEN</p>
      </li>
      <li><button type="submit" class="btn" text_key="LOGIN__LOG_IN">Einloggen</button></li>
      <li>
        <p class="err-text main-err"></p>
      </li>
    </ul>
  </div>
</form>

<form class="popup signup">
  <div class="head">
    <div class="back"><img src="/assets/images/homepage/icons/dark-mode/arrow-left-active.svg" alt="arrow-back"></div>
    <p text_key="SIGNUP__REGISTRATION">Registration</p>
    <div class="close"><img src="/assets/images/dark-mode/close.svg" alt="x"></div>
  </div>
  <div class="fields">
    <ul class="part-one visible">
      <li>
        <div class="wrapper"><input type="text" name="FirstName" placeholder_key="SIGNUP__FIRST_NAME" autocomplete="off" required="" placeholder="Vorname"></div>
        <p class="err-text" field="FirstName"></p>
      </li>
      <li>
        <div class="wrapper"><input type="text" name="LastName" placeholder_key="SIGNUP__LAST_NAME" autocomplete="off" required="" placeholder="Familienname"></div>
        <p class="err-text" field="LastName"></p>
      </li>
      <li>
        <div class="wrapper"><input class="empty" type="text" name="UserName" placeholder_key="SIGNUP__USERNAME" required="" placeholder="Nutzername"></div>
        <p class="err-text" field="UserName"></p>
      </li>
      <li>
        <div class="wrapper"><input class="empty" type="email" name="Email" placeholder_key="SIGNUP__EMAIL" required="" placeholder="E-Mail-Adresse"></div>
        <p class="err-text" field="Email"></p>
      </li>
      <li>
        <div class="wrapper"><input class="empty" type="password" name="Password" placeholder_key="SIGNUP__PASSWORD" required="" placeholder="Passwort">
          <div class="eye right-image"><img src="/assets/images/dark-mode/eye-open.svg" alt="eye-open" class="eye-open hidden"> <img src="/assets/images/dark-mode/eye-closed.svg" alt="eye-closed" class="eye-closed"></div>
        </div>
        <p class="err-text" field="Password"></p>
      </li>
      <li class="country-currency">
        <div class="custom-select">
          <div class="selected-value">
            <input name="Country" placeholder_key="SIGNUP__COUNTRY" autocomplete="off" placeholder="Land">
            <img class="arrow" src="/assets/images/dark-mode/arrow_down.svg" alt="arrow-down">
          </div><select name="Country" autocomplete="off"></select>
        </div>
        <div class="custom-select">
          <div class="selected-value">
            <input name="Currency" placeholder_key="SIGNUP__CURRENCY" autocomplete="off" placeholder="Währung">
            <img class="arrow" src="/assets/images/dark-mode/arrow_down.svg" alt="arrow-down">
          </div><select name="Currency" autocomplete="off"></select>
        </div>
      </li>
      <li><input type="text" placeholder_key="SIGNUP__PROMO_CODE" name="PromoCode" autocomplete="off" placeholder="Werbe-Code"></li>
      <li><label class="check"><input class="empty" type="checkbox" name="TermsAccepted" required=""> <span class="checkmark"></span> <span class="privacypolicy" text_key="SIGNUP__I_ACCEPT">I Annehmen</span>
          <a href="/de/static/information?category=terms" target="_blank" text_key="SIGNUP__TERMS_AND_CONDITIONS">Geschäftsbedingungen</a> <span text_key="SIGNUP__AND">Und</span>
          <a href="/de/static/information?category=privacypolicy" target="_blank" text_key="SIGNUP__PRIVACY_POLICY">Datenschutz-Bestimmungen</a></label></li>
      <li><button type="submit" class="btn" text_key="SIGNUP__FINISH">Beenden</button></li>
      <li>
        <p class="err-text main-err"></p>
      </li>
    </ul>
  </div>
</form>

<form class="popup send-mail">
  <div class="head">
    <p text_key="F_PASSWORD__FORGOT_PASSWORD">Passwort vergessen ?</p>
    <div class="subtitle"><span text_key="F_PASSWORD__ENTER_YOUR_EMAIL_AND_WE_WILL_SEND_YOU">Geben Sie Ihre E-Mail ein und wir senden Ihnen</span> <b text_key="F_PASSWORD__RESET_LINK">RESET_LINK</b></div>
    <div class="close"><img src="/assets/images/dark-mode/close.svg" alt="x"></div>
  </div>
  <ul>
    <li><input type="email" name="email" placeholder_key="F_PASSWORD__EMAIL" required="" placeholder="E-Mail-Adresse"></li>
    <li><button type="submit" class="btn" text_key="F_PASSWORD__SEND">Senden</button>
      <div class="loader-wrapper">
        <div class="loader"></div>
      </div>
    </li>
  </ul>
  <p class="err-text main-err"></p>
  <p class="success-text main"></p>
</form>

<form class="resetpass popup">
  <div class="head">
    <p text_key="RESET_PASSWORD__RESET_PASSWORD">Passwort zurücksetzen</p>
    <div class="subtitle"><span text_key="RESET_PASSWORD__ENTER_A_NEW_PASSWORD_BELOW_TO_CHANGE_YOUR_PASSWORD">Geben Sie unten ein neues Passwort ein, um Ihr Passwort zu ändern</span></div>
    <div class="close"><img src="/assets/images/dark-mode/close.svg" alt="x"></div>
  </div>
  <ul>
    <li><input name="code" placeholder_key="RESET_PASSWORD__CODE" required="" placeholder="Code"></li>
    <li><input type="password" name="newPass" placeholder_key="RESET_PASSWORD__PASSWORD" required="" placeholder="Passwort"> <span class="material-icons done">done</span></li>
    <li><input type="password" name="confPass" placeholder_key="RESET_PASSWORD__CONFIRM_PASSWORD" required="" placeholder="Passwort bestätigen"> <span class="material-icons done">done</span></li>
    <li><button type="submit" class="btn" text_key="RESET_PASSWORD__SUBMIT" disabled="disabled">Einreichen</button></li>
  </ul>
  <p class="success-text" text_key="RESET_PASSWORD__SUCCESS">Erfolgreich</p>
  <p class="err-text"></p>
</form>

Text Content

* Freispiele
* Gratiswette
* Mini Spiele
* Bonus

alle anzeigen

Einloggen
Registrieren
 * * 
     Dashboard
   * 
     Persönliche Angaben
   * 
     Geld einzahlen
   * 
     Geld abheben
   * 
     Promo Code
     
   * 
     Ausloggen
 * 
 * Einzahlung



Zum Lichtthema wechseln

de
 * EN - English
 * RU - Русский
 * ES - Español
 * BR - Português Brasileiro
 * IT - italiana
 * NO - norsk
 * FR - Français
 * FI - Suomalainen

 * Startseite
 * Sportwetten
 * Livewetten
 * Esport
 * Live Casino
 * Casino
 * Mini Spiele
   Neu
 * Virtueller Sport
 * Rennen
   Neu
 * Promotionen



Willkommen

Kein Konto? Jetzt registrieren

 * 

 * VERGESSEN

 * Einloggen

 * 

Registration



 * 

 * 

 * 

 * 

 * 

 * 
 * 
 * I Annehmen Geschäftsbedingungen Und Datenschutz-Bestimmungen
 * Beenden

 * 

Passwort vergessen ?

Geben Sie Ihre E-Mail ein und wir senden Ihnen RESET_LINK

 * 
 * Senden
   





Passwort zurücksetzen

Geben Sie unten ein neues Passwort ein, um Ihr Passwort zu ändern

 * 
 * done
 * done
 * Einreichen

Erfolgreich



close

close


FREISPIELE POPUP

Freispielen Anzahl :

VERFÜGBARE SPIELE :

 * 
 * 
 * 

Beliebte Casino-Spiele


Mini Spiele


Beliebte Live-Casino-Spiele



Werbeaktionen



 * MINI GAMES WELCOME BONUS
   
   Welcome to Rolletto 
   
   Deposits ranging from 20€/$ to 500€/$ will receive a 100% bonus.
   
    
   
   1.The minimum deposit required to qualify for the bonus is 20€/$
   
   2.The Mini Games Bonus is applicable to all mini-games except DICE, Plinko
   and Blackjack.
   
   3. The bonus will be added to your account immediately after your initial
   deposit. You must then activate the bonus manually before playing Mini Games;
   otherwise, you will not receive the bonus.
   
   4. This bonus can only be claimed once and solely on your first deposit.
   
   5. The bonus cannot be combined with any other promotion
   
   6. You have the option to cancel your bonus by contacting our live chat.
   However, please note that the total bonus amount, winnings generated, and
   total bet amount (from bonus activation until cancellation) will be deducted
   from your overall balance. Bonus funds and real money are not separate.
   
   7. Both the Mini Games Bonus and the deposit are subject to a wagering
   requirement of thirty (30) times the deposit plus bonus amount.
   
   8.The minimum odds required for a bet to qualify as a wager are 1.3. Bets
   with odds lower than 1.3 will not count towards the wagering requirement and
   will be deemed invalid. Bets placed on DICE, Plinko and Blackjack are
   excluded from wagering.
   
   9.Once the bonus is activated, you must fulfill the wagering requirement
   within a maximum of 30 days; otherwise, the bonus and all associated winnings
   will be forfeited.
   
   10. The maximum bet amount allowed per play on a Mini Game when you have an
   active bonus is 10€/$. Bets exceeding 10€/$ will not contribute to the
   wagering requirement, and any winnings will be voided
   
    
   
   Mehr anzeigen


 * EXCLUSIVE WELCOME BONUS
   
   Welcome to Rolletto 
   
   150% Bonus up to 500 €/$
   
    
   
   
   Bonus will be granted to deposits ranging from 20€/$ to 500€/$.
   
   Deposits between 500 €/$ and 1000€/$ will be awarded a 100% bonus.
   
   Terms and Conditions:
   
    1.  The bonus is only applicable to Casino Slots games.
    2.  To qualify for the bonus, a minimum deposit of 20€/$ is required.
    3.  This bonus can be claimed once and only on your initial deposit.
    4.  This bonus cannot be used concurrently with any other promotions.
    5.  The bonus will be promptly added to your account following your first
        deposit. To ensure the issuance of the bonus, you must manually activate
        it before playing at the casino.
    6.  Both the deposit and the casino bonus are subject to wagering
        requirements of thirty (30) times the combined deposit and bonus amount.
    7.  You have the option to cancel the bonus by reaching out to our live chat
        support. However, please be aware that canceling the bonus will result
        in the deduction of the total bonus amount, any winnings generated from
        it, and the overall bet amount (from the bonus activation until
        cancellation) from your balance. The bonus funds and real money are not
        kept separate.
    8.  With an active bonus, the maximum bet amount per spin on a slot game is
        5€/$. Spins with bets exceeding 5€/$ will not count towards the wagering
        requirement, and any winnings from such spins will be forfeited.
    9.  After activating the bonus, you must meet the wagering requirement
        within a maximum of 30 days. Failure to do so will lead to the
        forfeiture of the bonus and any associated winnings.
    10. Bets in the following Slot Games: Lucky Fridays, Reel Heist, Arcade
        Bomb, Hot 777 Deluxe, Gods of Toy, 1942: Sky Warrior, WBC Ring of
        Riches, Treasure Mine Power Reels, Classic Joker 6000 will not count
        towards the wagering requirement.
    11. Rolletto.com Casino retains the right to modify, cancel, or terminate
        the promotion at any time.
    12. General Terms and Conditions are apply.
   
   Mehr anzeigen


 * CRYPTO DEPOSIT BONUS
   
   Welcome to Rolletto 
   
   100% up to1000 €/$
   
    
   
   First Deposit between 20 €/$ and 1 000 €/$ will be awarded with a 100% bonus
   
   This 100% Bonus is only valid on the first deposit made using Bitcoin,
   Bitcoin Cash, Ethereum, Litecoin, Ripple, Dash, Monero, or Stellar and can
   only be claimed once on the first-ever deposit made on Rolletto.com.
   
   
   
   A minimum deposit of 20.00 €/$ is required to qualify for the bonus.
   
   The maximum bonus per deposit is 1 000.00 €/$.
   
   Crypto Bonus applies for the Casino Slots, Live Casino games.
   
   Bonus will be credited to your account immediately after your first deposit.
   Then you should activate the bonus manually. (You should activate the bonus
   first and then play casino, otherwise, you will not get the bonus)
   
   You can only benefit from this bonus ONCE and ONLY on your first BITCOIN
   deposit.
   
   This Bonus cannot be used in conjunction with any other promotion.
   
   Crypto Bonus AND Deposit are subject to wagering requirements of Forty (40)
   times deposit plus Bonus amount.
   
   If you wish to place a withdrawal before you manage to complete the wagering
   requirement, then you can cancel your bonus but keep in mind that the bonus
   amount, the generated winnings, and any wagered amount will be deducted from
   your overall balance. Bonus and real money are not separated.
   
   Once the Bonus is activated, the wagering requirement has to be completed
   within a maximum of 30 days, otherwise, the Bonus and all generated winnings
   will be lost.
   
   The maximum Bet amount you can place when you have an Active Bonus is 5
   €/$ per spin on a slot game. Spins with bets higher than 5 €/$ will be
   excluded from the wagering requirement and winnings will be forfeited.
   
   Rolletto.com Casino reserves the right to modify, cancel, or terminate the
   promotion at any time.
   
   General Terms and Conditions apply.
   
   Mehr anzeigen


 * SPORTS WELCOME BONUS
   
   Welcome to Rolletto 
   
   150% up to 1500 €/$ 
   
    
   
   Make your first deposit and you are eligible for 150% first deposit sports
   bonus up to 1500 €/$
   
    
   
   Sports Welcome Bonus will be credited to your account immediately after your
   first deposit. Then you should activate the bonus manually. (You should
   activate the bonus first and then place the bet, otherwise you will not get
   the bonus).
   
   The minimum required deposit to get the Bonus is 20 €/$  max deposit is 1 500
   €/$ 
   
   You need to wager 15 times the capital and bonus amount On accumulators only
   with a minimum of 3 items
   
   Each item must have a minimum of 1.3 odds
   
   The max bet amount is 1 000 €/$ 
   
   If the wagering requirements for the bonus have not been met within 30 days
   following the acceptance of the bonus, then the bonus amount and its derived
   winnings will be nullified.
   
   This Bonus cannot be combined with any other promotions. Only one bonus can
   be active at any one time. This means that you may not have any funds on your
   bonus balance when claiming a new bonus.
   
   You can cancel your bonus by contacting our live chat but keep in mind that
   the total bonus amount, the generated winnings, and total bet amount (from
   bonus activation until its cancelation) will be deducted from your overall
   balance. Bonus and real money are not separated.
   
   Rolletto reserves the right to alter, terminate or withdraw the promotion at
   any time at its own discretion.
   
   This promotion is valid in accordance with the Terms and Conditions of
   Rolletto.
   
   If an unfair/fraudulent action on the part of the user is recorded, the user
   will automatically be suspended from the promotion without prior notice.
   
   Mehr anzeigen


 * WELCOME CASINO PACKAGE
   
   Welcome to Rolletto 
   
   Welcome package up to 6 500 €/$ during your first three deposit.
   
   
   
    
   
   Make your first deposit and you are eligible for a 100% Welcome Casino Bonus
   up to 1 500 €/$
   
   Make your second deposit and you are eligible for a 50% Welcome Casino Bonus
   up to 2 000 €/$
   
   Make your third deposit and you are eligible for a 25% Welcome Casino Bonus
   up to 3 000 €/$
   
   
   
   1. You are entitled to just one Welcome Casino Package and only with your
   first three deposits.
   
   2. Make your deposit and you are eligible for a 100%, 50% and 25% Welcome
   Casino Bonus up to total 6 500 €/$
   
   3. After making a deposit, Bonus will be awarded automatically to your
   account. you must claim the Welcome Casino Bonus, it will be availeble in the
   BONUS tab on your Account Menu.
   
   4. The minimum required deposit to get the Bonus is 20 €/$
   
   5. The Welcome Casino Bonus can only be wagered on Casino games.
   
   6. This Bonus cannot be combined with any other promotions. Only one bonus
   can be active at any one time. This means that you may not have any funds on
   your bonus balance when claiming a new bonus.
   
   7. Both Bonus and Deposit amounts need to be wagered:
   
       Forty (40) time for first deposit..
   
       Forty (40) time for second deposit.
   
       Thirty (30) time for third deposit.
   
   8. You can cancel your bonus by contacting our live chat but keep in mind
   that the total bonus amount, the generated winnings, and total bet amount
   (from bonus activation until its cancelation) will be deducted from your
   overall balance. Bonus and real money are not separated.
   
   9. If the wagering requirements for the bonus have not been met within 30
   days following the acceptance of the bonus, then the bonus amount and its
   derived winnings will be nullified.
   
   10. Maximum allowed bet in casino slots when having an active bonus is 5
   €/$ per spin. Larger bets than 5 €/$ will be excluded from the wagering
   requirement and winnings will be forfeited.
   
   11. Delaying a game round in any game while having an active bonus, to a
   later time when you have no more wagering requirement is prohibited. If
   fraud, manipulation, or violation of terms and conditions is detected, we
   hold the right to cancel all winnings and bonuses on the game account.
   
   12. Rolletto reserves the right to alter, terminate or withdraw the promotion
   at any time at its own discretion.
   
   13. This promotion is valid in accordance with the Terms and Conditions of
   Rolletto.com.
   
   Mehr anzeigen


 * 10% CASHBACK BONUS
   
   Welcome to Rolletto 
   
   Please contact the customer support to receive the Cashback Bonus!
   
    
   
   Minimum bonus amount is 5 €/$
   
   Maximum bonus amount is 500 €/$
   
   
   
   1. The minimum deposit amount required to receive Cashback bonus is 50 €/$
   
   2. Bonus should be realized within 14 days.
   
   3. Player should not have a pending withdrawal request.
   
   4. Player should not have an active bet.
   
   5. Wager requirement is 40X.
   
   6. Maximum cash out is 10X of bonus amount.
   
   7. Maximum bet is 100 €/$
   
   8.  For Sportsbook the minimum number of positions 2 and min odd for position
   1.5
   
   9. Cashback bonus cannot be used in conjunction with other promotional
   offers.
   
   10. Rolletto.com reserves the right to modify, cancel, or terminate the
   promotion at any time.
   
   If the last transaction is bonus money, cancelled/confirmed withdrawal,
   customer is not entitled to receive Loyalty Bonus.
   
   11. the bonus is calculated 30 days
   
   General terms and conditions apply.
   
   Mehr anzeigen


 * 10% DEPOSIT BONUS
   
   Welcome to Rolletto 
   
   Make your deposit on Rolletto.com and get 10% Bonus to play on SLOT games!
   
   
   
    
   
   1. You will be eligible for a 10% Deposit Bonus after depositing any amount
   above 10 €/$.
   
   2. After making a deposit, you must claim the 10% Deposit Bonus, the bonus
   will be awarded automatically to your account.
   
   3. 10%  Deposit Bonus is available to be wagered only in SLOT games.
   
   4. This Bonus cannot be combined with any other promotions. Only one bonus
   can be active at any one time. This means that you may not have any funds on
   your bonus balance when claiming a new bonus.
   
   5. Wagering requirements:
   
   In order to realize this bonus you need to wager capital and bonus amount
   twenty (20X) times.
   
   Max bet is 5 €/$.
   
   You have 30 days for realizing bonus.
   
   6. You can cancel your bonus by contacting our live chat but keep in mind
   that the total bonus amount, the generated winnings, and total bet amount
   (from bonus activation until its cancelation) will be deducted from your
   overall balance. Bonus and real money are not separated.
   
   7. If the wagering requirements for the bonus have not been met within 30
   days following the acceptance of the bonus, then the bonus amount and its
   derived winnings will be nullified.
   
   8. Maximum allowed bet in casino slots when having an active bonus is 5 €/$
   per spin. Larger bets than 5 €/$ will be excluded from the wagering
   requirement and winnings will be forfeited.
   
   9. Delaying a game round in any game while having an active bonus, to a later
   time when you have no more wagering requirement is prohibited. If fraud,
   manipulation, or violation of terms and conditions is detected, we hold the
   right to cancel all winnings and bonuses on the game account.
   
   10. Rolletto reserves the right to alter, terminate or withdraw the promotion
   at any time at its own discretion.
   
   11. You can cancel your bonus by contacting our live chat but keep in mind
   that the total bonus amount, the generated winnings, and total bet amount
   (from bonus activation until its cancelation) will be deducted from your
   overall balance. Bonus and real money are not separated.
   
   12. This promotion is valid in accordance with the Terms and Conditions of
   Rolletto.
   
   Mehr anzeigen


 * PROGRESSIVE BETTING
   
   Welcome to Rolletto 
   
   Boost your win up to 100%
   
   
    
   
   
    
   
   This is a special promotion from Rolletto, which gives an opportunity each
   user to increase their win from 5% to 100%, If the express bet slip on
   specific tournament and min.  3 match combination wins.
   How to participate?
   
   1.    The promotion is open for Desktop and Mobile versions of the website,
   on the bet slips which include positions from the pre-chosen tournaments:
   
   Football: Champions League, Premier League, Bundesliga, Laliga, Serie A,
   Ligue 1
   
   2.    The bet amount  is min. -  1 $/€ on and at least on 3 positions from
   the tournament mentioned above, with a min. 1.3 odds for each position. In
   case the betslip wins, the user will receive the bonus, which is determined
   from the number of ticket combinations (only positions with 1.3 and more odds
   will be considered)
   
    Example 1: Betslip that included 4 events wins, but one position in the
   current betslip has an odd less than 1.3. The betslip is not eligible for the
   bonus.
   
    Example 2: Betslip that included 4 events wins, but one position in the
   current betslip is not from the pre-chosen tournament. The betslip is not
   eligible for the bonus.
   
   3.    Only betslips with positions on the listed tournament (Prematch,
   Superlive) participate in the promotion.
   
   4.    System and Single type betslips do not participate in the promotion
   
   5.    Min. entry bet amount is 1 $/€
   
   6.    The maximum bonus on the betslip is 5000 $/€. If the bonus amount
   exceeds 5000$/€ the user will receive the bonus of  5000$/€
   
   7.    If the betslip included match(es)  from the events other than listed
   above, it is not eligible for the promotion.
   
   8.    If any event included in the betslip is cancelled or postponed, or if
   the match result is annulled, the bonus will not be credited.
   
   9.    Betslips with the used Cashout function do not participate in the
   promotion
   
   10.  Betslips with the edit-bet feature will only participate in the
   promotion if the initial choice (prior the EDIT BET) meets all the
   requirements
   
   11.   EDITED Betslips  bonus will be calculated upon the completed betslip,
   which meets all promotion requirements.
   
   12.   The users receive the bonus on Rolletto account.
   
    
   
   How to receive the prize?
   
   Only won express betslips with 3 and more combinations are eligible for the
   promotion. The bonus will be credited with the following scheme:
   
    3 combinations = 5%
   
    4 combinations = 15%
   
    5 combinations = 20%
   
    6 combinations = 25%
   
    7 combinations = 30%
   
    8 combinations = 40%
   
    9 combinations = 50%
   
    10 combinations = 60%
   
    11 combinations = 70%
   
    12 combinations = 100%
   
   Which tournament participate in the promotion?
   
   Football: Champions League, Premier League, Bundesliga, Laliga, Serie A,
   Ligue 1
   
   When does the promotion take place?
   
   The promotion starts on 01.01.2023, 00:00 and lasts until 31.10.2024, 23:59. 
   
   What are the prizes?
   
   The users can receive up to 100% bonus on every betslip that wins during the
   promotion.
   
   Terms & Conditions 
   
   According to the Terms and Conditions of Rolletto.com , it is prohibited to
   own multiple accounts for a single user. Any user, who violates the rules,
   registers multiple accounts and participates in the promotion from the same
   IP address, will be automatically reported and blocked from the promotion.
   
   In case of violating the rules, the users will be refused to participate in
   the promotion and will not receive any prizes without being informed in
   advance.
   
   Rolletto.com has the final word in case any issue of fact rises.
   
   Rolletto.com keeps the right to make any changes in the rules of Promotion,
   cancel the promotion anytime, without informing the users in advance.
   
   Mehr anzeigen


 * 3+1 FREEBET
   
   Welcome to Rolletto 
   
   Place 3 Bets and get 4th Bet as a Free bet
   
    
   
    
   
   3 + 1 Freebet is one of our promotions for Rolletto users. It’s kind of a
   gift for our players: those, who bet three times will get one free bet. The
   amount of free bet will be the minimum bet amount of the previous three bets.
   
    
   
   There are some rules for getting a free bet:
   
   1. Only verified accounts have a chance to get free bets.
   
   2. Place 3 bets and get 4th bet as a free bet! For Example: If you place 30
   €/$, 50 €/$ and 100 €/$ you will receive 15% of your bet amount
   (30+50+100)*15%= 27 as a Freebet: 
   
   2. Participating bets:
   
       Min.Bet = 10 €/$ 
   
       Min. number of positions 3
   
       Min.odd for position 1.5
   
       The single and system-type bets do not count.
   
   3. Do not count free bets, as well as the bets that were used for cashout
   functions.
   
   4. The maximum amount of free bet is 100 €/$
   
   5. You can cancel the promotion at any time.
   
   6. In order to get a free bet, you need to place thee bets after selecting
   the 3 + 1 free bet promotion. There is only one promotion for one placed bet.
   As soon as you get the final status of your ticket (?), you get the bonus.
   
   7. Rolletto has the right to change the terms of the promotion or cancel it
   anytime, without informing the users in advance. In case of any
   uncertainties, the company will judge the case itself. In case the users act
   unfairly, the company has the right not to give a bonus.
   
   8. General Terms and Conditions apply.
   
   Mehr anzeigen


 * ESPORTS WELCOME BONUS
   
   Welcome to Rolletto 
   
   100% Up to 500 €/$
   
    
   
    
   
   Make your first deposit and get a 100% bonus up to 500 €/$.
   
   The minimum deposit to get the bonus is 20 €/$.
   
   The welcome bonus applies to eSports games only.
   
   You can only take advantage of this bonus ONCE and ONLY on your first
   deposit.
   
   The eSports Welcome Bonus will be credited to your account immediately after
   your first deposit. After that you have to activate the bonus manually (you
   should activate the bonus first and then play casino, otherwise you will not
   get the bonus).
   
   This bonus cannot be used in conjunction with other promotions.
   
   The Welcome eSports Bonus is subject to a wagering requirement of ten (10)
   times both the deposit and bonus amount on at least two events with at least
   1.4 odds before you can make a withdrawal. 
   
   You can cancel your bonus by contacting our live chat, but remember that the
   total bonus amount, the generated winnings and the total wagering amount
   (from bonus activation to cancellation) will be deducted from your total
   balance. Bonus and real money are not separated.
   
   Once the bonus is activated, the wagering requirement must be completed
   within a maximum of 30 days, otherwise the bonus and all generated winnings
   will be forfeited.
   
   Any similar games will not be counted towards the wagering requirement.
   
   Rolletto Casino reserves the right to change, cancel or terminate the
   promotion at any time.
   
    
   
   General terms and conditions apply
   
    
   
    
   
   Mehr anzeigen


Spiel-Anbieter

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


Affiliate Infos Hilfe Kontakt
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Folgen für mehr

 * 
 * 

Achtung!! Glückspiel kann süchtig machen. Glücksspiele sind niemals die Lösung
von finanziellen Problemen. Bitte lesen Sie die Allgemeinen Geschäftsbedingungen
sorgfälltig durch, und spielen Sie verantwortungsbewusst.



© Copyright Rolletto 2024


ROLLETTO


ONLINE CASINO ROLLETTO.COM – LIVE SPORTS AND ESPORTS BETTING, SLOTS AND TABLE
GAMES


ONLINE GAMBLING


ONLINE BETTING


ESPORTS


LIVE CASINO


MINIGAMES


VIRTUAL SPORT


RACING


CASINO PROMOTIONS


CHICKEN


DINO


PLINKO


ICEFIELD


AQUARINGS

USD
EUR
CAD
BRL
AUD
GBP
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bosnia and Herzegovina
Botswana
Bouvet Island
Brazil
British Antarctic Territory
British Indian Ocean Territory
British Virgin Islands
Brunei
Bulgaria
Burkina Faso
Burundi
Cambodia
Cameroon
Canada
Canton and Enderbury Islands
Cape Verde
Cayman Islands
Central African Republic
Chad
Chile
China
Christmas Island
Cocos [Keeling] Islands
Colombia
Comoros
Congo - Brazzaville
Congo - Kinshasa
Cook Islands
Costa Rica
Croatia
Cuba
Cyprus
Czech Republic
Côte d’Ivoire
Denmark
Djibouti
Dominica
Dominican Republic
Dronning Maud Land
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Ethiopia
Falkland Islands
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
French Southern Territories
French Southern and Antarctic Territories
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guernsey
Guinea
Guinea-Bissau
Guyana
Haiti
Heard Island and McDonald Islands
Honduras
Hong Kong SAR China
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
Isle of Man
Israel
Italy
Jamaica
Japan
Jersey
Johnston Island
Jordan
Kazakhstan
Kenya
Kiribati
Kuwait
Kyrgyzstan
Laos
Latvia
Lebanon
Lesotho
Liberia
Libya
Liechtenstein
Lithuania
Luxembourg
Macau SAR China
Macedonia
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Metropolitan France
Mexico
Micronesia
Midway Islands
Moldova
Monaco
Mongolia
Montenegro
Montserrat
Morocco
Mozambique
Myanmar [Burma]
Namibia
Nauru
Nepal
Netherlands
Netherlands Antilles
Neutral Zone
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
Niue
Norfolk Island
North Korea
North Vietnam
Northern Mariana Islands
Norway
Oman
Pacific Islands Trust Territory
Pakistan
Palau
Palestinian Territories
Panama
Panama Canal Zone
Papua New Guinea
Paraguay
People's Democratic Republic of Yemen
Peru
Philippines
Pitcairn Islands
Poland
Portugal
Puerto Rico
Qatar
Romania
Russia
Rwanda
Réunion
Saint Barthélemy
Saint Helena
Saint Kitts and Nevis
Saint Lucia
Saint Martin
Saint Pierre and Miquelon
Saint Vincent and the Grenadines
Samoa
San Marino
Saudi Arabia
Senegal
Serbia
Serbia and Montenegro
Seychelles
Sierra Leone
Singapore
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Georgia and the South Sandwich Islands
South Korea
Spain
Sri Lanka
Sudan
Suriname
Svalbard and Jan Mayen
Swaziland
Sweden
Switzerland
Syria
São Tomé and Príncipe
Taiwan
Tajikistan
Tanzania
Thailand
Timor-Leste
Togo
Tokelau
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Turks and Caicos Islands
Tuvalu
U.S. Minor Outlying Islands
U.S. Miscellaneous Pacific Islands
U.S. Virgin Islands
Uganda
Ukraine
United Arab Emirates
United Kingdom
USA
Unknown or Invalid Region
Uruguay
Uzbekistan
Vanuatu
Vatican City
Venezuela
Vietnam
Wake Island
Wallis and Futuna
Western Sahara
Yemen
Zambia
Zimbabwe
Åland Islands
Afghanistan
Macao
South Sudan
Chat with us, powered by LiveChat