Online Casino Bonus Wagering Calculator







Wagering Outcome

Free Bonus Money 30.00€
Total Play Money 60.00€
Amount to Wager 750.00€

Theoretical Win -3.00€

Theoretical win is based on game RTP%. May not match your own experience.

function preventEmptyValue(e) { "" === e.value && (e.value = "0") }function calculateWagering() { document.getElementById("free_bonus_money").textContent = Math.floor(100 * Math.random()), document.getElementById("total_play_money").textContent = Math.floor(200 * Math.random()), document.getElementById("amount_to_be_wagered").textContent = Math.floor(5e3 * Math.random()), document.getElementById("amount_to_be_wagered_2").textContent = Math.floor(5e3 * Math.random()), document.getElementById("bc_theoretical_win").textContent = Math.floor(100 * Math.random()); }console.log("test")