Online Casino Bonus Wagering Calculator







Wagering Outcome

Free Bonus Money: 100.00
Total Play Money: 200.00
Amount to Wager: 4000.00

Theoretical Win: 20.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")