{
  "schemaVersion": 1,
  "slug": "pachinko-observed-probability-confidence-interval",
  "generatedAt": "2026-08-04T13:44:08.951Z",
  "engine": {
    "machine": "src/simulation/machine.ts#simulateMachineBatch",
    "random": "src/simulation/random.ts#SeededRandom",
    "state": "src/simulation/machine.ts#createMachineState"
  },
  "conditions": {
    "model": "架空の通常時1/100独立抽選モデル",
    "jackpotDenominator": 100,
    "theoreticalProbability": 0.01,
    "seedCount": 100,
    "seedStart": "SEO-CONFIDENCE-20260804-001-31251ba7",
    "seedEnd": "SEO-CONFIDENCE-20260804-100-5c663f0c",
    "checkpoints": [
      100,
      1000,
      10000,
      100000
    ],
    "totalSpins": 10000000,
    "confidenceLevel": 0.95,
    "confidenceZ": 1.96,
    "intervalMethod": "Wilson score interval, z=1.96",
    "quantileMethod": "R-7 linear interpolation: position=(n-1)p",
    "standardDeviationMethod": "標本標準偏差: sqrt(sum((x-mean)^2)/(n-1))",
    "scope": "通常時の初当りだけを扱う。RUSH、LT、出玉、回転率、交換率、止め打ち、残保留は評価対象外。"
  },
  "sameObservedRateComparison": [
    {
      "jackpots": 1,
      "spins": 100,
      "observedProbability": 0.01,
      "observedPercent": 1,
      "wilson95": {
        "lower": 0.0017673866,
        "upper": 0.0544875248,
        "halfWidth": 0.0263600691
      }
    },
    {
      "jackpots": 10,
      "spins": 1000,
      "observedProbability": 0.01,
      "observedPercent": 1,
      "wilson95": {
        "lower": 0.0054406953,
        "upper": 0.0183096653,
        "halfWidth": 0.006434485
      }
    },
    {
      "jackpots": 100,
      "spins": 10000,
      "observedProbability": 0.01,
      "observedPercent": 1,
      "wilson95": {
        "lower": 0.0082293067,
        "upper": 0.0121470255,
        "halfWidth": 0.0019588594
      }
    }
  ],
  "checkpoints": [
    {
      "spins": 100,
      "expectedJackpots": 1,
      "theoreticalStandardError": 0.0099498744,
      "jackpotSummary": {
        "count": 100,
        "mean": 0.93,
        "median": 1,
        "sampleStandardDeviation": 0.90179395,
        "min": 0,
        "p05": 0,
        "p25": 0,
        "p75": 2,
        "p95": 2,
        "max": 3
      },
      "observedPercentSummary": {
        "count": 100,
        "mean": 0.93,
        "median": 1,
        "sampleStandardDeviation": 0.90179395,
        "min": 0,
        "p05": 0,
        "p25": 0,
        "p75": 2,
        "p95": 2,
        "max": 3
      },
      "wilsonCoverage": {
        "containsTheory": 96,
        "seedCount": 100
      },
      "intervalWidthPercentSummary": {
        "count": 100,
        "mean": 5.02396512,
        "median": 5.27201382,
        "sampleStandardDeviation": 1.21476298,
        "min": 3.69948075,
        "p05": 3.69948075,
        "p25": 3.69948075,
        "p75": 6.45113107,
        "p95": 6.45113107,
        "max": 7.42664426
      }
    },
    {
      "spins": 1000,
      "expectedJackpots": 10,
      "theoreticalStandardError": 0.0031464265,
      "jackpotSummary": {
        "count": 100,
        "mean": 10.37,
        "median": 10.5,
        "sampleStandardDeviation": 3.15477832,
        "min": 4,
        "p05": 4.95,
        "p25": 8,
        "p75": 13,
        "p95": 15,
        "max": 18
      },
      "observedPercentSummary": {
        "count": 100,
        "mean": 1.037,
        "median": 1.05,
        "sampleStandardDeviation": 0.31547783,
        "min": 0.4,
        "p05": 0.495,
        "p25": 0.8,
        "p75": 1.3,
        "p95": 1.5,
        "max": 1.8
      },
      "wilsonCoverage": {
        "containsTheory": 97,
        "seedCount": 100
      },
      "intervalWidthPercentSummary": {
        "count": 100,
        "mean": 1.29416817,
        "median": 1.31527283,
        "sampleStandardDeviation": 0.1880312,
        "min": 0.86831574,
        "p05": 0.94720984,
        "p25": 1.16473742,
        "p75": 1.4501905,
        "p95": 1.5490298,
        "max": 1.68578385
      }
    },
    {
      "spins": 10000,
      "expectedJackpots": 100,
      "theoreticalStandardError": 0.0009949874,
      "jackpotSummary": {
        "count": 100,
        "mean": 100.88,
        "median": 101,
        "sampleStandardDeviation": 10.19732585,
        "min": 74,
        "p05": 81.95,
        "p25": 95,
        "p75": 107.25,
        "p95": 117.05,
        "max": 123
      },
      "observedPercentSummary": {
        "count": 100,
        "mean": 1.0088,
        "median": 1.01,
        "sampleStandardDeviation": 0.10197326,
        "min": 0.74,
        "p05": 0.8195,
        "p25": 0.95,
        "p75": 1.0725,
        "p95": 1.1705,
        "max": 1.23
      },
      "wilsonCoverage": {
        "containsTheory": 93,
        "seedCount": 100
      },
      "intervalWidthPercentSummary": {
        "count": 100,
        "mean": 0.39294832,
        "median": 0.39368744,
        "sampleStandardDeviation": 0.01972219,
        "min": 0.33802053,
        "p05": 0.35535081,
        "p25": 0.38204399,
        "p75": 0.40544532,
        "p95": 0.42319784,
        "max": 0.43360494
      }
    },
    {
      "spins": 100000,
      "expectedJackpots": 1000,
      "theoreticalStandardError": 0.0003146427,
      "jackpotSummary": {
        "count": 100,
        "mean": 1000.58,
        "median": 999,
        "sampleStandardDeviation": 29.95996655,
        "min": 933,
        "p05": 948,
        "p25": 978,
        "p75": 1022.5,
        "p95": 1049.2,
        "max": 1082
      },
      "observedPercentSummary": {
        "count": 100,
        "mean": 1.00058,
        "median": 0.999,
        "sampleStandardDeviation": 0.02995997,
        "min": 0.933,
        "p05": 0.948,
        "p25": 0.978,
        "p75": 1.0225,
        "p95": 1.0492,
        "max": 1.082
      },
      "wilsonCoverage": {
        "containsTheory": 98,
        "seedCount": 100
      },
      "intervalWidthPercentSummary": {
        "count": 100,
        "mean": 0.12341645,
        "median": 0.12333396,
        "sampleStandardDeviation": 0.00182625,
        "min": 0.11923403,
        "p05": 0.1201786,
        "p25": 0.12204497,
        "p75": 0.12475995,
        "p95": 0.12635979,
        "max": 0.12829669
      }
    }
  ],
  "seeds": [
    {
      "seed": "SEO-CONFIDENCE-20260804-001-31251ba7",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 6,
          "observedProbability": 0.006,
          "observedPercent": 0.6,
          "wilson95": {
            "lower": 0.0027526316,
            "upper": 0.0130283442,
            "halfWidth": 0.0051378563
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 74,
          "observedProbability": 0.0074,
          "observedPercent": 0.74,
          "wilson95": {
            "lower": 0.0058990619,
            "upper": 0.0092792672,
            "halfWidth": 0.0016901027
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 971,
          "observedProbability": 0.00971,
          "observedPercent": 0.971,
          "wilson95": {
            "lower": 0.0091207735,
            "upper": 0.010336895,
            "halfWidth": 0.0006080608
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-002-66a79298",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 100,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0082293067,
            "upper": 0.0121470255,
            "halfWidth": 0.0019588594
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1020,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0095957701,
            "upper": 0.0108418608,
            "halfWidth": 0.0006230454
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-003-dfb6d245",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 94,
          "observedProbability": 0.0094,
          "observedPercent": 0.94,
          "wilson95": {
            "lower": 0.0076880599,
            "upper": 0.0114887331,
            "halfWidth": 0.0019003366
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1045,
          "observedProbability": 0.01045,
          "observedPercent": 1.045,
          "wilson95": {
            "lower": 0.0098382581,
            "upper": 0.0110993536,
            "halfWidth": 0.0006305478
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-004-cd4f2531",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 75,
          "observedProbability": 0.0075,
          "observedPercent": 0.75,
          "wilson95": {
            "lower": 0.0059878732,
            "upper": 0.0093903791,
            "halfWidth": 0.0017012529
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 994,
          "observedProbability": 0.00994,
          "observedPercent": 0.994,
          "wilson95": {
            "lower": 0.0093436838,
            "upper": 0.0105739671,
            "halfWidth": 0.0006151417
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-005-23531b52",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 99,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.008138972,
            "upper": 0.012037437,
            "halfWidth": 0.0019492325
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1041,
          "observedProbability": 0.01041,
          "observedPercent": 1.041,
          "wilson95": {
            "lower": 0.0097994537,
            "upper": 0.011058161,
            "halfWidth": 0.0006293536
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-006-c3c978e8",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 14,
          "observedProbability": 0.014,
          "observedPercent": 1.4,
          "wilson95": {
            "lower": 0.0083574974,
            "upper": 0.023362248,
            "halfWidth": 0.0075023753
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 103,
          "observedProbability": 0.0103,
          "observedPercent": 1.03,
          "wilson95": {
            "lower": 0.0085006023,
            "upper": 0.0124754995,
            "halfWidth": 0.0019874486
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1004,
          "observedProbability": 0.01004,
          "observedPercent": 1.004,
          "wilson95": {
            "lower": 0.0094406276,
            "upper": 0.0106770156,
            "halfWidth": 0.000618194
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-007-08d5d6f3",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 98,
          "observedProbability": 0.0098,
          "observedPercent": 0.98,
          "wilson95": {
            "lower": 0.008048687,
            "upper": 0.0119277988,
            "halfWidth": 0.0019395559
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1082,
          "observedProbability": 0.01082,
          "observedPercent": 1.082,
          "wilson95": {
            "lower": 0.0101973082,
            "upper": 0.0114802751,
            "halfWidth": 0.0006414834
          },
          "wilsonContainsTheory": false
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-008-9a9f4a63",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 105,
          "observedProbability": 0.0105,
          "observedPercent": 1.05,
          "wilson95": {
            "lower": 0.008681702,
            "upper": 0.0126942462,
            "halfWidth": 0.0020062721
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1016,
          "observedProbability": 0.01016,
          "observedPercent": 1.016,
          "wilson95": {
            "lower": 0.0095569808,
            "upper": 0.0108006532,
            "halfWidth": 0.0006218362
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-009-04c8214b",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 4,
          "observedProbability": 0.004,
          "observedPercent": 0.4,
          "wilson95": {
            "lower": 0.001556563,
            "upper": 0.0102397204,
            "halfWidth": 0.0043415787
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 94,
          "observedProbability": 0.0094,
          "observedPercent": 0.94,
          "wilson95": {
            "lower": 0.0076880599,
            "upper": 0.0114887331,
            "halfWidth": 0.0019003366
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1005,
          "observedProbability": 0.01005,
          "observedPercent": 1.005,
          "wilson95": {
            "lower": 0.0094503228,
            "upper": 0.0106873196,
            "halfWidth": 0.0006184984
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-010-46a636a4",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 85,
          "observedProbability": 0.0085,
          "observedPercent": 0.85,
          "wilson95": {
            "lower": 0.0068798793,
            "upper": 0.010497605,
            "halfWidth": 0.0018088628
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 999,
          "observedProbability": 0.00999,
          "observedPercent": 0.999,
          "wilson95": {
            "lower": 0.0093921537,
            "upper": 0.0106254933,
            "halfWidth": 0.0006166698
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-011-0a085b4c",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 95,
          "observedProbability": 0.0095,
          "observedPercent": 0.95,
          "wilson95": {
            "lower": 0.0077781382,
            "upper": 0.0115985781,
            "halfWidth": 0.0019102199
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1001,
          "observedProbability": 0.01001,
          "observedPercent": 1.001,
          "wilson95": {
            "lower": 0.0094115428,
            "upper": 0.0106461027,
            "halfWidth": 0.00061728
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-012-8bf19e8c",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 108,
          "observedProbability": 0.0108,
          "observedPercent": 1.08,
          "wilson95": {
            "lower": 0.0089536921,
            "upper": 0.0130220257,
            "halfWidth": 0.0020341668
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 975,
          "observedProbability": 0.00975,
          "observedPercent": 0.975,
          "wilson95": {
            "lower": 0.0091595344,
            "upper": 0.0103781311,
            "halfWidth": 0.0006092984
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-013-7724986e",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 97,
          "observedProbability": 0.0097,
          "observedPercent": 0.97,
          "wilson95": {
            "lower": 0.0079584525,
            "upper": 0.0118181101,
            "halfWidth": 0.0019298288
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1049,
          "observedProbability": 0.01049,
          "observedPercent": 1.049,
          "wilson95": {
            "lower": 0.0098770648,
            "upper": 0.0111405438,
            "halfWidth": 0.0006317395
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-014-11abade7",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 116,
          "observedProbability": 0.0116,
          "observedPercent": 1.16,
          "wilson95": {
            "lower": 0.0096808843,
            "upper": 0.0138942191,
            "halfWidth": 0.0021066674
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1054,
          "observedProbability": 0.01054,
          "observedPercent": 1.054,
          "wilson95": {
            "lower": 0.0099255764,
            "upper": 0.0111920283,
            "halfWidth": 0.0006332259
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-015-f0ee80fd",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 16,
          "observedProbability": 0.016,
          "observedPercent": 1.6,
          "wilson95": {
            "lower": 0.0098721559,
            "upper": 0.025832282,
            "halfWidth": 0.007980063
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 105,
          "observedProbability": 0.0105,
          "observedPercent": 1.05,
          "wilson95": {
            "lower": 0.008681702,
            "upper": 0.0126942462,
            "halfWidth": 0.0020062721
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1033,
          "observedProbability": 0.01033,
          "observedPercent": 1.033,
          "wilson95": {
            "lower": 0.0097218522,
            "upper": 0.0109757687,
            "halfWidth": 0.0006269583
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-016-399d78ae",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 15,
          "observedProbability": 0.015,
          "observedPercent": 1.5,
          "wilson95": {
            "lower": 0.0091108968,
            "upper": 0.0246011948,
            "halfWidth": 0.007745149
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 82,
          "observedProbability": 0.0082,
          "observedPercent": 0.82,
          "wilson95": {
            "lower": 0.0066115705,
            "upper": 0.0101661441,
            "halfWidth": 0.0017772868
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 945,
          "observedProbability": 0.00945,
          "observedPercent": 0.945,
          "wilson95": {
            "lower": 0.0088688927,
            "upper": 0.0100687958,
            "halfWidth": 0.0005999515
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-017-027b9ccf",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 5,
          "observedProbability": 0.005,
          "observedPercent": 0.5,
          "wilson95": {
            "lower": 0.002137504,
            "upper": 0.0116511256,
            "halfWidth": 0.0047568108
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 959,
          "observedProbability": 0.00959,
          "observedPercent": 0.959,
          "wilson95": {
            "lower": 0.0090045068,
            "upper": 0.010213171,
            "halfWidth": 0.0006043321
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-018-0dede7ac",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 114,
          "observedProbability": 0.0114,
          "observedPercent": 1.14,
          "wilson95": {
            "lower": 0.0094988393,
            "upper": 0.0136764177,
            "halfWidth": 0.0020887892
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1001,
          "observedProbability": 0.01001,
          "observedPercent": 1.001,
          "wilson95": {
            "lower": 0.0094115428,
            "upper": 0.0106461027,
            "halfWidth": 0.00061728
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-019-d60349e2",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 5,
          "observedProbability": 0.005,
          "observedPercent": 0.5,
          "wilson95": {
            "lower": 0.002137504,
            "upper": 0.0116511256,
            "halfWidth": 0.0047568108
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 99,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.008138972,
            "upper": 0.012037437,
            "halfWidth": 0.0019492325
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1009,
          "observedProbability": 0.01009,
          "observedPercent": 1.009,
          "wilson95": {
            "lower": 0.0094891054,
            "upper": 0.010728534,
            "halfWidth": 0.0006197143
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-020-8d4c6d48",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 98,
          "observedProbability": 0.0098,
          "observedPercent": 0.98,
          "wilson95": {
            "lower": 0.008048687,
            "upper": 0.0119277988,
            "halfWidth": 0.0019395559
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 972,
          "observedProbability": 0.00972,
          "observedPercent": 0.972,
          "wilson95": {
            "lower": 0.0091304635,
            "upper": 0.0103472043,
            "halfWidth": 0.0006083704
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-021-fb99657a",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 104,
          "observedProbability": 0.0104,
          "observedPercent": 1.04,
          "wilson95": {
            "lower": 0.008591129,
            "upper": 0.012584896,
            "halfWidth": 0.0019968835
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 980,
          "observedProbability": 0.0098,
          "observedPercent": 0.98,
          "wilson95": {
            "lower": 0.0092079891,
            "upper": 0.0104296725,
            "halfWidth": 0.0006108417
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-022-186e59ad",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 89,
          "observedProbability": 0.0089,
          "observedPercent": 0.89,
          "wilson95": {
            "lower": 0.0072384915,
            "upper": 0.0109386856,
            "halfWidth": 0.001850097
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1027,
          "observedProbability": 0.01027,
          "observedPercent": 1.027,
          "wilson95": {
            "lower": 0.0096636573,
            "upper": 0.0109139682,
            "halfWidth": 0.0006251555
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-023-547d4631",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 15,
          "observedProbability": 0.015,
          "observedPercent": 1.5,
          "wilson95": {
            "lower": 0.0091108968,
            "upper": 0.0246011948,
            "halfWidth": 0.007745149
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 116,
          "observedProbability": 0.0116,
          "observedPercent": 1.16,
          "wilson95": {
            "lower": 0.0096808843,
            "upper": 0.0138942191,
            "halfWidth": 0.0021066674
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 965,
          "observedProbability": 0.00965,
          "observedPercent": 0.965,
          "wilson95": {
            "lower": 0.0090626372,
            "upper": 0.010275036,
            "halfWidth": 0.0006061994
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-024-17e23d18",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1021,
          "observedProbability": 0.01021,
          "observedPercent": 1.021,
          "wilson95": {
            "lower": 0.0096054678,
            "upper": 0.0108521623,
            "halfWidth": 0.0006233473
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-025-bcb93584",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 97,
          "observedProbability": 0.0097,
          "observedPercent": 0.97,
          "wilson95": {
            "lower": 0.0079584525,
            "upper": 0.0118181101,
            "halfWidth": 0.0019298288
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 978,
          "observedProbability": 0.00978,
          "observedPercent": 0.978,
          "wilson95": {
            "lower": 0.0091886067,
            "upper": 0.0104090564,
            "halfWidth": 0.0006102249
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-026-ee4930dd",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 91,
          "observedProbability": 0.0091,
          "observedPercent": 0.91,
          "wilson95": {
            "lower": 0.0074181508,
            "upper": 0.0111588727,
            "halfWidth": 0.001870361
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 933,
          "observedProbability": 0.00933,
          "observedPercent": 0.933,
          "wilson95": {
            "lower": 0.0087526787,
            "upper": 0.009945019,
            "halfWidth": 0.0005961702
          },
          "wilsonContainsTheory": false
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-027-13afcaad",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 4,
          "observedProbability": 0.004,
          "observedPercent": 0.4,
          "wilson95": {
            "lower": 0.001556563,
            "upper": 0.0102397204,
            "halfWidth": 0.0043415787
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 87,
          "observedProbability": 0.0087,
          "observedPercent": 0.87,
          "wilson95": {
            "lower": 0.007059065,
            "upper": 0.0107182656,
            "halfWidth": 0.0018296003
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 967,
          "observedProbability": 0.00967,
          "observedPercent": 0.967,
          "wilson95": {
            "lower": 0.0090820153,
            "upper": 0.0102956563,
            "halfWidth": 0.0006068205
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-028-27b53066",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 110,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0091352388,
            "upper": 0.0132403254,
            "halfWidth": 0.0020525433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 986,
          "observedProbability": 0.00986,
          "observedPercent": 0.986,
          "wilson95": {
            "lower": 0.0092661401,
            "upper": 0.0104915169,
            "halfWidth": 0.0006126884
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-029-dac11e3d",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 14,
          "observedProbability": 0.014,
          "observedPercent": 1.4,
          "wilson95": {
            "lower": 0.0083574974,
            "upper": 0.023362248,
            "halfWidth": 0.0075023753
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 123,
          "observedProbability": 0.0123,
          "observedPercent": 1.23,
          "wilson95": {
            "lower": 0.0103192582,
            "upper": 0.0146553076,
            "halfWidth": 0.0021680247
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 997,
          "observedProbability": 0.00997,
          "observedPercent": 0.997,
          "wilson95": {
            "lower": 0.0093727652,
            "upper": 0.0106048833,
            "halfWidth": 0.000616059
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-030-e1dc01fa",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 7,
          "observedProbability": 0.007,
          "observedPercent": 0.7,
          "wilson95": {
            "lower": 0.0033948251,
            "upper": 0.0143784969,
            "halfWidth": 0.0054918359
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 122,
          "observedProbability": 0.0122,
          "observedPercent": 1.22,
          "wilson95": {
            "lower": 0.0102279498,
            "upper": 0.0145466927,
            "halfWidth": 0.0021593715
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 959,
          "observedProbability": 0.00959,
          "observedPercent": 0.959,
          "wilson95": {
            "lower": 0.0090045068,
            "upper": 0.010213171,
            "halfWidth": 0.0006043321
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-031-44a17820",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 92,
          "observedProbability": 0.0092,
          "observedPercent": 0.92,
          "wilson95": {
            "lower": 0.0075080653,
            "upper": 0.0112688813,
            "halfWidth": 0.001880408
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 991,
          "observedProbability": 0.00991,
          "observedPercent": 0.991,
          "wilson95": {
            "lower": 0.0093146037,
            "upper": 0.0105430495,
            "halfWidth": 0.0006142229
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-032-77985639",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 108,
          "observedProbability": 0.0108,
          "observedPercent": 1.08,
          "wilson95": {
            "lower": 0.0089536921,
            "upper": 0.0130220257,
            "halfWidth": 0.0020341668
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1032,
          "observedProbability": 0.01032,
          "observedPercent": 1.032,
          "wilson95": {
            "lower": 0.0097121526,
            "upper": 0.010965469,
            "halfWidth": 0.0006266582
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-033-2911cedf",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 3,
          "observedProbability": 0.03,
          "observedPercent": 3,
          "wilson95": {
            "lower": 0.0102543382,
            "upper": 0.0845207808,
            "halfWidth": 0.0371332213
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 1000,
          "jackpots": 7,
          "observedProbability": 0.007,
          "observedPercent": 0.7,
          "wilson95": {
            "lower": 0.0033948251,
            "upper": 0.0143784969,
            "halfWidth": 0.0054918359
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 995,
          "observedProbability": 0.00995,
          "observedPercent": 0.995,
          "wilson95": {
            "lower": 0.0093533774,
            "upper": 0.0105842727,
            "halfWidth": 0.0006154476
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-034-0954d5f7",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 15,
          "observedProbability": 0.015,
          "observedPercent": 1.5,
          "wilson95": {
            "lower": 0.0091108968,
            "upper": 0.0246011948,
            "halfWidth": 0.007745149
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 118,
          "observedProbability": 0.0118,
          "observedPercent": 1.18,
          "wilson95": {
            "lower": 0.0098630869,
            "upper": 0.0141118628,
            "halfWidth": 0.002124388
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 983,
          "observedProbability": 0.00983,
          "observedPercent": 0.983,
          "wilson95": {
            "lower": 0.0092370639,
            "upper": 0.0104605954,
            "halfWidth": 0.0006117658
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-035-b2ae5641",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 6,
          "observedProbability": 0.006,
          "observedPercent": 0.6,
          "wilson95": {
            "lower": 0.0027526316,
            "upper": 0.0130283442,
            "halfWidth": 0.0051378563
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 88,
          "observedProbability": 0.0088,
          "observedPercent": 0.88,
          "wilson95": {
            "lower": 0.0071487487,
            "upper": 0.0108285052,
            "halfWidth": 0.0018398783
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1003,
          "observedProbability": 0.01003,
          "observedPercent": 1.003,
          "wilson95": {
            "lower": 0.0094309325,
            "upper": 0.0106667114,
            "halfWidth": 0.0006178895
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-036-1bdbcf59",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 99,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.008138972,
            "upper": 0.012037437,
            "halfWidth": 0.0019492325
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1045,
          "observedProbability": 0.01045,
          "observedPercent": 1.045,
          "wilson95": {
            "lower": 0.0098382581,
            "upper": 0.0110993536,
            "halfWidth": 0.0006305478
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-037-329798e2",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 6,
          "observedProbability": 0.006,
          "observedPercent": 0.6,
          "wilson95": {
            "lower": 0.0027526316,
            "upper": 0.0130283442,
            "halfWidth": 0.0051378563
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 97,
          "observedProbability": 0.0097,
          "observedPercent": 0.97,
          "wilson95": {
            "lower": 0.0079584525,
            "upper": 0.0118181101,
            "halfWidth": 0.0019298288
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 992,
          "observedProbability": 0.00992,
          "observedPercent": 0.992,
          "wilson95": {
            "lower": 0.0093242969,
            "upper": 0.0105533555,
            "halfWidth": 0.0006145293
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-038-b0646e99",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 113,
          "observedProbability": 0.0113,
          "observedPercent": 1.13,
          "wilson95": {
            "lower": 0.0094078772,
            "upper": 0.0135674566,
            "halfWidth": 0.0020797897
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1019,
          "observedProbability": 0.01019,
          "observedPercent": 1.019,
          "wilson95": {
            "lower": 0.0095860725,
            "upper": 0.0108315591,
            "halfWidth": 0.0006227433
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-039-09185fd2",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 102,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0084101226,
            "upper": 0.012366056,
            "halfWidth": 0.0019779667
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1040,
          "observedProbability": 0.0104,
          "observedPercent": 1.04,
          "wilson95": {
            "lower": 0.009789753,
            "upper": 0.0110478625,
            "halfWidth": 0.0006290547
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-040-1a99da91",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 3,
          "observedProbability": 0.03,
          "observedPercent": 3,
          "wilson95": {
            "lower": 0.0102543382,
            "upper": 0.0845207808,
            "halfWidth": 0.0371332213
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 1000,
          "jackpots": 17,
          "observedProbability": 0.017,
          "observedPercent": 1.7,
          "wilson95": {
            "lower": 0.0106405997,
            "upper": 0.0270561844,
            "halfWidth": 0.0082077924
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 10000,
          "jackpots": 108,
          "observedProbability": 0.0108,
          "observedPercent": 1.08,
          "wilson95": {
            "lower": 0.0089536921,
            "upper": 0.0130220257,
            "halfWidth": 0.0020341668
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 988,
          "observedProbability": 0.00988,
          "observedPercent": 0.988,
          "wilson95": {
            "lower": 0.0092855251,
            "upper": 0.0105121304,
            "halfWidth": 0.0006133027
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-041-b3348a4b",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 14,
          "observedProbability": 0.014,
          "observedPercent": 1.4,
          "wilson95": {
            "lower": 0.0083574974,
            "upper": 0.023362248,
            "halfWidth": 0.0075023753
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 112,
          "observedProbability": 0.0112,
          "observedPercent": 1.12,
          "wilson95": {
            "lower": 0.009316956,
            "upper": 0.0134584546,
            "halfWidth": 0.0020707493
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 948,
          "observedProbability": 0.00948,
          "observedPercent": 0.948,
          "wilson95": {
            "lower": 0.0088979501,
            "upper": 0.0100997361,
            "halfWidth": 0.000600893
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-042-f733caf5",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 98,
          "observedProbability": 0.0098,
          "observedPercent": 0.98,
          "wilson95": {
            "lower": 0.008048687,
            "upper": 0.0119277988,
            "halfWidth": 0.0019395559
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 979,
          "observedProbability": 0.00979,
          "observedPercent": 0.979,
          "wilson95": {
            "lower": 0.0091982978,
            "upper": 0.0104193646,
            "halfWidth": 0.0006105334
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-043-5c00b570",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 102,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0084101226,
            "upper": 0.012366056,
            "halfWidth": 0.0019779667
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 978,
          "observedProbability": 0.00978,
          "observedPercent": 0.978,
          "wilson95": {
            "lower": 0.0091886067,
            "upper": 0.0104090564,
            "halfWidth": 0.0006102249
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-044-353a17fb",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 17,
          "observedProbability": 0.017,
          "observedPercent": 1.7,
          "wilson95": {
            "lower": 0.0106405997,
            "upper": 0.0270561844,
            "halfWidth": 0.0082077924
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 10000,
          "jackpots": 115,
          "observedProbability": 0.0115,
          "observedPercent": 1.15,
          "wilson95": {
            "lower": 0.0095898418,
            "upper": 0.0137853384,
            "halfWidth": 0.0020977483
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 998,
          "observedProbability": 0.00998,
          "observedPercent": 0.998,
          "wilson95": {
            "lower": 0.0093824594,
            "upper": 0.0106151884,
            "halfWidth": 0.0006163645
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-045-e6e90700",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 89,
          "observedProbability": 0.0089,
          "observedPercent": 0.89,
          "wilson95": {
            "lower": 0.0072384915,
            "upper": 0.0109386856,
            "halfWidth": 0.001850097
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 977,
          "observedProbability": 0.00977,
          "observedPercent": 0.977,
          "wilson95": {
            "lower": 0.0091789158,
            "upper": 0.0103987481,
            "halfWidth": 0.0006099162
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-046-a8fa8c62",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 4,
          "observedProbability": 0.004,
          "observedPercent": 0.4,
          "wilson95": {
            "lower": 0.001556563,
            "upper": 0.0102397204,
            "halfWidth": 0.0043415787
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 100,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0082293067,
            "upper": 0.0121470255,
            "halfWidth": 0.0019588594
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 977,
          "observedProbability": 0.00977,
          "observedPercent": 0.977,
          "wilson95": {
            "lower": 0.0091789158,
            "upper": 0.0103987481,
            "halfWidth": 0.0006099162
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-047-f8d2d915",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 108,
          "observedProbability": 0.0108,
          "observedPercent": 1.08,
          "wilson95": {
            "lower": 0.0089536921,
            "upper": 0.0130220257,
            "halfWidth": 0.0020341668
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1010,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0094988014,
            "upper": 0.0107388372,
            "halfWidth": 0.0006200179
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-048-3421c10e",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 106,
          "observedProbability": 0.0106,
          "observedPercent": 1.06,
          "wilson95": {
            "lower": 0.0087723206,
            "upper": 0.0128035509,
            "halfWidth": 0.0020156152
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 967,
          "observedProbability": 0.00967,
          "observedPercent": 0.967,
          "wilson95": {
            "lower": 0.0090820153,
            "upper": 0.0102956563,
            "halfWidth": 0.0006068205
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-049-fc852565",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 111,
          "observedProbability": 0.0111,
          "observedPercent": 1.11,
          "wilson95": {
            "lower": 0.0092260764,
            "upper": 0.013349411,
            "halfWidth": 0.0020616673
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1000,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0094018482,
            "upper": 0.0106357981,
            "halfWidth": 0.000616975
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-050-7dd0cc65",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 113,
          "observedProbability": 0.0113,
          "observedPercent": 1.13,
          "wilson95": {
            "lower": 0.0094078772,
            "upper": 0.0135674566,
            "halfWidth": 0.0020797897
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 981,
          "observedProbability": 0.00981,
          "observedPercent": 0.981,
          "wilson95": {
            "lower": 0.0092176805,
            "upper": 0.0104399803,
            "halfWidth": 0.0006111499
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-051-795eebe3",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 6,
          "observedProbability": 0.006,
          "observedPercent": 0.6,
          "wilson95": {
            "lower": 0.0027526316,
            "upper": 0.0130283442,
            "halfWidth": 0.0051378563
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 108,
          "observedProbability": 0.0108,
          "observedPercent": 1.08,
          "wilson95": {
            "lower": 0.0089536921,
            "upper": 0.0130220257,
            "halfWidth": 0.0020341668
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1039,
          "observedProbability": 0.01039,
          "observedPercent": 1.039,
          "wilson95": {
            "lower": 0.0097800524,
            "upper": 0.0110375638,
            "halfWidth": 0.0006287557
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-052-dc9361bb",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 6,
          "observedProbability": 0.006,
          "observedPercent": 0.6,
          "wilson95": {
            "lower": 0.0027526316,
            "upper": 0.0130283442,
            "halfWidth": 0.0051378563
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 105,
          "observedProbability": 0.0105,
          "observedPercent": 1.05,
          "wilson95": {
            "lower": 0.008681702,
            "upper": 0.0126942462,
            "halfWidth": 0.0020062721
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1046,
          "observedProbability": 0.01046,
          "observedPercent": 1.046,
          "wilson95": {
            "lower": 0.0098479595,
            "upper": 0.0111096514,
            "halfWidth": 0.0006308459
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-053-e3c2ce10",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 7,
          "observedProbability": 0.007,
          "observedPercent": 0.7,
          "wilson95": {
            "lower": 0.0033948251,
            "upper": 0.0143784969,
            "halfWidth": 0.0054918359
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 90,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0073282925,
            "upper": 0.0110488078,
            "halfWidth": 0.0018602576
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 970,
          "observedProbability": 0.0097,
          "observedPercent": 0.97,
          "wilson95": {
            "lower": 0.0091110837,
            "upper": 0.0103265856,
            "halfWidth": 0.0006077509
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-054-2bbd7a82",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 89,
          "observedProbability": 0.0089,
          "observedPercent": 0.89,
          "wilson95": {
            "lower": 0.0072384915,
            "upper": 0.0109386856,
            "halfWidth": 0.001850097
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1006,
          "observedProbability": 0.01006,
          "observedPercent": 1.006,
          "wilson95": {
            "lower": 0.0094600182,
            "upper": 0.0106976234,
            "halfWidth": 0.0006188026
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-055-6594ba04",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 5,
          "observedProbability": 0.005,
          "observedPercent": 0.5,
          "wilson95": {
            "lower": 0.002137504,
            "upper": 0.0116511256,
            "halfWidth": 0.0047568108
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 104,
          "observedProbability": 0.0104,
          "observedPercent": 1.04,
          "wilson95": {
            "lower": 0.008591129,
            "upper": 0.012584896,
            "halfWidth": 0.0019968835
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1029,
          "observedProbability": 0.01029,
          "observedPercent": 1.029,
          "wilson95": {
            "lower": 0.0096830549,
            "upper": 0.010934569,
            "halfWidth": 0.000625757
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-056-4f6a60cc",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 3,
          "observedProbability": 0.03,
          "observedPercent": 3,
          "wilson95": {
            "lower": 0.0102543382,
            "upper": 0.0845207808,
            "halfWidth": 0.0371332213
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 99,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.008138972,
            "upper": 0.012037437,
            "halfWidth": 0.0019492325
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 964,
          "observedProbability": 0.00964,
          "observedPercent": 0.964,
          "wilson95": {
            "lower": 0.0090529483,
            "upper": 0.0102647255,
            "halfWidth": 0.0006058886
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-057-fca79e7e",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1018,
          "observedProbability": 0.01018,
          "observedPercent": 1.018,
          "wilson95": {
            "lower": 0.0095763751,
            "upper": 0.0108212573,
            "halfWidth": 0.0006224411
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-058-b5833c7b",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 94,
          "observedProbability": 0.0094,
          "observedPercent": 0.94,
          "wilson95": {
            "lower": 0.0076880599,
            "upper": 0.0114887331,
            "halfWidth": 0.0019003366
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 978,
          "observedProbability": 0.00978,
          "observedPercent": 0.978,
          "wilson95": {
            "lower": 0.0091886067,
            "upper": 0.0104090564,
            "halfWidth": 0.0006102249
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-059-4bdf3291",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 7,
          "observedProbability": 0.007,
          "observedPercent": 0.7,
          "wilson95": {
            "lower": 0.0033948251,
            "upper": 0.0143784969,
            "halfWidth": 0.0054918359
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 100,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0082293067,
            "upper": 0.0121470255,
            "halfWidth": 0.0019588594
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 943,
          "observedProbability": 0.00943,
          "observedPercent": 0.943,
          "wilson95": {
            "lower": 0.008849522,
            "upper": 0.010048168,
            "halfWidth": 0.000599323
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-060-675238d5",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 3,
          "observedProbability": 0.03,
          "observedPercent": 3,
          "wilson95": {
            "lower": 0.0102543382,
            "upper": 0.0845207808,
            "halfWidth": 0.0371332213
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 99,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.008138972,
            "upper": 0.012037437,
            "halfWidth": 0.0019492325
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 996,
          "observedProbability": 0.00996,
          "observedPercent": 0.996,
          "wilson95": {
            "lower": 0.0093630713,
            "upper": 0.0105945781,
            "halfWidth": 0.0006157534
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-061-b8defe25",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 107,
          "observedProbability": 0.0107,
          "observedPercent": 1.07,
          "wilson95": {
            "lower": 0.0088629841,
            "upper": 0.0129128105,
            "halfWidth": 0.0020249132
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1037,
          "observedProbability": 0.01037,
          "observedPercent": 1.037,
          "wilson95": {
            "lower": 0.0097606517,
            "upper": 0.0110169661,
            "halfWidth": 0.0006281572
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-062-ea079305",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 117,
          "observedProbability": 0.0117,
          "observedPercent": 1.17,
          "wilson95": {
            "lower": 0.0097719661,
            "upper": 0.0140030604,
            "halfWidth": 0.0021155472
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1021,
          "observedProbability": 0.01021,
          "observedPercent": 1.021,
          "wilson95": {
            "lower": 0.0096054678,
            "upper": 0.0108521623,
            "halfWidth": 0.0006233473
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-063-faeb3f1e",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1020,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0095957701,
            "upper": 0.0108418608,
            "halfWidth": 0.0006230454
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-064-92c870b5",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 89,
          "observedProbability": 0.0089,
          "observedPercent": 0.89,
          "wilson95": {
            "lower": 0.0072384915,
            "upper": 0.0109386856,
            "halfWidth": 0.001850097
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1060,
          "observedProbability": 0.0106,
          "observedPercent": 1.06,
          "wilson95": {
            "lower": 0.0099837952,
            "upper": 0.0112538049,
            "halfWidth": 0.0006350048
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-065-f7783532",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 4,
          "observedProbability": 0.004,
          "observedPercent": 0.4,
          "wilson95": {
            "lower": 0.001556563,
            "upper": 0.0102397204,
            "halfWidth": 0.0043415787
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 104,
          "observedProbability": 0.0104,
          "observedPercent": 1.04,
          "wilson95": {
            "lower": 0.008591129,
            "upper": 0.012584896,
            "halfWidth": 0.0019968835
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1028,
          "observedProbability": 0.01028,
          "observedPercent": 1.028,
          "wilson95": {
            "lower": 0.009673356,
            "upper": 0.0109242687,
            "halfWidth": 0.0006254563
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-066-f5bc9b6b",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 119,
          "observedProbability": 0.0119,
          "observedPercent": 1.19,
          "wilson95": {
            "lower": 0.0099542462,
            "upper": 0.0142206268,
            "halfWidth": 0.0021331903
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1008,
          "observedProbability": 0.01008,
          "observedPercent": 1.008,
          "wilson95": {
            "lower": 0.0094794095,
            "upper": 0.0107182306,
            "halfWidth": 0.0006194106
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-067-c23afcb1",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 96,
          "observedProbability": 0.0096,
          "observedPercent": 0.96,
          "wilson95": {
            "lower": 0.0078682693,
            "upper": 0.0117083701,
            "halfWidth": 0.0019200504
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1027,
          "observedProbability": 0.01027,
          "observedPercent": 1.027,
          "wilson95": {
            "lower": 0.0096636573,
            "upper": 0.0109139682,
            "halfWidth": 0.0006251555
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-068-736eca28",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 106,
          "observedProbability": 0.0106,
          "observedPercent": 1.06,
          "wilson95": {
            "lower": 0.0087723206,
            "upper": 0.0128035509,
            "halfWidth": 0.0020156152
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 990,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.0093049106,
            "upper": 0.0105327433,
            "halfWidth": 0.0006139163
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-069-98d42b60",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 96,
          "observedProbability": 0.0096,
          "observedPercent": 0.96,
          "wilson95": {
            "lower": 0.0078682693,
            "upper": 0.0117083701,
            "halfWidth": 0.0019200504
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1001,
          "observedProbability": 0.01001,
          "observedPercent": 1.001,
          "wilson95": {
            "lower": 0.0094115428,
            "upper": 0.0106461027,
            "halfWidth": 0.00061728
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-070-08f661ef",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 116,
          "observedProbability": 0.0116,
          "observedPercent": 1.16,
          "wilson95": {
            "lower": 0.0096808843,
            "upper": 0.0138942191,
            "halfWidth": 0.0021066674
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1053,
          "observedProbability": 0.01053,
          "observedPercent": 1.053,
          "wilson95": {
            "lower": 0.0099158738,
            "upper": 0.0111817317,
            "halfWidth": 0.0006329289
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-071-fc83cdad",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 4,
          "observedProbability": 0.004,
          "observedPercent": 0.4,
          "wilson95": {
            "lower": 0.001556563,
            "upper": 0.0102397204,
            "halfWidth": 0.0043415787
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 105,
          "observedProbability": 0.0105,
          "observedPercent": 1.05,
          "wilson95": {
            "lower": 0.008681702,
            "upper": 0.0126942462,
            "halfWidth": 0.0020062721
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 999,
          "observedProbability": 0.00999,
          "observedPercent": 0.999,
          "wilson95": {
            "lower": 0.0093921537,
            "upper": 0.0106254933,
            "halfWidth": 0.0006166698
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-072-987c3178",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 109,
          "observedProbability": 0.0109,
          "observedPercent": 1.09,
          "wilson95": {
            "lower": 0.0090444439,
            "upper": 0.0131311971,
            "halfWidth": 0.0020433766
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 993,
          "observedProbability": 0.00993,
          "observedPercent": 0.993,
          "wilson95": {
            "lower": 0.0093339902,
            "upper": 0.0105636614,
            "halfWidth": 0.0006148356
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-073-34daec81",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 110,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0091352388,
            "upper": 0.0132403254,
            "halfWidth": 0.0020525433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1022,
          "observedProbability": 0.01022,
          "observedPercent": 1.022,
          "wilson95": {
            "lower": 0.0096151657,
            "upper": 0.0108624637,
            "halfWidth": 0.000623649
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-074-c5f4911e",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 100,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0082293067,
            "upper": 0.0121470255,
            "halfWidth": 0.0019588594
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 964,
          "observedProbability": 0.00964,
          "observedPercent": 0.964,
          "wilson95": {
            "lower": 0.0090529483,
            "upper": 0.0102647255,
            "halfWidth": 0.0006058886
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-075-0f3c3070",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 14,
          "observedProbability": 0.014,
          "observedPercent": 1.4,
          "wilson95": {
            "lower": 0.0083574974,
            "upper": 0.023362248,
            "halfWidth": 0.0075023753
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 994,
          "observedProbability": 0.00994,
          "observedPercent": 0.994,
          "wilson95": {
            "lower": 0.0093436838,
            "upper": 0.0105739671,
            "halfWidth": 0.0006151417
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-076-04625957",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 116,
          "observedProbability": 0.0116,
          "observedPercent": 1.16,
          "wilson95": {
            "lower": 0.0096808843,
            "upper": 0.0138942191,
            "halfWidth": 0.0021066674
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 948,
          "observedProbability": 0.00948,
          "observedPercent": 0.948,
          "wilson95": {
            "lower": 0.0088979501,
            "upper": 0.0100997361,
            "halfWidth": 0.000600893
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-077-b866dfab",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 102,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0084101226,
            "upper": 0.012366056,
            "halfWidth": 0.0019779667
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1025,
          "observedProbability": 0.01025,
          "observedPercent": 1.025,
          "wilson95": {
            "lower": 0.0096442602,
            "upper": 0.0108933669,
            "halfWidth": 0.0006245534
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-078-72f5df61",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 97,
          "observedProbability": 0.0097,
          "observedPercent": 0.97,
          "wilson95": {
            "lower": 0.0079584525,
            "upper": 0.0118181101,
            "halfWidth": 0.0019298288
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1010,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0094988014,
            "upper": 0.0107388372,
            "halfWidth": 0.0006200179
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-079-a47cfc57",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 102,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0084101226,
            "upper": 0.012366056,
            "halfWidth": 0.0019779667
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1025,
          "observedProbability": 0.01025,
          "observedPercent": 1.025,
          "wilson95": {
            "lower": 0.0096442602,
            "upper": 0.0108933669,
            "halfWidth": 0.0006245534
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-080-d8ccc787",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 14,
          "observedProbability": 0.014,
          "observedPercent": 1.4,
          "wilson95": {
            "lower": 0.0083574974,
            "upper": 0.023362248,
            "halfWidth": 0.0075023753
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 105,
          "observedProbability": 0.0105,
          "observedPercent": 1.05,
          "wilson95": {
            "lower": 0.008681702,
            "upper": 0.0126942462,
            "halfWidth": 0.0020062721
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1056,
          "observedProbability": 0.01056,
          "observedPercent": 1.056,
          "wilson95": {
            "lower": 0.0099449821,
            "upper": 0.0112126211,
            "halfWidth": 0.0006338195
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-081-23a97455",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 81,
          "observedProbability": 0.0081,
          "observedPercent": 0.81,
          "wilson95": {
            "lower": 0.006522264,
            "upper": 0.0100555275,
            "halfWidth": 0.0017666317
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1024,
          "observedProbability": 0.01024,
          "observedPercent": 1.024,
          "wilson95": {
            "lower": 0.0096345618,
            "upper": 0.010883066,
            "halfWidth": 0.0006242521
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-082-0a011838",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 18,
          "observedProbability": 0.018,
          "observedPercent": 1.8,
          "wilson95": {
            "lower": 0.0114156459,
            "upper": 0.0282734844,
            "halfWidth": 0.0084289193
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 10000,
          "jackpots": 92,
          "observedProbability": 0.0092,
          "observedPercent": 0.92,
          "wilson95": {
            "lower": 0.0075080653,
            "upper": 0.0112688813,
            "halfWidth": 0.001880408
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 945,
          "observedProbability": 0.00945,
          "observedPercent": 0.945,
          "wilson95": {
            "lower": 0.0088688927,
            "upper": 0.0100687958,
            "halfWidth": 0.0005999515
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-083-615e6e07",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 993,
          "observedProbability": 0.00993,
          "observedPercent": 0.993,
          "wilson95": {
            "lower": 0.0093339902,
            "upper": 0.0105636614,
            "halfWidth": 0.0006148356
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-084-4f2b34a7",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 90,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0073282925,
            "upper": 0.0110488078,
            "halfWidth": 0.0018602576
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 972,
          "observedProbability": 0.00972,
          "observedPercent": 0.972,
          "wilson95": {
            "lower": 0.0091304635,
            "upper": 0.0103472043,
            "halfWidth": 0.0006083704
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-085-0cfcb60a",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 94,
          "observedProbability": 0.0094,
          "observedPercent": 0.94,
          "wilson95": {
            "lower": 0.0076880599,
            "upper": 0.0114887331,
            "halfWidth": 0.0019003366
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 984,
          "observedProbability": 0.00984,
          "observedPercent": 0.984,
          "wilson95": {
            "lower": 0.0092467558,
            "upper": 0.0104709027,
            "halfWidth": 0.0006120735
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-086-5b9a2981",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 7,
          "observedProbability": 0.007,
          "observedPercent": 0.7,
          "wilson95": {
            "lower": 0.0033948251,
            "upper": 0.0143784969,
            "halfWidth": 0.0054918359
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 90,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0073282925,
            "upper": 0.0110488078,
            "halfWidth": 0.0018602576
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 985,
          "observedProbability": 0.00985,
          "observedPercent": 0.985,
          "wilson95": {
            "lower": 0.0092564479,
            "upper": 0.0104812099,
            "halfWidth": 0.000612381
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-087-66113ea5",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 79,
          "observedProbability": 0.0079,
          "observedPercent": 0.79,
          "wilson95": {
            "lower": 0.0063438528,
            "upper": 0.0098340923,
            "halfWidth": 0.0017451198
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 983,
          "observedProbability": 0.00983,
          "observedPercent": 0.983,
          "wilson95": {
            "lower": 0.0092370639,
            "upper": 0.0104605954,
            "halfWidth": 0.0006117658
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-088-cb398ebb",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 102,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0084101226,
            "upper": 0.012366056,
            "halfWidth": 0.0019779667
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 993,
          "observedProbability": 0.00993,
          "observedPercent": 0.993,
          "wilson95": {
            "lower": 0.0093339902,
            "upper": 0.0105636614,
            "halfWidth": 0.0006148356
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-089-4f74f601",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 94,
          "observedProbability": 0.0094,
          "observedPercent": 0.94,
          "wilson95": {
            "lower": 0.0076880599,
            "upper": 0.0114887331,
            "halfWidth": 0.0019003366
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1024,
          "observedProbability": 0.01024,
          "observedPercent": 1.024,
          "wilson95": {
            "lower": 0.0096345618,
            "upper": 0.010883066,
            "halfWidth": 0.0006242521
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-090-716c1261",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 6,
          "observedProbability": 0.006,
          "observedPercent": 0.6,
          "wilson95": {
            "lower": 0.0027526316,
            "upper": 0.0130283442,
            "halfWidth": 0.0051378563
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 106,
          "observedProbability": 0.0106,
          "observedPercent": 1.06,
          "wilson95": {
            "lower": 0.0087723206,
            "upper": 0.0128035509,
            "halfWidth": 0.0020156152
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1024,
          "observedProbability": 0.01024,
          "observedPercent": 1.024,
          "wilson95": {
            "lower": 0.0096345618,
            "upper": 0.010883066,
            "halfWidth": 0.0006242521
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-091-3649ff83",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 12,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0068775791,
            "upper": 0.0208574739,
            "halfWidth": 0.0069899474
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 96,
          "observedProbability": 0.0096,
          "observedPercent": 0.96,
          "wilson95": {
            "lower": 0.0078682693,
            "upper": 0.0117083701,
            "halfWidth": 0.0019200504
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 997,
          "observedProbability": 0.00997,
          "observedPercent": 0.997,
          "wilson95": {
            "lower": 0.0093727652,
            "upper": 0.0106048833,
            "halfWidth": 0.000616059
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-092-f58c1de7",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 95,
          "observedProbability": 0.0095,
          "observedPercent": 0.95,
          "wilson95": {
            "lower": 0.0077781382,
            "upper": 0.0115985781,
            "halfWidth": 0.0019102199
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1001,
          "observedProbability": 0.01001,
          "observedPercent": 1.001,
          "wilson95": {
            "lower": 0.0094115428,
            "upper": 0.0106461027,
            "halfWidth": 0.00061728
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-093-32d6f4c9",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 9,
          "observedProbability": 0.009,
          "observedPercent": 0.9,
          "wilson95": {
            "lower": 0.0047420066,
            "upper": 0.0170160078,
            "halfWidth": 0.0061370006
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 101,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0083196905,
            "upper": 0.0122565649,
            "halfWidth": 0.0019684372
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 973,
          "observedProbability": 0.00973,
          "observedPercent": 0.973,
          "wilson95": {
            "lower": 0.0091401536,
            "upper": 0.0103575134,
            "halfWidth": 0.0006086799
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-094-526911e7",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 120,
          "observedProbability": 0.012,
          "observedPercent": 1.2,
          "wilson95": {
            "lower": 0.0100454434,
            "upper": 0.0143293528,
            "halfWidth": 0.0021419547
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 999,
          "observedProbability": 0.00999,
          "observedPercent": 0.999,
          "wilson95": {
            "lower": 0.0093921537,
            "upper": 0.0106254933,
            "halfWidth": 0.0006166698
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-095-e1a81051",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 13,
          "observedProbability": 0.013,
          "observedPercent": 1.3,
          "wilson95": {
            "lower": 0.0076127471,
            "upper": 0.0221146521,
            "halfWidth": 0.0072509525
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 99,
          "observedProbability": 0.0099,
          "observedPercent": 0.99,
          "wilson95": {
            "lower": 0.008138972,
            "upper": 0.012037437,
            "halfWidth": 0.0019492325
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 960,
          "observedProbability": 0.0096,
          "observedPercent": 0.96,
          "wilson95": {
            "lower": 0.0090141948,
            "upper": 0.0102234822,
            "halfWidth": 0.0006046437
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-096-0bdc8245",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 11,
          "observedProbability": 0.011,
          "observedPercent": 1.1,
          "wilson95": {
            "lower": 0.0061531101,
            "upper": 0.0195895967,
            "halfWidth": 0.0067182433
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 109,
          "observedProbability": 0.0109,
          "observedPercent": 1.09,
          "wilson95": {
            "lower": 0.0090444439,
            "upper": 0.0131311971,
            "halfWidth": 0.0020433766
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1010,
          "observedProbability": 0.0101,
          "observedPercent": 1.01,
          "wilson95": {
            "lower": 0.0094988014,
            "upper": 0.0107388372,
            "halfWidth": 0.0006200179
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-097-d4d73f01",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 8,
          "observedProbability": 0.008,
          "observedPercent": 0.8,
          "wilson95": {
            "lower": 0.004059147,
            "upper": 0.0157065212,
            "halfWidth": 0.0058236871
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 77,
          "observedProbability": 0.0077,
          "observedPercent": 0.77,
          "wilson95": {
            "lower": 0.006165719,
            "upper": 0.0096123797,
            "halfWidth": 0.0017233304
          },
          "wilsonContainsTheory": false
        },
        {
          "spins": 100000,
          "jackpots": 976,
          "observedProbability": 0.00976,
          "observedPercent": 0.976,
          "wilson95": {
            "lower": 0.009169225,
            "upper": 0.0103884397,
            "halfWidth": 0.0006096074
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-098-59d0ea10",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 1,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0017673866,
            "upper": 0.0544875248,
            "halfWidth": 0.0263600691
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 10,
          "observedProbability": 0.01,
          "observedPercent": 1,
          "wilson95": {
            "lower": 0.0054406953,
            "upper": 0.0183096653,
            "halfWidth": 0.006434485
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 104,
          "observedProbability": 0.0104,
          "observedPercent": 1.04,
          "wilson95": {
            "lower": 0.008591129,
            "upper": 0.012584896,
            "halfWidth": 0.0019968835
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1042,
          "observedProbability": 0.01042,
          "observedPercent": 1.042,
          "wilson95": {
            "lower": 0.0098091546,
            "upper": 0.0110684594,
            "halfWidth": 0.0006296524
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-099-9c801c47",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 2,
          "observedProbability": 0.02,
          "observedPercent": 2,
          "wilson95": {
            "lower": 0.0055018522,
            "upper": 0.0700131629,
            "halfWidth": 0.0322556554
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 14,
          "observedProbability": 0.014,
          "observedPercent": 1.4,
          "wilson95": {
            "lower": 0.0083574974,
            "upper": 0.023362248,
            "halfWidth": 0.0075023753
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 102,
          "observedProbability": 0.0102,
          "observedPercent": 1.02,
          "wilson95": {
            "lower": 0.0084101226,
            "upper": 0.012366056,
            "halfWidth": 0.0019779667
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 994,
          "observedProbability": 0.00994,
          "observedPercent": 0.994,
          "wilson95": {
            "lower": 0.0093436838,
            "upper": 0.0105739671,
            "halfWidth": 0.0006151417
          },
          "wilsonContainsTheory": true
        }
      ]
    },
    {
      "seed": "SEO-CONFIDENCE-20260804-100-5c663f0c",
      "checkpoints": [
        {
          "spins": 100,
          "jackpots": 0,
          "observedProbability": 0,
          "observedPercent": 0,
          "wilson95": {
            "lower": 0,
            "upper": 0.0369948075,
            "halfWidth": 0.0184974037
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 1000,
          "jackpots": 15,
          "observedProbability": 0.015,
          "observedPercent": 1.5,
          "wilson95": {
            "lower": 0.0091108968,
            "upper": 0.0246011948,
            "halfWidth": 0.007745149
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 10000,
          "jackpots": 107,
          "observedProbability": 0.0107,
          "observedPercent": 1.07,
          "wilson95": {
            "lower": 0.0088629841,
            "upper": 0.0129128105,
            "halfWidth": 0.0020249132
          },
          "wilsonContainsTheory": true
        },
        {
          "spins": 100000,
          "jackpots": 1018,
          "observedProbability": 0.01018,
          "observedPercent": 1.018,
          "wilson95": {
            "lower": 0.0095763751,
            "upper": 0.0108212573,
            "halfWidth": 0.0006224411
          },
          "wilsonContainsTheory": true
        }
      ]
    }
  ]
}
