odds-data / README.md
Betkyo's picture
Add the six engine tables (JSON + CSV), index.json and the dataset card
3c390a1 verified
|
Raw
History Blame Contribute Delete
2.7 kB
metadata
license: cc-by-4.0
language:
  - en
pretty_name: Betkyo odds data
tags:
  - casino
  - gambling
  - house-edge
  - paytables
  - provably-fair
  - keno
  - plinko
  - blackjack
  - roulette
size_categories:
  - n<1K

Betkyo odds data

Machine-readable tables behind the Betkyo Journal, exported from the casino game engine source rather than typed by hand. Each JSON file carries its provenance (source names the engine module, article the derivation, generated the export date) and a data object; the CSV next to it is the same table flattened. index.json lists them all.

File What it is Derivation
keno-paytables All forty keno payout tables (level × picks × hits), total-return multipliers What a keno risk level actually changes
plinko-multipliers Plinko bucket multipliers for every risk level and row count Plinko, priced
roulette-bets Bet kinds, pockets covered, multiplier, expected return; wheel order and red pockets A roulette bet is a string
blackjack-dealer-outcomes Dealer final-total distribution by upcard, infinite shoe, dealer stands on all 17s Dealer bust odds by upcard
koban-ladder Koban Flip cumulative multiplier after n straight calls, floored to cents Designing Koban Flip
fukubukuro-bags Item weights (millionths) and payout multiples for both lucky bags Designing Fukubukuro
import pandas as pd
keno = pd.read_csv("hf://datasets/betkyo/odds-data/keno-paytables.csv")

Canonical, current copies: betkyo.com/data. Archived, citable version: doi:10.5281/zenodo.22725012. Repository mirror and the derivation scripts that turn these tables into the return figures quoted in the articles: github.com/betkyo-open-labs. Method: How the Journal verifies a number.

Licence: CC BY 4.0. Attribute as "Betkyo Journal, betkyo.com/data". Corrections: dev@betkyo.com.

These tables describe games of chance with a house edge; nothing here is betting advice. 18+.