{
 "name": "blackjack-dealer-outcomes",
 "description": "Dealer final-total distribution by upcard on an infinite shoe with the dealer standing on all 17s (exact recursion)",
 "source": "blackjack/derive.ts rules (infinite shoe, S17); recursion in scripts/export-odds-data.mjs",
 "article": "https://betkyo.com/en/blog/dealer-bust-odds-by-upcard-on-an-infinite-shoe/",
 "license": "CC BY 4.0",
 "publisher": "Betkyo Journal",
 "url": "https://betkyo.com/data/blackjack-dealer-outcomes.json",
 "generated": "2026-09-12",
 "data": {
  "rules": "infinite shoe, dealer stands on all 17s",
  "table": [
   {
    "17": 0.1398091395277353,
    "18": 0.13490735037469445,
    "19": 0.1296554334250078,
    "20": 0.1240264557712411,
    "21": 0.11799348450596006,
    "upcard": "2",
    "bust": 0.35360813639536137
   },
   {
    "17": 0.13503398781113995,
    "18": 0.13048232645474486,
    "19": 0.125580537301704,
    "20": 0.12032862035201736,
    "21": 0.11469964269825067,
    "upcard": "3",
    "bust": 0.3738748853821433
   },
   {
    "17": 0.13048973584959822,
    "18": 0.12593807449320316,
    "19": 0.12138641313680806,
    "20": 0.11648462398376722,
    "21": 0.11123270703408057,
    "upcard": "4",
    "bust": 0.3944684455025429
   },
   {
    "17": 0.1222512852705508,
    "18": 0.1222512852705508,
    "19": 0.11769962391415573,
    "20": 0.11314796255776063,
    "21": 0.10824617340471979,
    "upcard": "5",
    "bust": 0.4164036695822624
   },
   {
    "17": 0.1654381765033464,
    "18": 0.1062665788702103,
    "19": 0.1062665788702103,
    "20": 0.10171491751381523,
    "21": 0.09716325615742014,
    "upcard": "6",
    "bust": 0.4231504920849978
   },
   {
    "17": 0.36856619379423866,
    "18": 0.13779696302500785,
    "19": 0.07862536539187177,
    "20": 0.07862536539187177,
    "21": 0.07407370403547668,
    "upcard": "7",
    "bust": 0.26231240836153336
   },
   {
    "17": 0.12856654444917004,
    "18": 0.3593357752184008,
    "19": 0.12856654444917,
    "20": 0.06939494681603392,
    "21": 0.06939494681603392,
    "upcard": "8",
    "bust": 0.24474124225119143
   },
   {
    "17": 0.11999544148589202,
    "18": 0.11999544148589202,
    "19": 0.3507646722551228,
    "20": 0.11999544148589202,
    "21": 0.060823843852755924,
    "upcard": "9",
    "bust": 0.2284251594344453
   },
   {
    "17": 0.11142433852261402,
    "18": 0.11142433852261402,
    "19": 0.11142433852261402,
    "20": 0.3421935692918448,
    "21": 0.11142433852261402,
    "upcard": "10",
    "bust": 0.21210907661769923
   },
   {
    "17": 0.13078889978591995,
    "18": 0.13078889978591995,
    "19": 0.13078889978591995,
    "20": 0.13078889978591995,
    "21": 0.36155813055515074,
    "upcard": "A",
    "bust": 0.11528627030116952
   }
  ]
 }
}