18+ --:--:-- UTC
embed

Embed these tools.

Teaching the maths behind gambling is better with the interactive in front of the reader. Take any of iGamer’s tools and drop it into your article, forum post or compliance wiki — one line of HTML, no tracking, no cost. Each embed keeps a small “by iGamer” link back to the source.
Free to embedNon-promotional · No tracking or cookies in the frame · Keep the attribution link · 18+

House-edge simulator

Predict where $200 lands, then watch the house edge grind it down over a session.

<iframe src="https://igamerhq.com/embed/house-edge" title="House-edge simulator — iGamer" width="100%" height="640" style="max-width:720px;border:1px solid #e6e4dd;border-radius:12px" loading="lazy"></iframe>

The gambler’s fallacy

Flip a fair coin over and over — streaks look meaningful, but each flip forgets the last.

<iframe src="https://igamerhq.com/embed/gamblers-fallacy" title="The gambler’s fallacy — iGamer" width="100%" height="560" style="max-width:720px;border:1px solid #e6e4dd;border-radius:12px" loading="lazy"></iframe>

Where the bookmaker’s margin hides

Add up the implied probabilities of every outcome — the excess over 100% is the margin.

<iframe src="https://igamerhq.com/embed/odds-overround" title="Where the bookmaker’s margin hides — iGamer" width="100%" height="600" style="max-width:720px;border:1px solid #e6e4dd;border-radius:12px" loading="lazy"></iframe>

What a bonus really costs to clear

A “100% up to $100” bonus at 35× wagering means betting thousands first — see the expected cost.

<iframe src="https://igamerhq.com/embed/wagering" title="What a bonus really costs to clear — iGamer" width="100%" height="600" style="max-width:720px;border:1px solid #e6e4dd;border-radius:12px" loading="lazy"></iframe>

One wild session vs. the crowd’s reliable line

Predict where the average player lands, then watch variance resolve into the downward line of the many — expectation and variance on one screen.

<iframe src="https://igamerhq.com/embed/law-of-large-numbers" title="One wild session vs. the crowd’s reliable line — iGamer" width="100%" height="900" style="max-width:720px;border:1px solid #e6e4dd;border-radius:12px" loading="lazy"></iframe>

Same 96% RTP — three completely different nights

Two slots with identical RTP can feel nothing alike. Watch thousands of sessions land in three histograms — same average, wildly different shapes, every one a loss.

<iframe src="https://igamerhq.com/embed/rtp-distribution" title="Same 96% RTP — three completely different nights — iGamer" width="100%" height="1040" style="max-width:720px;border:1px solid #e6e4dd;border-radius:12px" loading="lazy"></iframe>

Optional — auto-resize the frame

A plain fixed-height iframe works everywhere. If you want the frame to grow and shrink with the tool, add this once to your page — it listens for the height each embed reports and sizes its iframe to match.

<script> addEventListener('message', function (e) { if (e.data && e.data.type === 'igamer:embed:resize') { document.querySelectorAll('iframe[src*="igamerhq.com/embed/"]').forEach(function (f) { if (f.contentWindow === e.source) f.style.height = e.data.height + 'px'; }); } }); </script>

Prefer the full experience? Open The Lab — every experiment, with the flagship simulations.