{
  "game": "videopoker",
  "displayName": "Video Poker",
  "rtpPercent": 99.0,
  "rtpE8": 99000000,
  "engine": "uint32",
  "biasClass": "uniform",
  "params": [
    {
      "name": "holds",
      "desc": "5 booleans"
    }
  ],
  "deck": 52,
  "payoutMultiplier": {
    "royal": 800,
    "straight_flush": 60,
    "quads": 22,
    "full_house": 9,
    "flush": 6,
    "straight": 4,
    "trips": 3,
    "two_pair": 2,
    "jacks": 1,
    "none": 0
  },
  "note": "deck = shuffle(52); deal order[:5]; holds keep, others draw from order[5:]; final 5-card hand pays payoutMultiplier[category]× (multiplier_e8 = that × 1e8)."
}
