{
  "schema_version": 1,
  "study": {
    "generated_on": "2026-09-04",
    "accepted_deals_per_scenario": 200000,
    "batch_size": 100000,
    "base_seed": 2026090406,
    "deck": "standard 52-card deck; two private cards per hand",
    "target": "Button's two-card hand conditional on all upstream folds",
    "dealing_order_note": "All private cards are dealt before action; the simulation order is exchangeable bookkeeping only.",
    "primary_estimator": "whole-deal acceptance/rejection on the product of all upstream fold likelihoods; accepted deals are iid",
    "interval_convention": "95% Wilson intervals for binary events and hand classes; normal 95% Monte Carlo intervals for mean remaining-rank shares",
    "table_size_mapping": {
      "6": {
        "observed_folds_before_button": 3,
        "interpretation": "all 3 seats before the button folded"
      },
      "8": {
        "observed_folds_before_button": 5,
        "interpretation": "all 5 seats before the button folded"
      },
      "9": {
        "observed_folds_before_button": 6,
        "interpretation": "all 6 seats before the button folded"
      }
    },
    "scope_warning": "Synthetic card-composition experiment only; no GTO, population, EV, or product claim is encoded or supported."
  },
  "models": {
    "random_fold_control": {
      "purpose": "Negative control: a fold conveys no card information.",
      "base_formula": "base p(fold | hand) = 0.60 for all 169 hand classes",
      "raw_unconditional_physical_combo_mean": 0.6,
      "multiplicative_normalization_factor": 1.0,
      "actual_probability_rule": "(p(fold | hand) = 0.60 for all 169 hand classes) * 1",
      "target_unconditional_physical_combo_mean": 0.6,
      "unconditional_physical_combo_mean_fold_likelihood": 0.6
    },
    "rank_gradient": {
      "purpose": "Smooth synthetic model in which high-rank hands are less fold-prone.",
      "base_formula": "p = clamp(0.86 - 0.0275 * ((high_rank + low_rank) - 4), 0.18, 0.86)",
      "raw_unconditional_physical_combo_mean": 0.53,
      "multiplicative_normalization_factor": 1.1320754716981132,
      "actual_probability_rule": "(p = clamp(0.86 - 0.0275 * ((high_rank + low_rank) - 4), 0.18, 0.86)) * 1.13207547169811",
      "target_unconditional_physical_combo_mean": 0.6,
      "unconditional_physical_combo_mean_fold_likelihood": 0.6
    },
    "pair_suited_gradient": {
      "purpose": "Smooth synthetic model that additionally makes pairs and suited hands less fold-prone.",
      "base_formula": "score = high + low + 5*pair + 1*suited; p = 0.05 + 0.90/(1 + exp((score - 20)/2.4))",
      "raw_unconditional_physical_combo_mean": 0.6760953795036003,
      "multiplicative_normalization_factor": 0.8874487508560246,
      "actual_probability_rule": "(score = high + low + 5*pair + 1*suited; p = 0.05 + 0.90/(1 + exp((score - 20)/2.4))) * 0.887448750856025",
      "target_unconditional_physical_combo_mean": 0.6,
      "unconditional_physical_combo_mean_fold_likelihood": 0.6000000000000001
    },
    "bucketed_top_band": {
      "purpose": "Discontinuous stress test with an explicitly defined top, middle, and other band.",
      "base_formula": "p=0.08 for pairs 88+, AT+, and suited A8+/KT+/QT+; p=0.38 for remaining pairs, remaining Ax, and remaining suited hands with high>=J and low>=8; p=0.86 otherwise",
      "raw_unconditional_physical_combo_mean": 0.7145701357466063,
      "multiplicative_normalization_factor": 0.8396656534954408,
      "actual_probability_rule": "(p=0.08 for pairs 88+, AT+, and suited A8+/KT+/QT+; p=0.38 for remaining pairs, remaining Ax, and remaining suited hands with high>=J and low>=8; p=0.86 otherwise) * 0.839665653495441",
      "target_unconditional_physical_combo_mean": 0.6,
      "unconditional_physical_combo_mean_fold_likelihood": 0.6
    },
    "inverted_rank_diagnostic": {
      "purpose": "Deliberately non-behavioral direction check in which high-rank hands are more fold-prone.",
      "base_formula": "p = clamp(0.20 + 0.0275 * ((high_rank + low_rank) - 4), 0.20, 0.86)",
      "raw_unconditional_physical_combo_mean": 0.53,
      "multiplicative_normalization_factor": 1.1320754716981132,
      "actual_probability_rule": "(p = clamp(0.20 + 0.0275 * ((high_rank + low_rank) - 4), 0.20, 0.86)) * 1.13207547169811",
      "target_unconditional_physical_combo_mean": 0.6,
      "unconditional_physical_combo_mean_fold_likelihood": 0.6
    }
  },
  "exact_no_information_baselines": {
    "at_least_one_ace": 0.14932126696832582,
    "any_pair": 0.058823529411764705,
    "premium_pair_tt_plus": 0.02262443438914027,
    "ace_king": 0.012066365007541479,
    "both_cards_ten_plus": 0.14328808446455504
  },
  "exact_no_information_rank_share": 0.07692307692307693,
  "one_fold_exact_oracle_file": "one_fold_exact_oracle.json",
  "scenarios": [
    {
      "model": "random_fold_control",
      "table_size": 6,
      "observed_folds_before_button": 3,
      "accepted_deals": 200000,
      "attempted_deals": 923226,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026091012,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 29972,
          "estimate": 0.14986,
          "monte_carlo_standard_error": 0.0007981290008513661,
          "ci95": [
            0.14830242158284232,
            0.15143102864273003
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.0005387330316741767,
          "absolute_change_percentage_points": 0.053873303167417674,
          "relative_change_percent": 0.3607878787878577,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "any_pair": {
          "successes": 11778,
          "estimate": 0.05889,
          "monte_carlo_standard_error": 0.000526412233425478,
          "ci95": [
            0.057866698470822944,
            0.059930246262718534
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 6.647058823529284e-05,
          "absolute_change_percentage_points": 0.006647058823529284,
          "relative_change_percent": 0.11299999999999782,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4529,
          "estimate": 0.022645,
          "monte_carlo_standard_error": 0.00033265751137619,
          "ci95": [
            0.022002113579427968,
            0.02330622346412057
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 2.056561085972755e-05,
          "absolute_change_percentage_points": 0.002056561085972755,
          "relative_change_percent": 0.09089999999999578,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "ace_king": {
          "successes": 2465,
          "estimate": 0.012325,
          "monte_carlo_standard_error": 0.0002467092861547777,
          "ci95": [
            0.01185073935095917,
            0.012817994123525297
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.0002586349924585205,
          "absolute_change_percentage_points": 0.025863499245852052,
          "relative_change_percent": 2.1434374999999886,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "both_cards_ten_plus": {
          "successes": 28614,
          "estimate": 0.14307,
          "monte_carlo_standard_error": 0.0007829462788084506,
          "ci95": [
            0.14154230844307003,
            0.1446114026125464
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": -0.0002180844645550406,
          "absolute_change_percentage_points": -0.02180844645550406,
          "relative_change_percent": -0.1521999999999915,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07690782608697132,
          "monte_carlo_standard_error": 3.0119331898453827e-05,
          "ci95": [
            0.07684879328121194,
            0.0769668588927307
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0015250836105609733,
          "relative_change_percent": -0.019826086937292653
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07687423913044972,
          "monte_carlo_standard_error": 3.0220534958199722e-05,
          "ci95": [
            0.0768150079703381,
            0.07693347029056133
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004883779262720989,
          "relative_change_percent": -0.06348913041537285
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07686271739131911,
          "monte_carlo_standard_error": 3.0222415656493856e-05,
          "ci95": [
            0.07680348254510659,
            0.07692195223753164
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.006035953175781428,
          "relative_change_percent": -0.07846739128515856
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07693521739131935,
          "monte_carlo_standard_error": 3.0180199466643285e-05,
          "ci95": [
            0.0768760652873185,
            0.07699436949532021
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0012140468242424762,
          "relative_change_percent": 0.01578260871515219
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07693891304349333,
          "monte_carlo_standard_error": 3.0114622822511426e-05,
          "ci95": [
            0.0768798894673532,
            0.07699793661963346
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0015836120416404253,
          "relative_change_percent": 0.02058695654132553
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07697456521740628,
          "monte_carlo_standard_error": 3.0074923180304405e-05,
          "ci95": [
            0.07691561945113508,
            0.07703351098367749
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.005148829432935487,
          "relative_change_percent": 0.06693478262816133
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07687641304349337,
          "monte_carlo_standard_error": 3.021282231202308e-05,
          "ci95": [
            0.0768171969998905,
            0.07693562908709624
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004666387958356111,
          "relative_change_percent": -0.06066304345862944
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07694760869566708,
          "monte_carlo_standard_error": 3.0135349743387794e-05,
          "ci95": [
            0.07688854449550853,
            0.07700667289582563
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0024531772590152823,
          "relative_change_percent": 0.03189130436719867
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07697586956523224,
          "monte_carlo_standard_error": 3.0003146995296405e-05,
          "ci95": [
            0.0769170644776986,
            0.07703467465276588
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.005279264215531099,
          "relative_change_percent": 0.06863043480190428
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07694239130436263,
          "monte_carlo_standard_error": 3.0150594809271384e-05,
          "ci95": [
            0.076883297224424,
            0.07700148538430127
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.001931438128570384,
          "relative_change_percent": 0.025108695671414993
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07694043478262359,
          "monte_carlo_standard_error": 3.00936066687311e-05,
          "ci95": [
            0.07688145239738796,
            0.07699941716785923
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0017357859546665577,
          "relative_change_percent": 0.02256521741066525
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07691326086958014,
          "monte_carlo_standard_error": 3.0119765643974237e-05,
          "ci95": [
            0.07685422721369517,
            0.07697229452546511
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.000981605349678616,
          "relative_change_percent": -0.012760869545822007
        },
        "A": {
          "expected_share_of_remaining_cards": 0.07691054347827574,
          "monte_carlo_standard_error": 3.0115822649833334e-05,
          "ci95": [
            0.07685151755051726,
            0.07696956940603421
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0012533444801191007,
          "relative_change_percent": -0.01629347824154831
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 899,
          "estimate": 0.004495,
          "ci95_wilson": [
            0.004211195413230281,
            0.004797838841702668
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.002988687782805484,
          "relative_change_percent": -0.6605000000000119
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1849,
          "estimate": 0.009245,
          "ci95_wilson": [
            0.008834884174956691,
            0.009673967614186948
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019522624434389034,
          "relative_change_percent": 2.157249999999988
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1721,
          "estimate": 0.008605,
          "ci95_wilson": [
            0.00820954008355744,
            0.009019336290450444
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04447737556561096,
          "relative_change_percent": -4.91475000000001
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1901,
          "estimate": 0.009505,
          "ci95_wilson": [
            0.009089079476536945,
            0.009939762325005597
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.045522624434389015,
          "relative_change_percent": 5.0302499999999855
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 647,
          "estimate": 0.003235,
          "ci95_wilson": [
            0.002995494274122163,
            0.003493588382262266
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02184087481146304,
          "relative_change_percent": 7.240249999999997
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1814,
          "estimate": 0.00907,
          "ci95_wilson": [
            0.008663838511707834,
            0.00949501999985962
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.002022624434389053,
          "relative_change_percent": 0.22349999999999035
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1893,
          "estimate": 0.009465,
          "ci95_wilson": [
            0.009049967149867227,
            0.009898876188229327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.041522624434389005,
          "relative_change_percent": 4.588249999999984
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1807,
          "estimate": 0.009035,
          "ci95_wilson": [
            0.008629634065213868,
            0.009459225790838353
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0014773755656109777,
          "relative_change_percent": -0.16325000000001302
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1799,
          "estimate": 0.008995,
          "ci95_wilson": [
            0.008590545208126535,
            0.009418316184479698
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005477375565610988,
          "relative_change_percent": -0.6052500000000142
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 874,
          "estimate": 0.00437,
          "ci95_wilson": [
            0.004090282442583964,
            0.004668756614080282
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.015488687782805495,
          "relative_change_percent": -3.4230000000000143
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 635,
          "estimate": 0.003175,
          "ci95_wilson": [
            0.002937804910291707,
            0.0034312800509237436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01584087481146302,
          "relative_change_percent": 5.251249999999991
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1783,
          "estimate": 0.008915,
          "ci95_wilson": [
            0.008512373751602036,
            0.009336490714112229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01347737556561101,
          "relative_change_percent": -1.4892500000000164
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1878,
          "estimate": 0.00939,
          "ci95_wilson": [
            0.008976636747910518,
            0.009822209471224818
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03402262443438914,
          "relative_change_percent": 3.759499999999999
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 546,
          "estimate": 0.00273,
          "ci95_wilson": [
            0.0025106777426450876,
            0.0029684243127337828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028659125188536985,
          "relative_change_percent": -9.50050000000001
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1830,
          "estimate": 0.00915,
          "ci95_wilson": [
            0.008742025999554448,
            0.009576829438904979
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010022624434389074,
          "relative_change_percent": 1.1074999999999926
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 560,
          "estimate": 0.0028,
          "ci95_wilson": [
            0.002577773919396279,
            0.0030413254470130647
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02165912518853697,
          "relative_change_percent": -7.180000000000005
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1824,
          "estimate": 0.00912,
          "ci95_wilson": [
            0.008712704734773044,
            0.009546151856101892
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.007022624434389023,
          "relative_change_percent": 0.7759999999999869
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 884,
          "estimate": 0.00442,
          "ci95_wilson": [
            0.004138640623987316,
            0.004720396511984411
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.010488687782805439,
          "relative_change_percent": -2.318000000000002
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1784,
          "estimate": 0.00892,
          "ci95_wilson": [
            0.008517259221638816,
            0.009341605052006199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012977375565610856,
          "relative_change_percent": -1.4339999999999995
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1753,
          "estimate": 0.008765,
          "ci95_wilson": [
            0.008365825098944176,
            0.009183045128847649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02847737556561092,
          "relative_change_percent": -3.146750000000006
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1875,
          "estimate": 0.009375,
          "ci95_wilson": [
            0.008961971488663604,
            0.009806875306679485
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032522624434389025,
          "relative_change_percent": 3.593749999999987
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1859,
          "estimate": 0.009295,
          "ci95_wilson": [
            0.008883761437075921,
            0.0097250884313752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024522624434389004,
          "relative_change_percent": 2.7097499999999846
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1871,
          "estimate": 0.009355,
          "ci95_wilson": [
            0.008942418237919037,
            0.009786429325701061
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030522624434389106,
          "relative_change_percent": 3.372749999999996
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1822,
          "estimate": 0.00911,
          "ci95_wilson": [
            0.00870293123444831,
            0.009535925740565132
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006022624434389064,
          "relative_change_percent": 0.6654999999999914
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 927,
          "estimate": 0.004635,
          "ci95_wilson": [
            0.004346685635151741,
            0.004942343241842154
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.011011312217194553,
          "relative_change_percent": 2.433499999999996
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1788,
          "estimate": 0.00894,
          "ci95_wilson": [
            0.00853680143077975,
            0.009362062074588255
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010977375565610938,
          "relative_change_percent": -1.2130000000000085
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1850,
          "estimate": 0.00925,
          "ci95_wilson": [
            0.008839771761081637,
            0.00967907983599275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.020022624434389014,
          "relative_change_percent": 2.2124999999999857
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1777,
          "estimate": 0.008885,
          "ci95_wilson": [
            0.008483061624382757,
            0.00930580399374702
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016477375565610887,
          "relative_change_percent": -1.8207500000000028
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 945,
          "estimate": 0.004725,
          "ci95_wilson": [
            0.004433822825500058,
            0.005035202594247303
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.020011312217194533,
          "relative_change_percent": 4.422499999999991
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 659,
          "estimate": 0.003295,
          "ci95_wilson": [
            0.003053205133672971,
            0.003555875217880435
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02784087481146305,
          "relative_change_percent": 9.22925
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1799,
          "estimate": 0.008995,
          "ci95_wilson": [
            0.008590545208126535,
            0.009418316184479698
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005477375565610988,
          "relative_change_percent": -0.6052500000000142
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1869,
          "estimate": 0.009345,
          "ci95_wilson": [
            0.008932641796520027,
            0.009776206151238575
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.029522624434388973,
          "relative_change_percent": 3.262249999999981
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1881,
          "estimate": 0.009405,
          "ci95_wilson": [
            0.008991302281736425,
            0.009837543361191154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035522624434389076,
          "relative_change_percent": 3.9252499999999926
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1850,
          "estimate": 0.00925,
          "ci95_wilson": [
            0.008839771761081637,
            0.00967907983599275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.020022624434389014,
          "relative_change_percent": 2.2124999999999857
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1819,
          "estimate": 0.009095,
          "ci95_wilson": [
            0.008688271223364708,
            0.009520586327856491
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004522624434389125,
          "relative_change_percent": 0.49974999999999825
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 949,
          "estimate": 0.004745,
          "ci95_wilson": [
            0.004453190404912029,
            0.005055834246558324
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.02201131221719454,
          "relative_change_percent": 4.8644999999999925
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1804,
          "estimate": 0.00902,
          "ci95_wilson": [
            0.008614975500778008,
            0.00944388493148197
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0029773755656109166,
          "relative_change_percent": -0.32900000000000623
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1813,
          "estimate": 0.009065,
          "ci95_wilson": [
            0.008658952065634593,
            0.009489906638002116
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0015226244343890735,
          "relative_change_percent": 0.1682499999999926
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1890,
          "estimate": 0.00945,
          "ci95_wilson": [
            0.009035300524200304,
            0.009883543390104006
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.040022624434389066,
          "relative_change_percent": 4.422499999999991
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1788,
          "estimate": 0.00894,
          "ci95_wilson": [
            0.00853680143077975,
            0.009362062074588255
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010977375565610938,
          "relative_change_percent": -1.2130000000000085
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1733,
          "estimate": 0.008665,
          "ci95_wilson": [
            0.008268142848415384,
            0.009080731220761478
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03847737556561086,
          "relative_change_percent": -4.2517499999999995
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1818,
          "estimate": 0.00909,
          "ci95_wilson": [
            0.008683384616948685,
            0.009515473126341767
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004022624434389145,
          "relative_change_percent": 0.4445000000000005
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1776,
          "estimate": 0.00888,
          "ci95_wilson": [
            0.008478176385603811,
            0.00930068942459522
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016977375565610867,
          "relative_change_percent": -1.8760000000000006
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 878,
          "estimate": 0.00439,
          "ci95_wilson": [
            0.004109624580758712,
            0.004689413707628526
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.01348868778280549,
          "relative_change_percent": -2.981000000000013
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1764,
          "estimate": 0.00882,
          "ci95_wilson": [
            0.008419556113715377,
            0.009239312001314675
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02297737556561097,
          "relative_change_percent": -2.5390000000000117
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1797,
          "estimate": 0.008985,
          "ci95_wilson": [
            0.008580773318516404,
            0.009408088458228336
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0064773755656109475,
          "relative_change_percent": -0.7157500000000097
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1771,
          "estimate": 0.008855,
          "ci95_wilson": [
            0.008453750689475145,
            0.009275116081070145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019477375565610938,
          "relative_change_percent": -2.1522500000000084
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1823,
          "estimate": 0.009115,
          "ci95_wilson": [
            0.00870781796866779,
            0.0095410388142764
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006522624434389043,
          "relative_change_percent": 0.7207499999999892
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 606,
          "estimate": 0.00303,
          "ci95_wilson": [
            0.0027984814596121762,
            0.0032806090716115802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0013408748114630484,
          "relative_change_percent": 0.4445000000000005
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1902,
          "estimate": 0.00951,
          "ci95_wilson": [
            0.009093968652447144,
            0.009944872957026145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.046022624434388995,
          "relative_change_percent": 5.085499999999984
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 920,
          "estimate": 0.0046,
          "ci95_wilson": [
            0.004312806542155209,
            0.0049062236793234485
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007511312217194522,
          "relative_change_percent": 1.6599999999999893
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1767,
          "estimate": 0.008835,
          "ci95_wilson": [
            0.008434210731562922,
            0.009254656807259374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.021477375565610857,
          "relative_change_percent": -2.3732499999999996
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1844,
          "estimate": 0.00922,
          "ci95_wilson": [
            0.008810446713165714,
            0.009648406036324188
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017022624434389136,
          "relative_change_percent": 1.8809999999999993
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1709,
          "estimate": 0.008545,
          "ci95_wilson": [
            0.008150942320416927,
            0.00895793635842198
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05047737556561089,
          "relative_change_percent": -5.577750000000003
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1874,
          "estimate": 0.00937,
          "ci95_wilson": [
            0.008957083130044919,
            0.009801763857367423
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032022624434389045,
          "relative_change_percent": 3.5384999999999893
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 919,
          "estimate": 0.004595,
          "ci95_wilson": [
            0.004307967023654854,
            0.004901063389893057
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007011312217194542,
          "relative_change_percent": 1.5494999999999937
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1880,
          "estimate": 0.0094,
          "ci95_wilson": [
            0.008986413739992528,
            0.009832432095004305
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035022624434389096,
          "relative_change_percent": 3.8699999999999948
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1793,
          "estimate": 0.008965,
          "ci95_wilson": [
            0.008561229930394031,
            0.009387632614627718
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008477375565610866,
          "relative_change_percent": -0.9367500000000006
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1785,
          "estimate": 0.008925,
          "ci95_wilson": [
            0.00852214472460236,
            0.009346719356973402
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012477375565610876,
          "relative_change_percent": -1.3787500000000017
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1750,
          "estimate": 0.00875,
          "ci95_wilson": [
            0.00835117189393534,
            0.009167698910064241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029977375565610857,
          "relative_change_percent": -3.3124999999999996
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 930,
          "estimate": 0.00465,
          "ci95_wilson": [
            0.004361206558379092,
            0.004957821742407047
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.012511312217194492,
          "relative_change_percent": 2.7649999999999824
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1857,
          "estimate": 0.009285,
          "ci95_wilson": [
            0.008873985736073725,
            0.009714864516515898
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.023522624434389044,
          "relative_change_percent": 2.5992499999999894
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 862,
          "estimate": 0.00431,
          "ci95_wilson": [
            0.004032265217493174,
            0.004606776144002094
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.02148868778280551,
          "relative_change_percent": -4.749000000000017
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1750,
          "estimate": 0.00875,
          "ci95_wilson": [
            0.00835117189393534,
            0.009167698910064241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029977375565610857,
          "relative_change_percent": -3.3124999999999996
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 911,
          "estimate": 0.004555,
          "ci95_wilson": [
            0.004269254070533189,
            0.0048597778795687364
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.003011312217194532,
          "relative_change_percent": 0.6654999999999914
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 639,
          "estimate": 0.003195,
          "ci95_wilson": [
            0.002957032272793736,
            0.0034520519201447076
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01784087481146303,
          "relative_change_percent": 5.914249999999994
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 880,
          "estimate": 0.0044,
          "ci95_wilson": [
            0.0041192962183221,
            0.004699741685926635
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.012488687782805444,
          "relative_change_percent": -2.760000000000003
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.21663168065024166,
        "accepted_deals": 200000,
        "attempted_deals": 923226,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.14917,
            "second_half_estimate": 0.15055,
            "absolute_difference": 0.0013799999999999923,
            "difference_z_score": 0.8645235150324471
          },
          "any_pair": {
            "first_half_estimate": 0.05827,
            "second_half_estimate": 0.05951,
            "absolute_difference": 0.001239999999999998,
            "difference_z_score": 1.1777882631997967
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02268,
            "second_half_estimate": 0.02261,
            "absolute_difference": 6.999999999999715e-05,
            "difference_z_score": 0.10521331931997045
          },
          "ace_king": {
            "first_half_estimate": 0.01234,
            "second_half_estimate": 0.01231,
            "absolute_difference": 3.0000000000000512e-05,
            "difference_z_score": 0.060800306192021966
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.14227,
            "second_half_estimate": 0.14387,
            "absolute_difference": 0.0015999999999999903,
            "difference_z_score": 1.0217841373490184
          }
        },
        "maximum_split_half_z_score": 1.1777882631997967
      }
    },
    {
      "model": "random_fold_control",
      "table_size": 8,
      "observed_folds_before_button": 5,
      "accepted_deals": 200000,
      "attempted_deals": 2576881,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026091214,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 29935,
          "estimate": 0.149675,
          "monte_carlo_standard_error": 0.0007977229919433187,
          "ci95": [
            0.1481182208686733,
            0.1512452364634614
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.000353733031674186,
          "absolute_change_percentage_points": 0.0353733031674186,
          "relative_change_percent": 0.23689393939392453,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "any_pair": {
          "successes": 11880,
          "estimate": 0.0594,
          "monte_carlo_standard_error": 0.0005285434703030585,
          "ci95": [
            0.058372511788210346,
            0.06044441335426745
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 0.0005764705882352963,
          "absolute_change_percentage_points": 0.057647058823529634,
          "relative_change_percent": 0.9800000000000038,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4490,
          "estimate": 0.02245,
          "monte_carlo_standard_error": 0.0003312551697709788,
          "ci95": [
            0.021809865511657266,
            0.0231084790225921
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": -0.0001744343891402697,
          "absolute_change_percentage_points": -0.01744343891402697,
          "relative_change_percent": -0.7709999999999921,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "ace_king": {
          "successes": 2327,
          "estimate": 0.011635,
          "monte_carlo_standard_error": 0.00023978768499445505,
          "ci95": [
            0.011174315680167331,
            0.012114444299873897
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": -0.0004313650075414791,
          "absolute_change_percentage_points": -0.04313650075414791,
          "relative_change_percent": -3.574937500000008,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "both_cards_ten_plus": {
          "successes": 28633,
          "estimate": 0.143165,
          "monte_carlo_standard_error": 0.0007831627633353108,
          "ci95": [
            0.14163688233299226,
            0.1447068250733084
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": -0.00012308446455505662,
          "absolute_change_percentage_points": -0.012308446455505662,
          "relative_change_percent": -0.08590000000000268,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07691285714284883,
          "monte_carlo_standard_error": 4.069292134512532e-05,
          "ci95": [
            0.07683310048258667,
            0.076992613803111
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.001021978022809622,
          "relative_change_percent": -0.013285714296525086
        },
        "3": {
          "expected_share_of_remaining_cards": 0.0769835714285631,
          "monte_carlo_standard_error": 4.071182698118474e-05,
          "ci95": [
            0.07690377771393515,
            0.07706336514319105
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0060494505486174965,
          "relative_change_percent": 0.07864285713202745
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07689428571427738,
          "monte_carlo_standard_error": 4.0771163927974934e-05,
          "ci95": [
            0.07681437570137077,
            0.07697419572718399
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.002879120879954733,
          "relative_change_percent": -0.03742857143941153
        },
        "5": {
          "expected_share_of_remaining_cards": 0.0769751190476107,
          "monte_carlo_standard_error": 4.063728031820781e-05,
          "ci95": [
            0.07689547144175736,
            0.07705476665346404
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0052042124533774325,
          "relative_change_percent": 0.06765476189390662
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07698083333332502,
          "monte_carlo_standard_error": 4.070864675745786e-05,
          "ci95": [
            0.07690104585182103,
            0.077060620814829
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.005775641024809153,
          "relative_change_percent": 0.07508333332251899
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07694166666665833,
          "monte_carlo_standard_error": 4.07016660959332e-05,
          "ci95": [
            0.07686189286699953,
            0.07702144046631713
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0018589743581404194,
          "relative_change_percent": 0.024166666655825453
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07692059523808692,
          "monte_carlo_standard_error": 4.0723390209556015e-05,
          "ci95": [
            0.07684077885994782,
            0.07700041161622602
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0002481684990007782,
          "relative_change_percent": -0.0032261904870101166
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07688226190475357,
          "monte_carlo_standard_error": 4.073070308914188e-05,
          "ci95": [
            0.07680243119363386,
            0.07696209261587328
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004081501832335632,
          "relative_change_percent": -0.05305952382036322
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07696464285713452,
          "monte_carlo_standard_error": 4.066533857573708e-05,
          "ci95": [
            0.07688494025810694,
            0.0770443454561621
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.004156593405758857,
          "relative_change_percent": 0.05403571427486514
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07687785714284884,
          "monte_carlo_standard_error": 4.0689265620790685e-05,
          "ci95": [
            0.07679810764767471,
            0.07695760663802297
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004521978022808959,
          "relative_change_percent": -0.05878571429651647
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07694273809522978,
          "monte_carlo_standard_error": 4.0690318643110465e-05,
          "ci95": [
            0.07686298653616983,
            0.07702248965428973
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.001966117215285168,
          "relative_change_percent": 0.025559523798707184
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07683797619046787,
          "monte_carlo_standard_error": 4.0878615033174485e-05,
          "ci95": [
            0.07675785557726497,
            0.07691809680367076
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.008510073260906137,
          "relative_change_percent": -0.11063095239177978
        },
        "A": {
          "expected_share_of_remaining_cards": 0.0768855952380869,
          "monte_carlo_standard_error": 4.0741343694909625e-05,
          "ci95": [
            0.07680574367176311,
            0.07696544680441068
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0037481684990028907,
          "relative_change_percent": -0.04872619048703758
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 926,
          "estimate": 0.00463,
          "ci95_wilson": [
            0.004341845501771471,
            0.004937183567291676
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.010511312217194486,
          "relative_change_percent": 2.3229999999999813
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1705,
          "estimate": 0.008525,
          "ci95_wilson": [
            0.008131410853206771,
            0.008937468593909141
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05247737556561098,
          "relative_change_percent": -5.7987500000000125
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1849,
          "estimate": 0.009245,
          "ci95_wilson": [
            0.008834884174956691,
            0.009673967614186948
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019522624434389034,
          "relative_change_percent": 2.157249999999988
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 657,
          "estimate": 0.003285,
          "ci95_wilson": [
            0.0030435851893422148,
            0.003545495546349695
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02684087481146305,
          "relative_change_percent": 8.89775
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1814,
          "estimate": 0.00907,
          "ci95_wilson": [
            0.008663838511707834,
            0.00949501999985962
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.002022624434389053,
          "relative_change_percent": 0.22349999999999035
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1879,
          "estimate": 0.009395,
          "ci95_wilson": [
            0.008981525228709198,
            0.009827320798356885
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03452262443438912,
          "relative_change_percent": 3.814749999999997
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 653,
          "estimate": 0.003265,
          "ci95_wilson": [
            0.0030243470539202816,
            0.0035247344500486354
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.024840874811463045,
          "relative_change_percent": 8.234749999999998
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1821,
          "estimate": 0.009105,
          "ci95_wilson": [
            0.008698044532140608,
            0.009530812634942085
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005522624434389084,
          "relative_change_percent": 0.6102499999999937
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1782,
          "estimate": 0.00891,
          "ci95_wilson": [
            0.008507488314519461,
            0.009331376343264057
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.013977375565610989,
          "relative_change_percent": -1.5445000000000142
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1716,
          "estimate": 0.00858,
          "ci95_wilson": [
            0.008185123738088116,
            0.008993753596266028
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04697737556561086,
          "relative_change_percent": -5.191
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 635,
          "estimate": 0.003175,
          "ci95_wilson": [
            0.002937804910291707,
            0.0034312800509237436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01584087481146302,
          "relative_change_percent": 5.251249999999991
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1758,
          "estimate": 0.00879,
          "ci95_wilson": [
            0.008390247782823854,
            0.009208621484621708
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02597737556561102,
          "relative_change_percent": -2.8705000000000176
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 896,
          "estimate": 0.00448,
          "ci95_wilson": [
            0.004196682794357571,
            0.004782352036783132
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0044886877828055095,
          "relative_change_percent": -0.9920000000000175
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 672,
          "estimate": 0.00336,
          "ci95_wilson": [
            0.0031157488146907725,
            0.0036233290399623583
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03434087481146305,
          "relative_change_percent": 11.384
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1909,
          "estimate": 0.009545,
          "ci95_wilson": [
            0.009128193720800697,
            0.00998064654418783
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049522624434389026,
          "relative_change_percent": 5.4722499999999865
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1856,
          "estimate": 0.00928,
          "ci95_wilson": [
            0.008869097932094028,
            0.009709752512564849
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.023022624434389065,
          "relative_change_percent": 2.5439999999999916
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1853,
          "estimate": 0.009265,
          "ci95_wilson": [
            0.008854434706538551,
            0.009694416314328082
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021522624434389126,
          "relative_change_percent": 2.378249999999998
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1874,
          "estimate": 0.00937,
          "ci95_wilson": [
            0.008957083130044919,
            0.009801763857367423
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032022624434389045,
          "relative_change_percent": 3.5384999999999893
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1743,
          "estimate": 0.008715,
          "ci95_wilson": [
            0.008316982269455875,
            0.009131889879028469
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03347737556561089,
          "relative_change_percent": -3.699250000000003
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 894,
          "estimate": 0.00447,
          "ci95_wilson": [
            0.004187008173937415,
            0.004772027041341794
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.005488687782805469,
          "relative_change_percent": -1.2130000000000085
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1761,
          "estimate": 0.008805,
          "ci95_wilson": [
            0.008404901797214655,
            0.009223966894023154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024477375565610908,
          "relative_change_percent": -2.704750000000005
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1859,
          "estimate": 0.009295,
          "ci95_wilson": [
            0.008883761437075921,
            0.0097250884313752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024522624434389004,
          "relative_change_percent": 2.7097499999999846
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1715,
          "estimate": 0.008575,
          "ci95_wilson": [
            0.008180240573526055,
            0.008988636952897339
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04747737556561101,
          "relative_change_percent": -5.246250000000017
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 612,
          "estimate": 0.00306,
          "ci95_wilson": [
            0.0028272959614120815,
            0.003311793417396163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004340874811463013,
          "relative_change_percent": 1.4389999999999887
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1818,
          "estimate": 0.00909,
          "ci95_wilson": [
            0.008683384616948685,
            0.009515473126341767
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004022624434389145,
          "relative_change_percent": 0.4445000000000005
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 635,
          "estimate": 0.003175,
          "ci95_wilson": [
            0.002937804910291707,
            0.0034312800509237436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01584087481146302,
          "relative_change_percent": 5.251249999999991
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 891,
          "estimate": 0.004455,
          "ci95_wilson": [
            0.004172496934615292,
            0.004756538856871671
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.006988687782805494,
          "relative_change_percent": -1.5445000000000142
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 634,
          "estimate": 0.00317,
          "ci95_wilson": [
            0.0029329984524941012,
            0.003426086700790602
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.015340874811463042,
          "relative_change_percent": 5.085499999999998
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1822,
          "estimate": 0.00911,
          "ci95_wilson": [
            0.00870293123444831,
            0.009535925740565132
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006022624434389064,
          "relative_change_percent": 0.6654999999999914
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1777,
          "estimate": 0.008885,
          "ci95_wilson": [
            0.008483061624382757,
            0.00930580399374702
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016477375565610887,
          "relative_change_percent": -1.8207500000000028
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 551,
          "estimate": 0.002755,
          "ci95_wilson": [
            0.00253463640959723,
            0.002994464685435381
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02615912518853696,
          "relative_change_percent": -8.671750000000001
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1839,
          "estimate": 0.009195,
          "ci95_wilson": [
            0.008786010035074168,
            0.00962284367476199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014522624434389064,
          "relative_change_percent": 1.6047499999999915
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1694,
          "estimate": 0.00847,
          "ci95_wilson": [
            0.00807770222989761,
            0.008881179329980074
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05797737556561093,
          "relative_change_percent": -6.406500000000007
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1883,
          "estimate": 0.009415,
          "ci95_wilson": [
            0.009001079456509789,
            0.009847765802279288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036522624434389035,
          "relative_change_percent": 4.035749999999988
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 883,
          "estimate": 0.004415,
          "ci95_wilson": [
            0.004133804381652003,
            0.004715232946388976
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.010988687782805505,
          "relative_change_percent": -2.4285000000000165
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1749,
          "estimate": 0.008745,
          "ci95_wilson": [
            0.00834628755999089,
            0.009162583436077938
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03047737556561101,
          "relative_change_percent": -3.3677500000000165
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1813,
          "estimate": 0.009065,
          "ci95_wilson": [
            0.008658952065634593,
            0.009489906638002116
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0015226244343890735,
          "relative_change_percent": 0.1682499999999926
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 644,
          "estimate": 0.00322,
          "ci95_wilson": [
            0.0029810698946223435,
            0.0034780133379698408
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020340874811463055,
          "relative_change_percent": 6.743000000000002
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1826,
          "estimate": 0.00913,
          "ci95_wilson": [
            0.008722478362537074,
            0.00955637784419936
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.008022624434388982,
          "relative_change_percent": 0.8864999999999824
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1887,
          "estimate": 0.009435,
          "ci95_wilson": [
            0.009020634170527526,
            0.009868210319984545
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03852262443438913,
          "relative_change_percent": 4.2567499999999985
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1751,
          "estimate": 0.008755,
          "ci95_wilson": [
            0.008356056261761528,
            0.0091728143501688
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029477375565610878,
          "relative_change_percent": -3.2572500000000018
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1784,
          "estimate": 0.00892,
          "ci95_wilson": [
            0.008517259221638816,
            0.009341605052006199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012977375565610856,
          "relative_change_percent": -1.4339999999999995
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 546,
          "estimate": 0.00273,
          "ci95_wilson": [
            0.0025106777426450876,
            0.0029684243127337828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028659125188536985,
          "relative_change_percent": -9.50050000000001
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1820,
          "estimate": 0.0091,
          "ci95_wilson": [
            0.008693157861770717,
            0.009525699497381229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005022624434389104,
          "relative_change_percent": 0.5549999999999959
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 919,
          "estimate": 0.004595,
          "ci95_wilson": [
            0.004307967023654854,
            0.004901063389893057
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007011312217194542,
          "relative_change_percent": 1.5494999999999937
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1867,
          "estimate": 0.009335,
          "ci95_wilson": [
            0.008922865478029778,
            0.009765982853867327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.028522624434389014,
          "relative_change_percent": 3.1517499999999856
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1785,
          "estimate": 0.008925,
          "ci95_wilson": [
            0.00852214472460236,
            0.009346719356973402
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012477375565610876,
          "relative_change_percent": -1.3787500000000017
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 634,
          "estimate": 0.00317,
          "ci95_wilson": [
            0.0029329984524941012,
            0.003426086700790602
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.015340874811463042,
          "relative_change_percent": 5.085499999999998
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1890,
          "estimate": 0.00945,
          "ci95_wilson": [
            0.009035300524200304,
            0.009883543390104006
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.040022624434389066,
          "relative_change_percent": 4.422499999999991
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1859,
          "estimate": 0.009295,
          "ci95_wilson": [
            0.008883761437075921,
            0.0097250884313752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024522624434389004,
          "relative_change_percent": 2.7097499999999846
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1767,
          "estimate": 0.008835,
          "ci95_wilson": [
            0.008434210731562922,
            0.009254656807259374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.021477375565610857,
          "relative_change_percent": -2.3732499999999996
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1805,
          "estimate": 0.009025,
          "ci95_wilson": [
            0.008619861656572901,
            0.009448998583617823
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.002477375565610937,
          "relative_change_percent": -0.2737500000000085
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 920,
          "estimate": 0.0046,
          "ci95_wilson": [
            0.004312806542155209,
            0.0049062236793234485
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007511312217194522,
          "relative_change_percent": 1.6599999999999893
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1797,
          "estimate": 0.008985,
          "ci95_wilson": [
            0.008580773318516404,
            0.009408088458228336
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0064773755656109475,
          "relative_change_percent": -0.7157500000000097
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1771,
          "estimate": 0.008855,
          "ci95_wilson": [
            0.008453750689475145,
            0.009275116081070145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019477375565610938,
          "relative_change_percent": -2.1522500000000084
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1865,
          "estimate": 0.009325,
          "ci95_wilson": [
            0.008913089282643873,
            0.009755759433391738
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027522624434389055,
          "relative_change_percent": 3.0412499999999905
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1782,
          "estimate": 0.00891,
          "ci95_wilson": [
            0.008507488314519461,
            0.009331376343264057
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.013977375565610989,
          "relative_change_percent": -1.5445000000000142
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1749,
          "estimate": 0.008745,
          "ci95_wilson": [
            0.00834628755999089,
            0.009162583436077938
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03047737556561101,
          "relative_change_percent": -3.3677500000000165
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 941,
          "estimate": 0.004705,
          "ci95_wilson": [
            0.0044144566030051595,
            0.005014569585019209
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.018011312217194528,
          "relative_change_percent": 3.9804999999999904
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1880,
          "estimate": 0.0094,
          "ci95_wilson": [
            0.008986413739992528,
            0.009832432095004305
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035022624434389096,
          "relative_change_percent": 3.8699999999999948
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1872,
          "estimate": 0.00936,
          "ci95_wilson": [
            0.008947306504648351,
            0.009791540866902497
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031022624434389086,
          "relative_change_percent": 3.4279999999999937
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1738,
          "estimate": 0.00869,
          "ci95_wilson": [
            0.008292562131060228,
            0.009106310977770371
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03597737556561096,
          "relative_change_percent": -3.975500000000011
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 903,
          "estimate": 0.004515,
          "ci95_wilson": [
            0.004230546850062171,
            0.00481848663659377
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0009886877828054787,
          "relative_change_percent": -0.21850000000001077
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1838,
          "estimate": 0.00919,
          "ci95_wilson": [
            0.008781122793778101,
            0.00961773110812731
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014022624434389085,
          "relative_change_percent": 1.5494999999999937
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 675,
          "estimate": 0.003375,
          "ci95_wilson": [
            0.003130185382365996,
            0.0036388918960793795
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03584087481146303,
          "relative_change_percent": 11.881249999999994
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1782,
          "estimate": 0.00891,
          "ci95_wilson": [
            0.008507488314519461,
            0.009331376343264057
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.013977375565610989,
          "relative_change_percent": -1.5445000000000142
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 972,
          "estimate": 0.00486,
          "ci95_wilson": [
            0.004564579897282949,
            0.00517444033659461
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0335113122171945,
          "relative_change_percent": 7.405999999999984
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1886,
          "estimate": 0.00943,
          "ci95_wilson": [
            0.009015745446524026,
            0.00986309923605729
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.038022624434388974,
          "relative_change_percent": 4.201499999999982
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1877,
          "estimate": 0.009385,
          "ci95_wilson": [
            0.008971748297620593,
            0.009817098113583993
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033522624434388984,
          "relative_change_percent": 3.7042499999999823
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1793,
          "estimate": 0.008965,
          "ci95_wilson": [
            0.008561229930394031,
            0.009387632614627718
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008477375565610866,
          "relative_change_percent": -0.9367500000000006
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 896,
          "estimate": 0.00448,
          "ci95_wilson": [
            0.004196682794357571,
            0.004782352036783132
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0044886877828055095,
          "relative_change_percent": -0.9920000000000175
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1809,
          "estimate": 0.009045,
          "ci95_wilson": [
            0.008639406603079158,
            0.009469452868834556
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.00047737556561101846,
          "relative_change_percent": -0.05275000000001753
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 548,
          "estimate": 0.00274,
          "ci95_wilson": [
            0.002520260636154077,
            0.002978841035086289
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027659125188536984,
          "relative_change_percent": -9.16900000000001
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1743,
          "estimate": 0.008715,
          "ci95_wilson": [
            0.008316982269455875,
            0.009131889879028469
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03347737556561089,
          "relative_change_percent": -3.699250000000003
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 920,
          "estimate": 0.0046,
          "ci95_wilson": [
            0.004312806542155209,
            0.0049062236793234485
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007511312217194522,
          "relative_change_percent": 1.6599999999999893
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 522,
          "estimate": 0.00261,
          "ci95_wilson": [
            0.002395744258946293,
            0.002843362406094623
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.040659125188536975,
          "relative_change_percent": -13.478500000000007
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1822,
          "estimate": 0.00911,
          "ci95_wilson": [
            0.00870293123444831,
            0.009535925740565132
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006022624434389064,
          "relative_change_percent": 0.6654999999999914
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 919,
          "estimate": 0.004595,
          "ci95_wilson": [
            0.004307967023654854,
            0.004901063389893057
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007011312217194542,
          "relative_change_percent": 1.5494999999999937
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.07761320759476281,
        "accepted_deals": 200000,
        "attempted_deals": 2576881,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.15014,
            "second_half_estimate": 0.14921,
            "absolute_difference": 0.0009299999999999864,
            "difference_z_score": 0.5829096060845528
          },
          "any_pair": {
            "first_half_estimate": 0.05987,
            "second_half_estimate": 0.05893,
            "absolute_difference": 0.0009399999999999964,
            "difference_z_score": 0.8892379823631369
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02259,
            "second_half_estimate": 0.02231,
            "absolute_difference": 0.000279999999999999,
            "difference_z_score": 0.4226351021598494
          },
          "ace_king": {
            "first_half_estimate": 0.01172,
            "second_half_estimate": 0.01155,
            "absolute_difference": 0.00017,
            "difference_z_score": 0.3544803675131678
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.14325,
            "second_half_estimate": 0.14308,
            "absolute_difference": 0.00016999999999997573,
            "difference_z_score": 0.10853427471599411
          }
        },
        "maximum_split_half_z_score": 0.8892379823631369
      }
    },
    {
      "model": "random_fold_control",
      "table_size": 9,
      "observed_folds_before_button": 6,
      "accepted_deals": 200000,
      "attempted_deals": 4286189,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026091315,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 30024,
          "estimate": 0.15012,
          "monte_carlo_standard_error": 0.0007986988969567943,
          "ci95": [
            0.14856129965568746,
            0.15169214058228384
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.000798733031674187,
          "absolute_change_percentage_points": 0.0798733031674187,
          "relative_change_percent": 0.5349090909090767,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "any_pair": {
          "successes": 11715,
          "estimate": 0.058575,
          "monte_carlo_standard_error": 0.0005250903225874573,
          "ci95": [
            0.05755429525636225,
            0.059612661577542116
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -0.000248529411764703,
          "absolute_change_percentage_points": -0.0248529411764703,
          "relative_change_percent": -0.4224999999999951,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4425,
          "estimate": 0.022125,
          "monte_carlo_standard_error": 0.00032890336251701653,
          "ci95": [
            0.021489480615099872,
            0.02277887640365086
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": -0.0004994343891402721,
          "absolute_change_percentage_points": -0.04994343891402721,
          "relative_change_percent": -2.2075000000000027,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "ace_king": {
          "successes": 2423,
          "estimate": 0.012115,
          "monte_carlo_standard_error": 0.0002446244752166062,
          "ci95": [
            0.011644828647757642,
            0.012603912893635407
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 4.863499245852214e-05,
          "absolute_change_percentage_points": 0.004863499245852214,
          "relative_change_percent": 0.4030625000000022,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "both_cards_ten_plus": {
          "successes": 28653,
          "estimate": 0.143265,
          "monte_carlo_standard_error": 0.0007833905149253468,
          "ci95": [
            0.14173643404469338,
            0.14480726952022227
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": -2.3084464555039874e-05,
          "absolute_change_percentage_points": -0.0023084464555039874,
          "relative_change_percent": -0.01611052631578046,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07692024999999951,
          "monte_carlo_standard_error": 4.55920617308369e-05,
          "ci95": [
            0.07683089120102614,
            0.07700960879897288
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0002826923077417498,
          "relative_change_percent": -0.0036750000006427475
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07687649999999946,
          "monte_carlo_standard_error": 4.566622565716774e-05,
          "ci95": [
            0.07678699584240153,
            0.07696600415759738
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004657692307746819,
          "relative_change_percent": -0.06055000000070865
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07690799999999948,
          "monte_carlo_standard_error": 4.5767025827595146e-05,
          "ci95": [
            0.07681829827769787,
            0.07699770172230108
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0015076923077450566,
          "relative_change_percent": -0.019600000000685736
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07694124999999945,
          "monte_carlo_standard_error": 4.5697846597557974e-05,
          "ci95": [
            0.0768516838664972,
            0.0770308161335017
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.0018173076922520237,
          "relative_change_percent": 0.023624999999276308
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07684799999999943,
          "monte_carlo_standard_error": 4.5607673480456346e-05,
          "ci95": [
            0.07675861060255908,
            0.07693738939743978
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.007507692307749669,
          "relative_change_percent": -0.0976000000007457
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07704087499999947,
          "monte_carlo_standard_error": 4.5706744214664205e-05,
          "ci95": [
            0.07695129142748815,
            0.07713045857251079
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.011779807692254007,
          "relative_change_percent": 0.1531374999993021
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07688099999999942,
          "monte_carlo_standard_error": 4.577022415902753e-05,
          "ci95": [
            0.0767912920090834,
            0.07697070799091545
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004207692307750532,
          "relative_change_percent": -0.05470000000075692
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07692537499999944,
          "monte_carlo_standard_error": 4.5708554745335304e-05,
          "ci95": [
            0.0768357878789132,
            0.07701496212108568
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.000229807692250783,
          "relative_change_percent": 0.002987499999260179
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07700762499999948,
          "monte_carlo_standard_error": 4.558746511248753e-05,
          "ci95": [
            0.07691827521023253,
            0.07709697478976643
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.00845480769225554,
          "relative_change_percent": 0.10991249999932201
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07697112499999943,
          "monte_carlo_standard_error": 4.5628657289517584e-05,
          "ci95": [
            0.07688169447504906,
            0.07706055552494981
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.004804807692250501,
          "relative_change_percent": 0.062462499999256516
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.0769917499999995,
          "monte_carlo_standard_error": 4.562982927970033e-05,
          "ci95": [
            0.07690231717799058,
            0.07708118282200842
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.006867307692257074,
          "relative_change_percent": 0.08927499999934196
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07682287499999942,
          "monte_carlo_standard_error": 4.572580467218118e-05,
          "ci95": [
            0.07673325406967783,
            0.076912495930321
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.010020192307751141,
          "relative_change_percent": -0.13026250000076484
        },
        "A": {
          "expected_share_of_remaining_cards": 0.07686537499999947,
          "monte_carlo_standard_error": 4.5827153590283273e-05,
          "ci95": [
            0.07677555542944853,
            0.07695519457055042
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.005770192307745503,
          "relative_change_percent": -0.07501250000069154
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 952,
          "estimate": 0.00476,
          "ci95_wilson": [
            0.004467716974818709,
            0.005071307100443889
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.023511312217194564,
          "relative_change_percent": 5.195999999999998
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 641,
          "estimate": 0.003205,
          "ci95_wilson": [
            0.0029666468678237767,
            0.003462436940976163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01884087481146303,
          "relative_change_percent": 6.245749999999994
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 606,
          "estimate": 0.00303,
          "ci95_wilson": [
            0.0027984814596121762,
            0.0032806090716115802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0013408748114630484,
          "relative_change_percent": 0.4445000000000005
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1971,
          "estimate": 0.009855,
          "ci95_wilson": [
            0.009431392841409128,
            0.010297435515285778
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08052262443438898,
          "relative_change_percent": 8.897749999999983
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1788,
          "estimate": 0.00894,
          "ci95_wilson": [
            0.00853680143077975,
            0.009362062074588255
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010977375565610938,
          "relative_change_percent": -1.2130000000000085
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1854,
          "estimate": 0.00927,
          "ci95_wilson": [
            0.008859322417301564,
            0.009699528411495819
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022022624434389106,
          "relative_change_percent": 2.433499999999996
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1867,
          "estimate": 0.009335,
          "ci95_wilson": [
            0.008922865478029778,
            0.009765982853867327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.028522624434389014,
          "relative_change_percent": 3.1517499999999856
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 871,
          "estimate": 0.004355,
          "ci95_wilson": [
            0.004075776838883516,
            0.004653262793988486
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.016988687782805434,
          "relative_change_percent": -3.7545000000000006
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1821,
          "estimate": 0.009105,
          "ci95_wilson": [
            0.008698044532140608,
            0.009530812634942085
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005522624434389084,
          "relative_change_percent": 0.6102499999999937
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1783,
          "estimate": 0.008915,
          "ci95_wilson": [
            0.008512373751602036,
            0.009336490714112229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01347737556561101,
          "relative_change_percent": -1.4892500000000164
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1842,
          "estimate": 0.00921,
          "ci95_wilson": [
            0.008800671947708295,
            0.009638181185920107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016022624434389003,
          "relative_change_percent": 1.7704999999999846
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1842,
          "estimate": 0.00921,
          "ci95_wilson": [
            0.008800671947708295,
            0.009638181185920107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016022624434389003,
          "relative_change_percent": 1.7704999999999846
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1834,
          "estimate": 0.00917,
          "ci95_wilson": [
            0.008761574143848956,
            0.009597280526333461
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012022624434388993,
          "relative_change_percent": 1.3284999999999836
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1828,
          "estimate": 0.00914,
          "ci95_wilson": [
            0.008732252117533113,
            0.009566603705064817
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009022624434389115,
          "relative_change_percent": 0.9969999999999971
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1781,
          "estimate": 0.008905,
          "ci95_wilson": [
            0.008502602910418568,
            0.0093262619394342
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014477375565610968,
          "relative_change_percent": -1.5997500000000118
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 636,
          "estimate": 0.00318,
          "ci95_wilson": [
            0.0029426115215799367,
            0.0034364732475662624
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016340874811463044,
          "relative_change_percent": 5.416999999999999
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1911,
          "estimate": 0.009555,
          "ci95_wilson": [
            0.009137972580091091,
            0.009990867300758929
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.050522624434388985,
          "relative_change_percent": 5.582749999999982
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 883,
          "estimate": 0.004415,
          "ci95_wilson": [
            0.004133804381652003,
            0.004715232946388976
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.010988687782805505,
          "relative_change_percent": -2.4285000000000165
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1774,
          "estimate": 0.00887,
          "ci95_wilson": [
            0.008468406007515765,
            0.009290460186821765
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.017977375565611,
          "relative_change_percent": -1.9865000000000153
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1864,
          "estimate": 0.00932,
          "ci95_wilson": [
            0.008908201231176312,
            0.009750647676928549
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027022624434389075,
          "relative_change_percent": 2.9859999999999927
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1770,
          "estimate": 0.00885,
          "ci95_wilson": [
            0.008448865649997419,
            0.009270001312617121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019977375565610918,
          "relative_change_percent": -2.2075000000000062
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 612,
          "estimate": 0.00306,
          "ci95_wilson": [
            0.0028272959614120815,
            0.003311793417396163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004340874811463013,
          "relative_change_percent": 1.4389999999999887
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1797,
          "estimate": 0.008985,
          "ci95_wilson": [
            0.008580773318516404,
            0.009408088458228336
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0064773755656109475,
          "relative_change_percent": -0.7157500000000097
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 639,
          "estimate": 0.003195,
          "ci95_wilson": [
            0.002957032272793736,
            0.0034520519201447076
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01784087481146303,
          "relative_change_percent": 5.914249999999994
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1841,
          "estimate": 0.009205,
          "ci95_wilson": [
            0.008795784612064653,
            0.009633068713633001
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015522624434389024,
          "relative_change_percent": 1.7152499999999868
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1841,
          "estimate": 0.009205,
          "ci95_wilson": [
            0.008795784612064653,
            0.009633068713633001
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015522624434389024,
          "relative_change_percent": 1.7152499999999868
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1824,
          "estimate": 0.00912,
          "ci95_wilson": [
            0.008712704734773044,
            0.009546151856101892
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.007022624434389023,
          "relative_change_percent": 0.7759999999999869
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 870,
          "estimate": 0.00435,
          "ci95_wilson": [
            0.004070941828982267,
            0.004648097995958987
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0174886877828055,
          "relative_change_percent": -3.8650000000000153
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1882,
          "estimate": 0.00941,
          "ci95_wilson": [
            0.00899619085391685,
            0.009842654596941476
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036022624434389056,
          "relative_change_percent": 3.9804999999999904
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1806,
          "estimate": 0.00903,
          "ci95_wilson": [
            0.00862474784472706,
            0.009454112203394411
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0019773755656109573,
          "relative_change_percent": -0.21850000000001077
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1873,
          "estimate": 0.009365,
          "ci95_wilson": [
            0.008952194802031745,
            0.00979665237744985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031522624434389065,
          "relative_change_percent": 3.4832499999999915
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1799,
          "estimate": 0.008995,
          "ci95_wilson": [
            0.008590545208126535,
            0.009418316184479698
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005477375565610988,
          "relative_change_percent": -0.6052500000000142
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 534,
          "estimate": 0.00267,
          "ci95_wilson": [
            0.0024531966850221873,
            0.0029059076751877066
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03465912518853696,
          "relative_change_percent": -11.489500000000003
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1843,
          "estimate": 0.009215,
          "ci95_wilson": [
            0.008805559314750414,
            0.009643293626808734
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016522624434388983,
          "relative_change_percent": 1.8257499999999824
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1840,
          "estimate": 0.0092,
          "ci95_wilson": [
            0.008790897307844821,
            0.009627956209922087
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015022624434389044,
          "relative_change_percent": 1.6599999999999893
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1874,
          "estimate": 0.00937,
          "ci95_wilson": [
            0.008957083130044919,
            0.009801763857367423
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032022624434389045,
          "relative_change_percent": 3.5384999999999893
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 656,
          "estimate": 0.00328,
          "ci95_wilson": [
            0.0030387754358331435,
            0.003540305491928018
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02634087481146303,
          "relative_change_percent": 8.731999999999994
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1782,
          "estimate": 0.00891,
          "ci95_wilson": [
            0.008507488314519461,
            0.009331376343264057
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.013977375565610989,
          "relative_change_percent": -1.5445000000000142
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 849,
          "estimate": 0.004245,
          "ci95_wilson": [
            0.003969429040305691,
            0.004539614818089852
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.027988687782805506,
          "relative_change_percent": -6.185500000000016
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1793,
          "estimate": 0.008965,
          "ci95_wilson": [
            0.008561229930394031,
            0.009387632614627718
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008477375565610866,
          "relative_change_percent": -0.9367500000000006
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 606,
          "estimate": 0.00303,
          "ci95_wilson": [
            0.0027984814596121762,
            0.0032806090716115802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0013408748114630484,
          "relative_change_percent": 0.4445000000000005
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1834,
          "estimate": 0.00917,
          "ci95_wilson": [
            0.008761574143848956,
            0.009597280526333461
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012022624434388993,
          "relative_change_percent": 1.3284999999999836
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1776,
          "estimate": 0.00888,
          "ci95_wilson": [
            0.008478176385603811,
            0.00930068942459522
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016977375565610867,
          "relative_change_percent": -1.8760000000000006
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1866,
          "estimate": 0.00933,
          "ci95_wilson": [
            0.008917977364936538,
            0.00976087115902982
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.028022624434389035,
          "relative_change_percent": 3.0964999999999883
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1853,
          "estimate": 0.009265,
          "ci95_wilson": [
            0.008854434706538551,
            0.009694416314328082
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021522624434389126,
          "relative_change_percent": 2.378249999999998
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1781,
          "estimate": 0.008905,
          "ci95_wilson": [
            0.008502602910418568,
            0.0093262619394342
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014477375565610968,
          "relative_change_percent": -1.5997500000000118
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 612,
          "estimate": 0.00306,
          "ci95_wilson": [
            0.0028272959614120815,
            0.003311793417396163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004340874811463013,
          "relative_change_percent": 1.4389999999999887
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1847,
          "estimate": 0.009235,
          "ci95_wilson": [
            0.008825109096398158,
            0.009663743076883988
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018522624434389075,
          "relative_change_percent": 2.0467499999999927
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 887,
          "estimate": 0.004435,
          "ci95_wilson": [
            0.004153149912452969,
            0.004735886647311002
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0089886877828055,
          "relative_change_percent": -1.9865000000000153
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 560,
          "estimate": 0.0028,
          "ci95_wilson": [
            0.002577773919396279,
            0.0030413254470130647
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02165912518853697,
          "relative_change_percent": -7.180000000000005
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1819,
          "estimate": 0.009095,
          "ci95_wilson": [
            0.008688271223364708,
            0.009520586327856491
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004522624434389125,
          "relative_change_percent": 0.49974999999999825
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1822,
          "estimate": 0.00911,
          "ci95_wilson": [
            0.00870293123444831,
            0.009535925740565132
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006022624434389064,
          "relative_change_percent": 0.6654999999999914
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1834,
          "estimate": 0.00917,
          "ci95_wilson": [
            0.008761574143848956,
            0.009597280526333461
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012022624434388993,
          "relative_change_percent": 1.3284999999999836
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1829,
          "estimate": 0.009145,
          "ci95_wilson": [
            0.008737139042678517,
            0.009571716587850164
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009522624434389095,
          "relative_change_percent": 1.0522499999999948
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1789,
          "estimate": 0.008945,
          "ci95_wilson": [
            0.008541687065176717,
            0.009367176248122038
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010477375565610958,
          "relative_change_percent": -1.1577500000000107
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 881,
          "estimate": 0.004405,
          "ci95_wilson": [
            0.0041241321786604146,
            0.004704905533519069
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.011988687782805464,
          "relative_change_percent": -2.6495000000000073
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1834,
          "estimate": 0.00917,
          "ci95_wilson": [
            0.008761574143848956,
            0.009597280526333461
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012022624434388993,
          "relative_change_percent": 1.3284999999999836
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1817,
          "estimate": 0.009085,
          "ci95_wilson": [
            0.008678498042548789,
            0.00951035989281091
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.003522624434388992,
          "relative_change_percent": 0.3892499999999836
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 904,
          "estimate": 0.00452,
          "ci95_wilson": [
            0.00423538493653786,
            0.004823648358048827
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.000488687782805499,
          "relative_change_percent": -0.10800000000001528
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1799,
          "estimate": 0.008995,
          "ci95_wilson": [
            0.008590545208126535,
            0.009418316184479698
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005477375565610988,
          "relative_change_percent": -0.6052500000000142
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1720,
          "estimate": 0.0086,
          "ci95_wilson": [
            0.00820465674487612,
            0.009014219821201014
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04497737556561094,
          "relative_change_percent": -4.970000000000009
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1751,
          "estimate": 0.008755,
          "ci95_wilson": [
            0.008356056261761528,
            0.0091728143501688
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029477375565610878,
          "relative_change_percent": -3.2572500000000018
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 643,
          "estimate": 0.003215,
          "ci95_wilson": [
            0.0029762620682576625,
            0.0034728213564037733
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01984087481146303,
          "relative_change_percent": 6.577249999999994
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1767,
          "estimate": 0.008835,
          "ci95_wilson": [
            0.008434210731562922,
            0.009254656807259374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.021477375565610857,
          "relative_change_percent": -2.3732499999999996
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 946,
          "estimate": 0.00473,
          "ci95_wilson": [
            0.004438664593476453,
            0.005040360634201656
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.020511312217194513,
          "relative_change_percent": 4.532999999999987
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1814,
          "estimate": 0.00907,
          "ci95_wilson": [
            0.008663838511707834,
            0.00949501999985962
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.002022624434389053,
          "relative_change_percent": 0.22349999999999035
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1793,
          "estimate": 0.008965,
          "ci95_wilson": [
            0.008561229930394031,
            0.009387632614627718
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008477375565610866,
          "relative_change_percent": -0.9367500000000006
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1731,
          "estimate": 0.008655,
          "ci95_wilson": [
            0.00825837537578922,
            0.009070499077526146
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03947737556561099,
          "relative_change_percent": -4.362250000000014
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 934,
          "estimate": 0.00467,
          "ci95_wilson": [
            0.004380569004673476,
            0.004978458527835655
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.014511312217194497,
          "relative_change_percent": 3.2069999999999834
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1737,
          "estimate": 0.008685,
          "ci95_wilson": [
            0.008287678205954085,
            0.009101195094945768
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03647737556561094,
          "relative_change_percent": -4.030750000000008
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 552,
          "estimate": 0.00276,
          "ci95_wilson": [
            0.002539428714186603,
            0.0029996721887767556
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02565912518853698,
          "relative_change_percent": -8.506000000000007
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1720,
          "estimate": 0.0086,
          "ci95_wilson": [
            0.00820465674487612,
            0.009014219821201014
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04497737556561094,
          "relative_change_percent": -4.970000000000009
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1867,
          "estimate": 0.009335,
          "ci95_wilson": [
            0.008922865478029778,
            0.009765982853867327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.028522624434389014,
          "relative_change_percent": 3.1517499999999856
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 923,
          "estimate": 0.004615,
          "ci95_wilson": [
            0.004327325626685698,
            0.004921704018585205
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.009011312217194548,
          "relative_change_percent": 1.991499999999995
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1744,
          "estimate": 0.00872,
          "ci95_wilson": [
            0.00832186639950385,
            0.00913700555691124
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03297737556561091,
          "relative_change_percent": -3.644000000000005
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 893,
          "estimate": 0.004465,
          "ci95_wilson": [
            0.004182171001835034,
            0.004766864405513426
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.005988687782805448,
          "relative_change_percent": -1.323500000000004
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1818,
          "estimate": 0.00909,
          "ci95_wilson": [
            0.008683384616948685,
            0.009515473126341767
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004022624434389145,
          "relative_change_percent": 0.4445000000000005
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 922,
          "estimate": 0.00461,
          "ci95_wilson": [
            0.004322485843813343,
            0.004916543993526812
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.008511312217194568,
          "relative_change_percent": 1.8809999999999993
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.04666149812805735,
        "accepted_deals": 200000,
        "attempted_deals": 4286189,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.14982,
            "second_half_estimate": 0.15042,
            "absolute_difference": 0.0005999999999999894,
            "difference_z_score": 0.37561101806421077
          },
          "any_pair": {
            "first_half_estimate": 0.05851,
            "second_half_estimate": 0.05864,
            "absolute_difference": 0.00012999999999999817,
            "difference_z_score": 0.12378823165084302
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.0227,
            "second_half_estimate": 0.02155,
            "absolute_difference": 0.0011500000000000017,
            "difference_z_score": 1.7482472332067596
          },
          "ace_king": {
            "first_half_estimate": 0.01231,
            "second_half_estimate": 0.01192,
            "absolute_difference": 0.0003899999999999997,
            "difference_z_score": 0.7971414536562842
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.14456,
            "second_half_estimate": 0.14197,
            "absolute_difference": 0.002589999999999981,
            "difference_z_score": 1.653082112113903
          }
        },
        "maximum_split_half_z_score": 1.7482472332067596
      }
    },
    {
      "model": "rank_gradient",
      "table_size": 6,
      "observed_folds_before_button": 3,
      "accepted_deals": 200000,
      "attempted_deals": 932196,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026101012,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 30756,
          "estimate": 0.15378,
          "monte_carlo_standard_error": 0.0008066340917665209,
          "ci95": [
            0.15220567725080558,
            0.15536762239247331
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.0044587330316741836,
          "absolute_change_percentage_points": 0.44587330316741836,
          "relative_change_percent": 2.985999999999983,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 224.27895837139096
          }
        },
        "any_pair": {
          "successes": 11597,
          "estimate": 0.057985,
          "monte_carlo_standard_error": 0.0005226028117748698,
          "ci95": [
            0.056969181713146314,
            0.05901779778492977
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -0.0008385294117647032,
          "absolute_change_percentage_points": -0.08385294117647032,
          "relative_change_percent": -1.4254999999999955,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4749,
          "estimate": 0.023745,
          "monte_carlo_standard_error": 0.00034044951883502496,
          "ci95": [
            0.02308682230966589,
            0.024421472478647226
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0011205656108597278,
          "absolute_change_percentage_points": 0.11205656108597278,
          "relative_change_percent": 4.952899999999997,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 892.4064689373907
          }
        },
        "ace_king": {
          "successes": 2541,
          "estimate": 0.012705,
          "monte_carlo_standard_error": 0.00025043545051569677,
          "ci95": [
            0.012223430463185877,
            0.013205288414035446
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.0006386349924585207,
          "absolute_change_percentage_points": 0.06386349924585207,
          "relative_change_percent": 5.29268749999999,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 1565.8396608528305
          }
        },
        "both_cards_ten_plus": {
          "successes": 30178,
          "estimate": 0.15089,
          "monte_carlo_standard_error": 0.0008003818085763819,
          "ci95": [
            0.14932798654548216,
            0.15246542411382433
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.007601915535444953,
          "absolute_change_percentage_points": 0.7601915535444953,
          "relative_change_percent": 5.305336842105268,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 131.54579202272976
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07413086956522699,
          "monte_carlo_standard_error": 3.303260363381103e-05,
          "ci95": [
            0.07406612685178914,
            0.07419561227866485
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2792207357849935,
          "relative_change_percent": -3.6298695652049155
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07451532608696682,
          "monte_carlo_standard_error": 3.2711999311960986e-05,
          "ci95": [
            0.07445121174645307,
            0.07457944042748056
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2407750836110112,
          "relative_change_percent": -3.1300760869431454
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07508554347827202,
          "monte_carlo_standard_error": 3.212872120007975e-05,
          "ci95": [
            0.07502257234185054,
            0.0751485146146935
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.18375334448049035,
          "relative_change_percent": -2.3887934782463747
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07545130434783817,
          "monte_carlo_standard_error": 3.179146820225866e-05,
          "ci95": [
            0.0753889942151461,
            0.07551361448053025
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.14717725752387556,
          "relative_change_percent": -1.9133043478103822
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07598956521740415,
          "monte_carlo_standard_error": 3.11944019086156e-05,
          "ci95": [
            0.07592842531314399,
            0.0760507051216643
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.09335117056727821,
          "relative_change_percent": -1.2135652173746165
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07646184782610055,
          "monte_carlo_standard_error": 3.0717422326229724e-05,
          "ci95": [
            0.07640164278464323,
            0.07652205286755787
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.04612290969763788,
          "relative_change_percent": -0.5995978260692925
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07683956521740591,
          "monte_carlo_standard_error": 3.0202662418052817e-05,
          "ci95": [
            0.07678036908682931,
            0.07689876134798251
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.008351170567101607,
          "relative_change_percent": -0.10856521737232089
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07736554347827646,
          "monte_carlo_standard_error": 2.961084439165121e-05,
          "ci95": [
            0.077307507289717,
            0.07742357966683591
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.04424665551995277,
          "relative_change_percent": 0.575206521759386
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07785173913045144,
          "monte_carlo_standard_error": 2.891065600651164e-05,
          "ci95": [
            0.07779507528590926,
            0.07790840297499363
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.09286622073745171,
          "relative_change_percent": 1.207260869586872
        },
        "J": {
          "expected_share_of_remaining_cards": 0.0783300000000176,
          "monte_carlo_standard_error": 2.834042260966308e-05,
          "ci95": [
            0.078274453792396,
            0.07838554620763918
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.14069230769406665,
          "relative_change_percent": 1.8290000000228663
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07882532608697544,
          "monte_carlo_standard_error": 2.74943892859534e-05,
          "ci95": [
            0.07877143807419805,
            0.07887921409975283
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.19022491638985145,
          "relative_change_percent": 2.472923913068069
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07931717391306334,
          "monte_carlo_standard_error": 2.6781185095808553e-05,
          "ci95": [
            0.07926468375481226,
            0.07936966407131442
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.23940969899864106,
          "relative_change_percent": 3.1123260869823337
        },
        "A": {
          "expected_share_of_remaining_cards": 0.07983619565219524,
          "monte_carlo_standard_error": 2.592692062381236e-05,
          "ci95": [
            0.07978537982154255,
            0.07988701148284794
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.29131187291183136,
          "relative_change_percent": 3.7870543478538075
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 993,
          "estimate": 0.004965,
          "ci95_wilson": [
            0.004666320960139906,
            0.005282695240283364
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04401131221719451,
          "relative_change_percent": 9.726499999999985
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 671,
          "estimate": 0.003355,
          "ci95_wilson": [
            0.0031109369071429045,
            0.003618141139579478
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03384087481146303,
          "relative_change_percent": 11.218249999999994
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1870,
          "estimate": 0.00935,
          "ci95_wilson": [
            0.008937530001868142,
            0.00978131775382121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030022624434389127,
          "relative_change_percent": 3.317499999999998
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1950,
          "estimate": 0.00975,
          "ci95_wilson": [
            0.009328683880277735,
            0.010190148509871462
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07002262443438906,
          "relative_change_percent": 7.73749999999999
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 694,
          "estimate": 0.00347,
          "ci95_wilson": [
            0.0032216459217879467,
            0.0037374277073416425
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04534087481146303,
          "relative_change_percent": 15.030499999999995
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1955,
          "estimate": 0.009775,
          "ci95_wilson": [
            0.009353137248342925,
            0.010215694181460013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07252262443438913,
          "relative_change_percent": 8.013749999999998
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1918,
          "estimate": 0.00959,
          "ci95_wilson": [
            0.00917219952288459,
            0.010026639013480667
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.054022624434389016,
          "relative_change_percent": 5.969499999999986
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1853,
          "estimate": 0.009265,
          "ci95_wilson": [
            0.008854434706538551,
            0.009694416314328082
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021522624434389126,
          "relative_change_percent": 2.378249999999998
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1819,
          "estimate": 0.009095,
          "ci95_wilson": [
            0.008688271223364708,
            0.009520586327856491
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004522624434389125,
          "relative_change_percent": 0.49974999999999825
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1869,
          "estimate": 0.009345,
          "ci95_wilson": [
            0.008932641796520027,
            0.009776206151238575
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.029522624434388973,
          "relative_change_percent": 3.262249999999981
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1862,
          "estimate": 0.00931,
          "ci95_wilson": [
            0.008898425220814788,
            0.00974042407142858
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.026022624434389116,
          "relative_change_percent": 2.875499999999997
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1784,
          "estimate": 0.00892,
          "ci95_wilson": [
            0.008517259221638816,
            0.009341605052006199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012977375565610856,
          "relative_change_percent": -1.4339999999999995
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 932,
          "estimate": 0.00466,
          "ci95_wilson": [
            0.004370887608371856,
            0.00496814030827578
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.013511312217194538,
          "relative_change_percent": 2.9859999999999927
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 673,
          "estimate": 0.003365,
          "ci95_wilson": [
            0.003120560863285548,
            0.0036285167992983302
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03484087481146303,
          "relative_change_percent": 11.549749999999994
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1937,
          "estimate": 0.009685,
          "ci95_wilson": [
            0.009265108505795544,
            0.010123726381253926
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06352262443438897,
          "relative_change_percent": 7.01924999999998
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1885,
          "estimate": 0.009425,
          "ci95_wilson": [
            0.00901085675283731,
            0.00985798812181326
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.037522624434388994,
          "relative_change_percent": 4.146249999999983
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1869,
          "estimate": 0.009345,
          "ci95_wilson": [
            0.008932641796520027,
            0.009776206151238575
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.029522624434388973,
          "relative_change_percent": 3.262249999999981
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1874,
          "estimate": 0.00937,
          "ci95_wilson": [
            0.008957083130044919,
            0.009801763857367423
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032022624434389045,
          "relative_change_percent": 3.5384999999999893
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 662,
          "estimate": 0.00331,
          "ci95_wilson": [
            0.0030676361385066253,
            0.0035714436368390243
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.029340874811463035,
          "relative_change_percent": 9.726499999999996
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1927,
          "estimate": 0.009635,
          "ci95_wilson": [
            0.00921620772005599,
            0.010072629087686002
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.058522624434389006,
          "relative_change_percent": 6.466749999999984
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1829,
          "estimate": 0.009145,
          "ci95_wilson": [
            0.008737139042678517,
            0.009571716587850164
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009522624434389095,
          "relative_change_percent": 1.0522499999999948
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 545,
          "estimate": 0.002725,
          "ci95_wilson": [
            0.002505886584093642,
            0.0029632156633544807
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029159125188536965,
          "relative_change_percent": -9.666250000000003
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1788,
          "estimate": 0.00894,
          "ci95_wilson": [
            0.00853680143077975,
            0.009362062074588255
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010977375565610938,
          "relative_change_percent": -1.2130000000000085
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1809,
          "estimate": 0.009045,
          "ci95_wilson": [
            0.008639406603079158,
            0.009469452868834556
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.00047737556561101846,
          "relative_change_percent": -0.05275000000001753
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 979,
          "estimate": 0.004895,
          "ci95_wilson": [
            0.0045984896565603554,
            0.005210529232832441
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.03701131221719453,
          "relative_change_percent": 8.17949999999999
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1936,
          "estimate": 0.00968,
          "ci95_wilson": [
            0.009260218295725502,
            0.01011861678339322
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.063022624434389,
          "relative_change_percent": 6.9639999999999835
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 645,
          "estimate": 0.003225,
          "ci95_wilson": [
            0.0029858778712862637,
            0.003483205169236668
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020840874811463034,
          "relative_change_percent": 6.908749999999996
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1886,
          "estimate": 0.00943,
          "ci95_wilson": [
            0.009015745446524026,
            0.00986309923605729
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.038022624434388974,
          "relative_change_percent": 4.201499999999982
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 682,
          "estimate": 0.00341,
          "ci95_wilson": [
            0.0031638755965254267,
            0.0036752003374351844
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03934087481146302,
          "relative_change_percent": 13.04149999999999
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1864,
          "estimate": 0.00932,
          "ci95_wilson": [
            0.008908201231176312,
            0.009750647676928549
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027022624434389075,
          "relative_change_percent": 2.9859999999999927
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1825,
          "estimate": 0.009125,
          "ci95_wilson": [
            0.008717591532738116,
            0.00955126486606757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0075226244343890025,
          "relative_change_percent": 0.8312499999999847
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1805,
          "estimate": 0.009025,
          "ci95_wilson": [
            0.008619861656572901,
            0.009448998583617823
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.002477375565610937,
          "relative_change_percent": -0.2737500000000085
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 548,
          "estimate": 0.00274,
          "ci95_wilson": [
            0.002520260636154077,
            0.002978841035086289
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027659125188536984,
          "relative_change_percent": -9.16900000000001
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1799,
          "estimate": 0.008995,
          "ci95_wilson": [
            0.008590545208126535,
            0.009418316184479698
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005477375565610988,
          "relative_change_percent": -0.6052500000000142
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1836,
          "estimate": 0.00918,
          "ci95_wilson": [
            0.008771348405711508,
            0.00960750588033241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.013022624434389125,
          "relative_change_percent": 1.4389999999999983
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1807,
          "estimate": 0.009035,
          "ci95_wilson": [
            0.008629634065213868,
            0.009459225790838353
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0014773755656109777,
          "relative_change_percent": -0.16325000000001302
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 919,
          "estimate": 0.004595,
          "ci95_wilson": [
            0.004307967023654854,
            0.004901063389893057
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007011312217194542,
          "relative_change_percent": 1.5494999999999937
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 655,
          "estimate": 0.003275,
          "ci95_wilson": [
            0.003033965828537336,
            0.003535115291293077
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02584087481146305,
          "relative_change_percent": 8.56625
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1871,
          "estimate": 0.009355,
          "ci95_wilson": [
            0.008942418237919037,
            0.009786429325701061
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030522624434389106,
          "relative_change_percent": 3.372749999999996
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1893,
          "estimate": 0.009465,
          "ci95_wilson": [
            0.009049967149867227,
            0.009898876188229327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.041522624434389005,
          "relative_change_percent": 4.588249999999984
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1897,
          "estimate": 0.009485,
          "ci95_wilson": [
            0.00906952307275294,
            0.009919319497066608
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0435226244343891,
          "relative_change_percent": 4.809249999999995
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1861,
          "estimate": 0.009305,
          "ci95_wilson": [
            0.008893537261970048,
            0.00973531222234257
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.025522624434389136,
          "relative_change_percent": 2.8202499999999993
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1862,
          "estimate": 0.00931,
          "ci95_wilson": [
            0.008898425220814788,
            0.00974042407142858
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.026022624434389116,
          "relative_change_percent": 2.875499999999997
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 547,
          "estimate": 0.002735,
          "ci95_wilson": [
            0.002515469093506817,
            0.0029736327698028017
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028159125188536964,
          "relative_change_percent": -9.334750000000003
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1749,
          "estimate": 0.008745,
          "ci95_wilson": [
            0.00834628755999089,
            0.009162583436077938
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03047737556561101,
          "relative_change_percent": -3.3677500000000165
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 926,
          "estimate": 0.00463,
          "ci95_wilson": [
            0.004341845501771471,
            0.004937183567291676
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.010511312217194486,
          "relative_change_percent": 2.3229999999999813
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 654,
          "estimate": 0.00327,
          "ci95_wilson": [
            0.0030291563677881665,
            0.003529924944111498
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.025340874811463025,
          "relative_change_percent": 8.400499999999992
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1894,
          "estimate": 0.00947,
          "ci95_wilson": [
            0.009054856085422017,
            0.009903987060605288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.042022624434388985,
          "relative_change_percent": 4.643499999999983
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1792,
          "estimate": 0.00896,
          "ci95_wilson": [
            0.00855634416499963,
            0.009382518572091365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008977375565611019,
          "relative_change_percent": -0.9920000000000175
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 636,
          "estimate": 0.00318,
          "ci95_wilson": [
            0.0029426115215799367,
            0.0034364732475662624
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016340874811463044,
          "relative_change_percent": 5.416999999999999
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1742,
          "estimate": 0.00871,
          "ci95_wilson": [
            0.008312098173492035,
            0.009126774167061561
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03397737556561087,
          "relative_change_percent": -3.7545000000000006
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1731,
          "estimate": 0.008655,
          "ci95_wilson": [
            0.00825837537578922,
            0.009070499077526146
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03947737556561099,
          "relative_change_percent": -4.362250000000014
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1772,
          "estimate": 0.00886,
          "ci95_wilson": [
            0.008458635762239375,
            0.009280230816236662
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01897737556561096,
          "relative_change_percent": -2.0970000000000106
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 891,
          "estimate": 0.004455,
          "ci95_wilson": [
            0.004172496934615292,
            0.004756538856871671
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.006988687782805494,
          "relative_change_percent": -1.5445000000000142
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 636,
          "estimate": 0.00318,
          "ci95_wilson": [
            0.0029426115215799367,
            0.0034364732475662624
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016340874811463044,
          "relative_change_percent": 5.416999999999999
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1789,
          "estimate": 0.008945,
          "ci95_wilson": [
            0.008541687065176717,
            0.009367176248122038
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010477375565610958,
          "relative_change_percent": -1.1577500000000107
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1834,
          "estimate": 0.00917,
          "ci95_wilson": [
            0.008761574143848956,
            0.009597280526333461
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012022624434388993,
          "relative_change_percent": 1.3284999999999836
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1862,
          "estimate": 0.00931,
          "ci95_wilson": [
            0.008898425220814788,
            0.00974042407142858
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.026022624434389116,
          "relative_change_percent": 2.875499999999997
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1763,
          "estimate": 0.008815,
          "ci95_wilson": [
            0.008414671308027871,
            0.009234196999071432
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02347737556561095,
          "relative_change_percent": -2.5942500000000095
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 835,
          "estimate": 0.004175,
          "ci95_wilson": [
            0.003901778129248195,
            0.004467268418116874
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03498868778280548,
          "relative_change_percent": -7.73250000000001
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1818,
          "estimate": 0.00909,
          "ci95_wilson": [
            0.008683384616948685,
            0.009515473126341767
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004022624434389145,
          "relative_change_percent": 0.4445000000000005
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1735,
          "estimate": 0.008675,
          "ci95_wilson": [
            0.008277910458548835,
            0.009090963226489524
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0374773755656109,
          "relative_change_percent": -4.141250000000004
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1778,
          "estimate": 0.00889,
          "ci95_wilson": [
            0.00848794689628136,
            0.009310918529779168
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015977375565610907,
          "relative_change_percent": -1.7655000000000052
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1842,
          "estimate": 0.00921,
          "ci95_wilson": [
            0.008800671947708295,
            0.009638181185920107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016022624434389003,
          "relative_change_percent": 1.7704999999999846
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1745,
          "estimate": 0.008725,
          "ci95_wilson": [
            0.008326750563606922,
            0.009142121200738915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03247737556561093,
          "relative_change_percent": -3.588750000000007
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 635,
          "estimate": 0.003175,
          "ci95_wilson": [
            0.002937804910291707,
            0.0034312800509237436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01584087481146302,
          "relative_change_percent": 5.251249999999991
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1726,
          "estimate": 0.00863,
          "ci95_wilson": [
            0.008233957297369707,
            0.009044918116291918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04197737556561089,
          "relative_change_percent": -4.638500000000003
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 889,
          "estimate": 0.004445,
          "ci95_wilson": [
            0.0041628232377401,
            0.004746212937885368
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.007988687782805454,
          "relative_change_percent": -1.7655000000000052
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1828,
          "estimate": 0.00914,
          "ci95_wilson": [
            0.008732252117533113,
            0.009566603705064817
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009022624434389115,
          "relative_change_percent": 0.9969999999999971
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1731,
          "estimate": 0.008655,
          "ci95_wilson": [
            0.00825837537578922,
            0.009070499077526146
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03947737556561099,
          "relative_change_percent": -4.362250000000014
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 535,
          "estimate": 0.002675,
          "ci95_wilson": [
            0.002457985692828445,
            0.0029111184753121966
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.034159125188536976,
          "relative_change_percent": -11.323750000000008
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1817,
          "estimate": 0.009085,
          "ci95_wilson": [
            0.008678498042548789,
            0.00951035989281091
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.003522624434388992,
          "relative_change_percent": 0.3892499999999836
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1773,
          "estimate": 0.008865,
          "ci95_wilson": [
            0.008463520868262204,
            0.00928534551814458
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01847737556561098,
          "relative_change_percent": -2.041750000000013
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 855,
          "estimate": 0.004275,
          "ci95_wilson": [
            0.003998428286332366,
            0.004570614419647666
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.024988687782805455,
          "relative_change_percent": -5.522500000000005
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1689,
          "estimate": 0.008445,
          "ci95_wilson": [
            0.008053290639204302,
            0.008855591881019642
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.060477375565611,
          "relative_change_percent": -6.6827500000000155
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1764,
          "estimate": 0.00882,
          "ci95_wilson": [
            0.008419556113715377,
            0.009239312001314675
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02297737556561097,
          "relative_change_percent": -2.5390000000000117
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 545,
          "estimate": 0.002725,
          "ci95_wilson": [
            0.002505886584093642,
            0.0029632156633544807
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029159125188536965,
          "relative_change_percent": -9.666250000000003
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1639,
          "estimate": 0.008195,
          "ci95_wilson": [
            0.007809224502641796,
            0.008599667621044742
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08547737556561102,
          "relative_change_percent": -9.445250000000017
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 902,
          "estimate": 0.00451,
          "ci95_wilson": [
            0.0042257088543432375,
            0.004813324824381955
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0014886877828054583,
          "relative_change_percent": -0.32900000000000623
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 551,
          "estimate": 0.002755,
          "ci95_wilson": [
            0.00253463640959723,
            0.002994464685435381
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02615912518853696,
          "relative_change_percent": -8.671750000000001
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1736,
          "estimate": 0.00868,
          "ci95_wilson": [
            0.008282794315107178,
            0.009096079177861928
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03697737556561092,
          "relative_change_percent": -4.0860000000000065
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 837,
          "estimate": 0.004185,
          "ci95_wilson": [
            0.003911441332650312,
            0.004477604830576255
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.033988687782805435,
          "relative_change_percent": -7.511500000000001
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1645,
          "estimate": 0.008225,
          "ci95_wilson": [
            0.007838507591014968,
            0.008630383380256061
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08247737556561097,
          "relative_change_percent": -9.11375000000001
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1677,
          "estimate": 0.008385,
          "ci95_wilson": [
            0.007994706472114218,
            0.008794178352940751
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06647737556561092,
          "relative_change_percent": -7.345750000000007
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 828,
          "estimate": 0.00414,
          "ci95_wilson": [
            0.0038679601399780523,
            0.00443108775187178
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03848868778280551,
          "relative_change_percent": -8.506000000000016
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 811,
          "estimate": 0.004055,
          "ci95_wilson": [
            0.0037858519372375122,
            0.004343199219789603
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.046988687782805516,
          "relative_change_percent": -10.384500000000019
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.21454715531926763,
        "accepted_deals": 200000,
        "attempted_deals": 932196,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.15365,
            "second_half_estimate": 0.15391,
            "absolute_difference": 0.00025999999999998247,
            "difference_z_score": 0.16116354338153588
          },
          "any_pair": {
            "first_half_estimate": 0.05696,
            "second_half_estimate": 0.05901,
            "absolute_difference": 0.002050000000000003,
            "difference_z_score": 1.9613554205561132
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02318,
            "second_half_estimate": 0.02431,
            "absolute_difference": 0.001129999999999999,
            "difference_z_score": 1.6595819910246066
          },
          "ace_king": {
            "first_half_estimate": 0.01281,
            "second_half_estimate": 0.0126,
            "absolute_difference": 0.00021000000000000012,
            "difference_z_score": 0.4192698994009296
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.15003,
            "second_half_estimate": 0.15175,
            "absolute_difference": 0.0017199999999999993,
            "difference_z_score": 1.0744902907829188
          }
        },
        "maximum_split_half_z_score": 1.9613554205561132
      }
    },
    {
      "model": "rank_gradient",
      "table_size": 8,
      "observed_folds_before_button": 5,
      "accepted_deals": 200000,
      "attempted_deals": 2657893,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026101214,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 31532,
          "estimate": 0.15766,
          "monte_carlo_standard_error": 0.0008148721507083182,
          "ci95": [
            0.15606945703409975,
            0.15926369356343967
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.008338733031674178,
          "absolute_change_percentage_points": 0.8338733031674178,
          "relative_change_percent": 5.584424242424221,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 119.92229469411718
          }
        },
        "any_pair": {
          "successes": 11738,
          "estimate": 0.05869,
          "monte_carlo_standard_error": 0.0005255734197046118,
          "ci95": [
            0.05766834625398496,
            0.05972860616232661
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -0.00013352941176470595,
          "absolute_change_percentage_points": -0.013352941176470595,
          "relative_change_percent": -0.22700000000000012,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4862,
          "estimate": 0.02431,
          "monte_carlo_standard_error": 0.00034437642123118705,
          "ci95": [
            0.023644115806235655,
            0.024994157278251994
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0016855656108597274,
          "absolute_change_percentage_points": 0.16855656108597272,
          "relative_change_percent": 7.450199999999994,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 593.2726638211059
          }
        },
        "ace_king": {
          "successes": 2739,
          "estimate": 0.013695,
          "monte_carlo_standard_error": 0.0002598792698061929,
          "ci95": [
            0.013194905671231725,
            0.014213775176277721
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.001628634992458522,
          "absolute_change_percentage_points": 0.1628634992458522,
          "relative_change_percent": 13.4973125,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 614.0111225845885
          }
        },
        "both_cards_ten_plus": {
          "successes": 30982,
          "estimate": 0.15491,
          "monte_carlo_standard_error": 0.0008090515802468962,
          "ci95": [
            0.15333091753478525,
            0.15650233870084265
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.011621915535444949,
          "absolute_change_percentage_points": 1.1621915535444949,
          "relative_change_percent": 8.110873684210528,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 86.04433554435694
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07235690476189761,
          "monte_carlo_standard_error": 4.3814801905040876e-05,
          "ci95": [
            0.07227102932817397,
            0.07244278019562125
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.4566172161179313,
          "relative_change_percent": -5.936023809533107
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07311988095237366,
          "monte_carlo_standard_error": 4.33396235014057e-05,
          "ci95": [
            0.07303493685120738,
            0.07320482505353995
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.3803195970703263,
          "relative_change_percent": -4.944154761914242
        },
        "4": {
          "expected_share_of_remaining_cards": 0.073750952380945,
          "monte_carlo_standard_error": 4.284884797859719e-05,
          "ci95": [
            0.07366697018212792,
            0.07383493457976209
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.3172124542131921,
          "relative_change_percent": -4.123761904771497
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07452499999999247,
          "monte_carlo_standard_error": 4.246714679249758e-05,
          "ci95": [
            0.074441765921753,
            0.07460823407823194
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2398076923084455,
          "relative_change_percent": -3.1175000000097914
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07528999999999235,
          "monte_carlo_standard_error": 4.2012198622119786e-05,
          "ci95": [
            0.07520765760378165,
            0.07537234239620305
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.16330769230845782,
          "relative_change_percent": -2.1230000000099514
        },
        "7": {
          "expected_share_of_remaining_cards": 0.0760313095238017,
          "monte_carlo_standard_error": 4.1376449518115105e-05,
          "ci95": [
            0.07595021317293806,
            0.07611240587466535
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.08917673992752256,
          "relative_change_percent": -1.1592976190577933
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07679654761903969,
          "monte_carlo_standard_error": 4.083239566000718e-05,
          "ci95": [
            0.07671651759414358,
            0.0768765776439358
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.012652930403724005,
          "relative_change_percent": -0.16448809524841207
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07764773809522998,
          "monte_carlo_standard_error": 4.003363718629977e-05,
          "ci95": [
            0.0775692736081747,
            0.07772620258228527
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.07246611721530571,
          "relative_change_percent": 0.9420595237989743
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07844321428570603,
          "monte_carlo_standard_error": 3.941104617114146e-05,
          "ci95": [
            0.07836597005461754,
            0.07852045851679451
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.15201373626290982,
          "relative_change_percent": 1.9761785714178275
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07927404761903921,
          "monte_carlo_standard_error": 3.8605062822271704e-05,
          "ci95": [
            0.07919838308628666,
            0.07934971215179176
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.23509706959622817,
          "relative_change_percent": 3.056261904750966
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.08002249999999145,
          "monte_carlo_standard_error": 3.789853384942296e-05,
          "ci95": [
            0.07994822023857971,
            0.08009677976140318
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.30994230769145203,
          "relative_change_percent": 4.029249999988876
        },
        "K": {
          "expected_share_of_remaining_cards": 0.08092916666665793,
          "monte_carlo_standard_error": 3.702577960073769e-05,
          "ci95": [
            0.08085659747214097,
            0.0810017358611749
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.40060897435810067,
          "relative_change_percent": 5.207916666655309
        },
        "A": {
          "expected_share_of_remaining_cards": 0.08181273809522918,
          "monte_carlo_standard_error": 3.6072943438034316e-05,
          "ci95": [
            0.08174203642527428,
            0.08188343976518409
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.4889661172152254,
          "relative_change_percent": 6.35655952379793
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1019,
          "estimate": 0.005095,
          "ci95_wilson": [
            0.0047923341003065865,
            0.005416677106316133
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0570113122171945,
          "relative_change_percent": 12.599499999999983
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 717,
          "estimate": 0.003585,
          "ci95_wilson": [
            0.0033324260713963323,
            0.003856643140140463
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05684087481146304,
          "relative_change_percent": 18.84275
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2022,
          "estimate": 0.01011,
          "ci95_wilson": [
            0.00968088064060707,
            0.010557937920555989
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.10602262443438898,
          "relative_change_percent": 11.715499999999981
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 711,
          "estimate": 0.003555,
          "ci95_wilson": [
            0.0033035202376789055,
            0.0038255501262734006
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05384087481146303,
          "relative_change_percent": 17.848249999999993
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1938,
          "estimate": 0.00969,
          "ci95_wilson": [
            0.009269998745004789,
            0.010128835949975434
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06402262443438914,
          "relative_change_percent": 7.074499999999999
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 645,
          "estimate": 0.003225,
          "ci95_wilson": [
            0.0029858778712862637,
            0.003483205169236668
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020840874811463034,
          "relative_change_percent": 6.908749999999996
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1917,
          "estimate": 0.009585,
          "ci95_wilson": [
            0.009167309870738495,
            0.010021528857696015
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.053522624434389036,
          "relative_change_percent": 5.914249999999988
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1980,
          "estimate": 0.0099,
          "ci95_wilson": [
            0.009475414812738546,
            0.010343411815333095
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08502262443438914,
          "relative_change_percent": 9.395
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 647,
          "estimate": 0.003235,
          "ci95_wilson": [
            0.002995494274122163,
            0.003493588382262266
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02184087481146304,
          "relative_change_percent": 7.240249999999997
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1952,
          "estimate": 0.00976,
          "ci95_wilson": [
            0.009338465141103463,
            0.010200366864907232
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07102262443438902,
          "relative_change_percent": 7.847999999999986
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1966,
          "estimate": 0.00983,
          "ci95_wilson": [
            0.00940693718354269,
            0.010271892133498479
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07802262443438908,
          "relative_change_percent": 8.621499999999992
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 659,
          "estimate": 0.003295,
          "ci95_wilson": [
            0.003053205133672971,
            0.003555875217880435
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02784087481146305,
          "relative_change_percent": 9.22925
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1908,
          "estimate": 0.00954,
          "ci95_wilson": [
            0.009123304335807922,
            0.009975536121249854
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049022624434389046,
          "relative_change_percent": 5.416999999999989
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 653,
          "estimate": 0.003265,
          "ci95_wilson": [
            0.0030243470539202816,
            0.0035247344500486354
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.024840874811463045,
          "relative_change_percent": 8.234749999999998
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1893,
          "estimate": 0.009465,
          "ci95_wilson": [
            0.009049967149867227,
            0.009898876188229327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.041522624434389005,
          "relative_change_percent": 4.588249999999984
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1746,
          "estimate": 0.00873,
          "ci95_wilson": [
            0.008331634761736099,
            0.009147236810540488
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03197737556561095,
          "relative_change_percent": -3.5335000000000094
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 929,
          "estimate": 0.004645,
          "ci95_wilson": [
            0.004356366163595592,
            0.004952662329259798
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.012011312217194512,
          "relative_change_percent": 2.6544999999999868
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 735,
          "estimate": 0.003675,
          "ci95_wilson": [
            0.003419171002919772,
            0.003949894751370489
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06584087481146303,
          "relative_change_percent": 21.826249999999995
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1934,
          "estimate": 0.00967,
          "ci95_wilson": [
            0.009250437963092436,
            0.010108397500164793
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06202262443438904,
          "relative_change_percent": 6.853499999999988
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 639,
          "estimate": 0.003195,
          "ci95_wilson": [
            0.002957032272793736,
            0.0034520519201447076
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01784087481146303,
          "relative_change_percent": 5.914249999999994
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1940,
          "estimate": 0.0097,
          "ci95_wilson": [
            0.009279779310751619,
            0.010139055000090097
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06502262443438908,
          "relative_change_percent": 7.1849999999999925
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1914,
          "estimate": 0.00957,
          "ci95_wilson": [
            0.0091526410919421,
            0.010006198212700167
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0520226244343891,
          "relative_change_percent": 5.748499999999995
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1894,
          "estimate": 0.00947,
          "ci95_wilson": [
            0.009054856085422017,
            0.009903987060605288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.042022624434388985,
          "relative_change_percent": 4.643499999999983
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1921,
          "estimate": 0.009605,
          "ci95_wilson": [
            0.009186868656644108,
            0.010041969303513396
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05552262443438913,
          "relative_change_percent": 6.135249999999998
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1947,
          "estimate": 0.009735,
          "ci95_wilson": [
            0.009314012205478736,
            0.010174820760878217
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06852262443438911,
          "relative_change_percent": 7.571749999999996
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 636,
          "estimate": 0.00318,
          "ci95_wilson": [
            0.0029426115215799367,
            0.0034364732475662624
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016340874811463044,
          "relative_change_percent": 5.416999999999999
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1837,
          "estimate": 0.009185,
          "ci95_wilson": [
            0.008776235583982057,
            0.009612618509992607
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.013522624434389105,
          "relative_change_percent": 1.4942499999999959
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1700,
          "estimate": 0.0085,
          "ci95_wilson": [
            0.008106997311857024,
            0.008911883095605151
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05497737556561088,
          "relative_change_percent": -6.075000000000002
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 961,
          "estimate": 0.004805,
          "ci95_wilson": [
            0.0045113011998872835,
            0.005117721146752048
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.028011312217194554,
          "relative_change_percent": 6.190499999999996
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2007,
          "estimate": 0.010035,
          "ci95_wilson": [
            0.009607494373200956,
            0.010481327069000885
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09852262443438911,
          "relative_change_percent": 10.886749999999996
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 677,
          "estimate": 0.003385,
          "ci95_wilson": [
            0.0031398104618961305,
            0.003649266432410741
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03684087481146303,
          "relative_change_percent": 12.212749999999994
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1896,
          "estimate": 0.00948,
          "ci95_wilson": [
            0.009064634046888462,
            0.00991420871500034
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04302262443438912,
          "relative_change_percent": 4.753999999999997
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1897,
          "estimate": 0.009485,
          "ci95_wilson": [
            0.00906952307275294,
            0.009919319497066608
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0435226244343891,
          "relative_change_percent": 4.809249999999995
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1911,
          "estimate": 0.009555,
          "ci95_wilson": [
            0.009137972580091091,
            0.009990867300758929
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.050522624434388985,
          "relative_change_percent": 5.582749999999982
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1870,
          "estimate": 0.00935,
          "ci95_wilson": [
            0.008937530001868142,
            0.00978131775382121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030022624434389127,
          "relative_change_percent": 3.317499999999998
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1879,
          "estimate": 0.009395,
          "ci95_wilson": [
            0.008981525228709198,
            0.009827320798356885
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03452262443438912,
          "relative_change_percent": 3.814749999999997
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1733,
          "estimate": 0.008665,
          "ci95_wilson": [
            0.008268142848415384,
            0.009080731220761478
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03847737556561086,
          "relative_change_percent": -4.2517499999999995
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1897,
          "estimate": 0.009485,
          "ci95_wilson": [
            0.00906952307275294,
            0.009919319497066608
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0435226244343891,
          "relative_change_percent": 4.809249999999995
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1843,
          "estimate": 0.009215,
          "ci95_wilson": [
            0.008805559314750414,
            0.009643293626808734
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016522624434388983,
          "relative_change_percent": 1.8257499999999824
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 985,
          "estimate": 0.004925,
          "ci95_wilson": [
            0.004627558303791523,
            0.005241459433185761
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0400113122171945,
          "relative_change_percent": 8.842499999999983
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 665,
          "estimate": 0.003325,
          "ci95_wilson": [
            0.0030820684415018527,
            0.0035870107576360414
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03084087481146302,
          "relative_change_percent": 10.22374999999999
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1908,
          "estimate": 0.00954,
          "ci95_wilson": [
            0.009123304335807922,
            0.009975536121249854
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049022624434389046,
          "relative_change_percent": 5.416999999999989
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 668,
          "estimate": 0.00334,
          "ci95_wilson": [
            0.0030965020339256883,
            0.0036025765890044504
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03234087481146304,
          "relative_change_percent": 10.720999999999998
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1882,
          "estimate": 0.00941,
          "ci95_wilson": [
            0.00899619085391685,
            0.009842654596941476
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036022624434389056,
          "relative_change_percent": 3.9804999999999904
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1867,
          "estimate": 0.009335,
          "ci95_wilson": [
            0.008922865478029778,
            0.009765982853867327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.028522624434389014,
          "relative_change_percent": 3.1517499999999856
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1870,
          "estimate": 0.00935,
          "ci95_wilson": [
            0.008937530001868142,
            0.00978131775382121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030022624434389127,
          "relative_change_percent": 3.317499999999998
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1897,
          "estimate": 0.009485,
          "ci95_wilson": [
            0.00906952307275294,
            0.009919319497066608
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0435226244343891,
          "relative_change_percent": 4.809249999999995
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1761,
          "estimate": 0.008805,
          "ci95_wilson": [
            0.008404901797214655,
            0.009223966894023154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024477375565610908,
          "relative_change_percent": -2.704750000000005
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1721,
          "estimate": 0.008605,
          "ci95_wilson": [
            0.00820954008355744,
            0.009019336290450444
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04447737556561096,
          "relative_change_percent": -4.91475000000001
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 968,
          "estimate": 0.00484,
          "ci95_wilson": [
            0.004545204678251654,
            0.005153816323902913
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0315113122171945,
          "relative_change_percent": 6.9639999999999835
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1908,
          "estimate": 0.00954,
          "ci95_wilson": [
            0.009123304335807922,
            0.009975536121249854
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049022624434389046,
          "relative_change_percent": 5.416999999999989
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1929,
          "estimate": 0.009645,
          "ci95_wilson": [
            0.00922598764301363,
            0.010082848780589859
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05952262443438914,
          "relative_change_percent": 6.577249999999999
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1851,
          "estimate": 0.009255,
          "ci95_wilson": [
            0.00884465937840361,
            0.009684192026601526
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.020522624434388993,
          "relative_change_percent": 2.2677499999999835
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1776,
          "estimate": 0.00888,
          "ci95_wilson": [
            0.008478176385603811,
            0.00930068942459522
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016977375565610867,
          "relative_change_percent": -1.8760000000000006
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1702,
          "estimate": 0.00851,
          "ci95_wilson": [
            0.00811676262249331,
            0.008922117400830359
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05397737556561092,
          "relative_change_percent": -5.964500000000006
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1790,
          "estimate": 0.00895,
          "ci95_wilson": [
            0.008546572732363821,
            0.009372290388865681
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009977375565610978,
          "relative_change_percent": -1.102500000000013
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1750,
          "estimate": 0.00875,
          "ci95_wilson": [
            0.00835117189393534,
            0.009167698910064241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029977375565610857,
          "relative_change_percent": -3.3124999999999996
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1010,
          "estimate": 0.00505,
          "ci95_wilson": [
            0.004748708268579679,
            0.0053703046666663075
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.05251131221719451,
          "relative_change_percent": 11.604999999999986
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1876,
          "estimate": 0.00938,
          "ci95_wilson": [
            0.008966859877863564,
            0.009811986725410275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033022624434389004,
          "relative_change_percent": 3.6489999999999845
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1801,
          "estimate": 0.009005,
          "ci95_wilson": [
            0.008600317227815589,
            0.009428543780652145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0044773755656108555,
          "relative_change_percent": -0.49474999999999947
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1742,
          "estimate": 0.00871,
          "ci95_wilson": [
            0.008312098173492035,
            0.009126774167061561
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03397737556561087,
          "relative_change_percent": -3.7545000000000006
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 889,
          "estimate": 0.004445,
          "ci95_wilson": [
            0.0041628232377401,
            0.004746212937885368
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.007988687782805454,
          "relative_change_percent": -1.7655000000000052
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1813,
          "estimate": 0.009065,
          "ci95_wilson": [
            0.008658952065634593,
            0.009489906638002116
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0015226244343890735,
          "relative_change_percent": 0.1682499999999926
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1739,
          "estimate": 0.008695,
          "ci95_wilson": [
            0.008297446090396322,
            0.009111426826365027
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03547737556561098,
          "relative_change_percent": -3.920250000000013
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1719,
          "estimate": 0.008595,
          "ci95_wilson": [
            0.008199773440958447,
            0.00900910331718794
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04547737556561092,
          "relative_change_percent": -5.025250000000006
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1774,
          "estimate": 0.00887,
          "ci95_wilson": [
            0.008468406007515765,
            0.009290460186821765
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.017977375565611,
          "relative_change_percent": -1.9865000000000153
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1739,
          "estimate": 0.008695,
          "ci95_wilson": [
            0.008297446090396322,
            0.009111426826365027
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03547737556561098,
          "relative_change_percent": -3.920250000000013
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1703,
          "estimate": 0.008515,
          "ci95_wilson": [
            0.008121645330794073,
            0.008927234500460346
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05347737556561094,
          "relative_change_percent": -5.909250000000008
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 893,
          "estimate": 0.004465,
          "ci95_wilson": [
            0.004182171001835034,
            0.004766864405513426
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.005988687782805448,
          "relative_change_percent": -1.323500000000004
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1695,
          "estimate": 0.008475,
          "ci95_wilson": [
            0.008082584654840111,
            0.008886296712968323
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05747737556561095,
          "relative_change_percent": -6.351250000000009
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1821,
          "estimate": 0.009105,
          "ci95_wilson": [
            0.008698044532140608,
            0.009530812634942085
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005522624434389084,
          "relative_change_percent": 0.6102499999999937
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1783,
          "estimate": 0.008915,
          "ci95_wilson": [
            0.008512373751602036,
            0.009336490714112229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01347737556561101,
          "relative_change_percent": -1.4892500000000164
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 522,
          "estimate": 0.00261,
          "ci95_wilson": [
            0.002395744258946293,
            0.002843362406094623
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.040659125188536975,
          "relative_change_percent": -13.478500000000007
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1745,
          "estimate": 0.008725,
          "ci95_wilson": [
            0.008326750563606922,
            0.009142121200738915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03247737556561093,
          "relative_change_percent": -3.588750000000007
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1717,
          "estimate": 0.008585,
          "ci95_wilson": [
            0.008190006937534322,
            0.008998870204750571
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04647737556561088,
          "relative_change_percent": -5.135750000000002
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 835,
          "estimate": 0.004175,
          "ci95_wilson": [
            0.003901778129248195,
            0.004467268418116874
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03498868778280548,
          "relative_change_percent": -7.73250000000001
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1736,
          "estimate": 0.00868,
          "ci95_wilson": [
            0.008282794315107178,
            0.009096079177861928
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03697737556561092,
          "relative_change_percent": -4.0860000000000065
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1718,
          "estimate": 0.00859,
          "ci95_wilson": [
            0.00819489017183448,
            0.00900398677838116
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0459773755656109,
          "relative_change_percent": -5.080500000000004
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 528,
          "estimate": 0.00264,
          "ci95_wilson": [
            0.0024244668325634723,
            0.0028746386800619327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.037659125188536965,
          "relative_change_percent": -12.484000000000004
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1623,
          "estimate": 0.008115,
          "ci95_wilson": [
            0.007731142860224037,
            0.008517752336570537
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09347737556561087,
          "relative_change_percent": -10.32925
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1599,
          "estimate": 0.007995,
          "ci95_wilson": [
            0.007614038632348477,
            0.008394861174108141
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.1054773755656109,
          "relative_change_percent": -11.655250000000004
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 804,
          "estimate": 0.00402,
          "ci95_wilson": [
            0.0037520515724066084,
            0.004307000929105271
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.05048868778280546,
          "relative_change_percent": -11.158000000000005
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 527,
          "estimate": 0.002635,
          "ci95_wilson": [
            0.0024196792281457693,
            0.002869426476548888
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.038159125188536945,
          "relative_change_percent": -12.649749999999997
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1608,
          "estimate": 0.00804,
          "ci95_wilson": [
            0.007657950128966781,
            0.008440947948866566
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10097737556561091,
          "relative_change_percent": -11.158000000000005
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 519,
          "estimate": 0.002595,
          "ci95_wilson": [
            0.00238138574071833,
            0.002827721500530342
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.042159125188536956,
          "relative_change_percent": -13.97575
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1642,
          "estimate": 0.00821,
          "ci95_wilson": [
            0.007823865879219244,
            0.008615025668259542
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08397737556561091,
          "relative_change_percent": -9.279500000000006
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 510,
          "estimate": 0.00255,
          "ci95_wilson": [
            0.0023383214530738952,
            0.0027807875167980443
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.046659125188536946,
          "relative_change_percent": -15.467499999999998
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1595,
          "estimate": 0.007975,
          "ci95_wilson": [
            0.0075945234174560625,
            0.008374377157277561
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10747737556561099,
          "relative_change_percent": -11.876250000000013
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 797,
          "estimate": 0.003985,
          "ci95_wilson": [
            0.003718256495967094,
            0.0042707973500295485
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.05398868778280549,
          "relative_change_percent": -11.931500000000012
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1572,
          "estimate": 0.00786,
          "ci95_wilson": [
            0.007482323079139856,
            0.008256581913186565
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11897737556561087,
          "relative_change_percent": -13.147
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1634,
          "estimate": 0.00817,
          "ci95_wilson": [
            0.007784822955756186,
            0.008574070128276615
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08797737556561092,
          "relative_change_percent": -9.721500000000006
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 821,
          "estimate": 0.004105,
          "ci95_wilson": [
            0.0038341472120139008,
            0.004394902024320697
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.041988687782805456,
          "relative_change_percent": -9.279500000000006
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 527,
          "estimate": 0.002635,
          "ci95_wilson": [
            0.0024196792281457693,
            0.002869426476548888
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.038159125188536945,
          "relative_change_percent": -12.649749999999997
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1566,
          "estimate": 0.00783,
          "ci95_wilson": [
            0.007453056864622555,
            0.008225849280119374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.12197737556561092,
          "relative_change_percent": -13.478500000000006
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 827,
          "estimate": 0.004135,
          "ci95_wilson": [
            0.0038631294103314193,
            0.004425918673587667
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.038988687782805495,
          "relative_change_percent": -8.616500000000014
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.07524757392415722,
        "accepted_deals": 200000,
        "attempted_deals": 2657893,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.15707,
            "second_half_estimate": 0.15825,
            "absolute_difference": 0.0011800000000000144,
            "difference_z_score": 0.7240409096489879
          },
          "any_pair": {
            "first_half_estimate": 0.05776,
            "second_half_estimate": 0.05962,
            "absolute_difference": 0.0018600000000000005,
            "difference_z_score": 1.7695097298719746
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02437,
            "second_half_estimate": 0.02425,
            "absolute_difference": 0.00011999999999999858,
            "difference_z_score": 0.17422796932147586
          },
          "ace_king": {
            "first_half_estimate": 0.01402,
            "second_half_estimate": 0.01337,
            "absolute_difference": 0.0006499999999999995,
            "difference_z_score": 1.2505855929212906
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.15402,
            "second_half_estimate": 0.1558,
            "absolute_difference": 0.0017800000000000038,
            "difference_z_score": 1.1000568001515714
          }
        },
        "maximum_split_half_z_score": 1.7695097298719746
      }
    },
    {
      "model": "rank_gradient",
      "table_size": 9,
      "observed_folds_before_button": 6,
      "accepted_deals": 200000,
      "attempted_deals": 4490854,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026101315,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 32072,
          "estimate": 0.16036,
          "monte_carlo_standard_error": 0.0008205018903086086,
          "ci95": [
            0.1587583714985778,
            0.16197467538156557
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.011038733031674186,
          "absolute_change_percentage_points": 1.1038733031674186,
          "relative_change_percent": 7.392606060606044,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 90.59010641263197
          }
        },
        "any_pair": {
          "successes": 11741,
          "estimate": 0.058705,
          "monte_carlo_standard_error": 0.0005256363903640995,
          "ci95": [
            0.05768322255338955,
            0.05974372928671426
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -0.00011852941176470483,
          "absolute_change_percentage_points": -0.011852941176470483,
          "relative_change_percent": -0.2014999999999982,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4988,
          "estimate": 0.02494,
          "monte_carlo_standard_error": 0.00034869755089475464,
          "ci95": [
            0.024265635456545358,
            0.02563261342721656
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0023155656108597295,
          "absolute_change_percentage_points": 0.23155656108597295,
          "relative_change_percent": 10.234800000000005,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 431.8599288701292
          }
        },
        "ace_king": {
          "successes": 2739,
          "estimate": 0.013695,
          "monte_carlo_standard_error": 0.0002598792698061929,
          "ci95": [
            0.013194905671231725,
            0.014213775176277721
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.001628634992458522,
          "absolute_change_percentage_points": 0.1628634992458522,
          "relative_change_percent": 13.4973125,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 614.0111225845885
          }
        },
        "both_cards_ten_plus": {
          "successes": 31482,
          "estimate": 0.15741,
          "monte_carlo_standard_error": 0.0008143466457842139,
          "ci95": [
            0.15582049176814172,
            0.15901266843286027
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.014121915535444951,
          "absolute_change_percentage_points": 1.412191553544495,
          "relative_change_percent": 9.855610526315793,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 70.8119233180566
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07139037499999912,
          "monte_carlo_standard_error": 4.868462809514412e-05,
          "ci95": [
            0.07129495488233191,
            0.07148579511766633
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.553270192307781,
          "relative_change_percent": -7.192512500001152
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07226724999999914,
          "monte_carlo_standard_error": 4.840793688879777e-05,
          "ci95": [
            0.07217237218713121,
            0.07236212781286708
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.46558269230777827,
          "relative_change_percent": -6.052575000001117
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07309587499999913,
          "monte_carlo_standard_error": 4.787116692922371e-05,
          "ci95": [
            0.07300204923691994,
            0.07318970076307832
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.3827201923077797,
          "relative_change_percent": -4.975362500001136
        },
        "5": {
          "expected_share_of_remaining_cards": 0.0740019999999991,
          "monte_carlo_standard_error": 4.744042298472175e-05,
          "ci95": [
            0.0739090184795377,
            0.0740949815204605
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2921076923077831,
          "relative_change_percent": -3.79740000000118
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07505587499999918,
          "monte_carlo_standard_error": 4.682392259648004e-05,
          "ci95": [
            0.07496410179809518,
            0.07514764820190317
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.1867201923077752,
          "relative_change_percent": -2.4273625000010774
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07586574999999918,
          "monte_carlo_standard_error": 4.630011450516269e-05,
          "ci95": [
            0.07577500344308898,
            0.07595649655690938
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.10573269230777504,
          "relative_change_percent": -1.3745250000010756
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07672837499999925,
          "monte_carlo_standard_error": 4.578614371348952e-05,
          "ci95": [
            0.07663863580732984,
            0.07681811419266867
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.01947019230776753,
          "relative_change_percent": -0.2531125000009779
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07776912499999936,
          "monte_carlo_standard_error": 4.51528437927119e-05,
          "ci95": [
            0.07768062705236607,
            0.07785762294763264
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.08460480769224288,
          "relative_change_percent": 1.0998624999991573
        },
        "T": {
          "expected_share_of_remaining_cards": 0.0787917499999994,
          "monte_carlo_standard_error": 4.438747583416067e-05,
          "ci95": [
            0.0787047521459998,
            0.078878747853999
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.18686730769224696,
          "relative_change_percent": 2.4292749999992105
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07971462499999948,
          "monte_carlo_standard_error": 4.369724508242681e-05,
          "ci95": [
            0.07962897997341431,
            0.07980027002658466
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.27915480769225565,
          "relative_change_percent": 3.629012499999323
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.08066862499999956,
          "monte_carlo_standard_error": 4.2901582497344286e-05,
          "ci95": [
            0.080584539443425,
            0.08075271055657413
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.3745548076922636,
          "relative_change_percent": 4.869212499999427
        },
        "K": {
          "expected_share_of_remaining_cards": 0.08177837499999975,
          "monte_carlo_standard_error": 4.2119756732049216e-05,
          "ci95": [
            0.08169582179376735,
            0.08186092820623216
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.4855298076922823,
          "relative_change_percent": 6.31188749999967
        },
        "A": {
          "expected_share_of_remaining_cards": 0.08287199999999986,
          "monte_carlo_standard_error": 4.0911614473173267e-05,
          "ci95": [
            0.08279181470908306,
            0.08295218529091666
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.5948923076922935,
          "relative_change_percent": 7.733599999999815
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1028,
          "estimate": 0.00514,
          "ci95_wilson": [
            0.004835966071111062,
            0.00546304340688839
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.06151131221719449,
          "relative_change_percent": 13.593999999999982
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 686,
          "estimate": 0.00343,
          "ci95_wilson": [
            0.003183130189548635,
            0.003695944976134969
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04134087481146302,
          "relative_change_percent": 13.70449999999999
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2053,
          "estimate": 0.010265,
          "ci95_wilson": [
            0.00983256501119111,
            0.010716247595825143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.12152262443438905,
          "relative_change_percent": 13.428249999999988
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 711,
          "estimate": 0.003555,
          "ci95_wilson": [
            0.0033035202376789055,
            0.0038255501262734006
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05384087481146303,
          "relative_change_percent": 17.848249999999993
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2003,
          "estimate": 0.010015,
          "ci95_wilson": [
            0.009587925749510708,
            0.01046089646096814
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09652262443438903,
          "relative_change_percent": 10.665749999999987
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 696,
          "estimate": 0.00348,
          "ci95_wilson": [
            0.003231276204923623,
            0.003747797040067462
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04634087481146304,
          "relative_change_percent": 15.361999999999997
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2060,
          "estimate": 0.0103,
          "ci95_wilson": [
            0.009866819896444484,
            0.010751991366087007
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.12502262443438908,
          "relative_change_percent": 13.814999999999992
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 669,
          "estimate": 0.003345,
          "ci95_wilson": [
            0.003101313516444696,
            0.00360776491441619
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03284087481146302,
          "relative_change_percent": 10.88674999999999
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1984,
          "estimate": 0.00992,
          "ci95_wilson": [
            0.009494980867573345,
            0.010363844992221287
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08702262443438906,
          "relative_change_percent": 9.61599999999999
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 654,
          "estimate": 0.00327,
          "ci95_wilson": [
            0.0030291563677881665,
            0.003529924944111498
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.025340874811463025,
          "relative_change_percent": 8.400499999999992
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1996,
          "estimate": 0.00998,
          "ci95_wilson": [
            0.009553681726275878,
            0.010425141828687732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.093022624434389,
          "relative_change_percent": 10.278999999999984
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1909,
          "estimate": 0.009545,
          "ci95_wilson": [
            0.009128193720800697,
            0.00998064654418783
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049522624434389026,
          "relative_change_percent": 5.4722499999999865
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 641,
          "estimate": 0.003205,
          "ci95_wilson": [
            0.0029666468678237767,
            0.003462436940976163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01884087481146303,
          "relative_change_percent": 6.245749999999994
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1904,
          "estimate": 0.00952,
          "ci95_wilson": [
            0.00910374709406076,
            0.009955094131274026
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04702262443438913,
          "relative_change_percent": 5.195999999999998
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1932,
          "estimate": 0.00966,
          "ci95_wilson": [
            0.009240657747284713,
            0.01009817810011102
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06102262443438908,
          "relative_change_percent": 6.742999999999992
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 639,
          "estimate": 0.003195,
          "ci95_wilson": [
            0.002957032272793736,
            0.0034520519201447076
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01784087481146303,
          "relative_change_percent": 5.914249999999994
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1906,
          "estimate": 0.00953,
          "ci95_wilson": [
            0.009113525655243102,
            0.00996531518595318
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04802262443438909,
          "relative_change_percent": 5.3064999999999936
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1840,
          "estimate": 0.0092,
          "ci95_wilson": [
            0.008790897307844821,
            0.009627956209922087
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015022624434389044,
          "relative_change_percent": 1.6599999999999893
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1872,
          "estimate": 0.00936,
          "ci95_wilson": [
            0.008947306504648351,
            0.009791540866902497
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031022624434389086,
          "relative_change_percent": 3.4279999999999937
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1810,
          "estimate": 0.00905,
          "ci95_wilson": [
            0.008644292920404598,
            0.009474566359439867
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 2.262443438913464e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1007,
          "estimate": 0.005035,
          "ci95_wilson": [
            0.004734167702985998,
            0.0053548458084677454
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.05101131221719457,
          "relative_change_percent": 11.273499999999999
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 649,
          "estimate": 0.003245,
          "ci95_wilson": [
            0.0030051112739994225,
            0.0035039709982465023
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02284087481146304,
          "relative_change_percent": 7.571749999999997
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2067,
          "estimate": 0.010335,
          "ci95_wilson": [
            0.009901076084842897,
            0.010787733833203828
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1285226244343891,
          "relative_change_percent": 14.201749999999995
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 647,
          "estimate": 0.003235,
          "ci95_wilson": [
            0.002995494274122163,
            0.003493588382262266
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02184087481146304,
          "relative_change_percent": 7.240249999999997
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1982,
          "estimate": 0.00991,
          "ci95_wilson": [
            0.009485197783830841,
            0.010353628460102297
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0860226244343891,
          "relative_change_percent": 9.505499999999994
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1985,
          "estimate": 0.009925,
          "ci95_wilson": [
            0.009499872451635753,
            0.010368953216089629
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08752262443438905,
          "relative_change_percent": 9.671249999999988
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1931,
          "estimate": 0.009655,
          "ci95_wilson": [
            0.00923576768324646,
            0.010093068356218525
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0605226244343891,
          "relative_change_percent": 6.687749999999995
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 660,
          "estimate": 0.0033,
          "ci95_wilson": [
            0.0030580153238342067,
            0.003561064835649947
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02834087481146303,
          "relative_change_percent": 9.394999999999994
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1895,
          "estimate": 0.009475,
          "ci95_wilson": [
            0.009059745051103631,
            0.009909097902854424
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04252262443438914,
          "relative_change_percent": 4.6987499999999995
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1912,
          "estimate": 0.00956,
          "ci95_wilson": [
            0.009142862054342457,
            0.009995977634438316
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05102262443438914,
          "relative_change_percent": 5.637999999999999
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1931,
          "estimate": 0.009655,
          "ci95_wilson": [
            0.00923576768324646,
            0.010093068356218525
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0605226244343891,
          "relative_change_percent": 6.687749999999995
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1841,
          "estimate": 0.009205,
          "ci95_wilson": [
            0.008795784612064653,
            0.009633068713633001
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015522624434389024,
          "relative_change_percent": 1.7152499999999868
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1873,
          "estimate": 0.009365,
          "ci95_wilson": [
            0.008952194802031745,
            0.00979665237744985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031522624434389065,
          "relative_change_percent": 3.4832499999999915
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 997,
          "estimate": 0.004985,
          "ci95_wilson": [
            0.004685704182533472,
            0.00530331124961279
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04601131221719451,
          "relative_change_percent": 10.168499999999986
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 664,
          "estimate": 0.00332,
          "ci95_wilson": [
            0.0030772575301376997,
            0.003581821861069446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03034087481146304,
          "relative_change_percent": 10.057999999999996
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1935,
          "estimate": 0.009675,
          "ci95_wilson": [
            0.009255328114817008,
            0.010113507156370967
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06252262443438902,
          "relative_change_percent": 6.908749999999986
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1999,
          "estimate": 0.009995,
          "ci95_wilson": [
            0.00956835756942793,
            0.010440465409327927
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09452262443438911,
          "relative_change_percent": 10.444749999999996
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1903,
          "estimate": 0.009515,
          "ci95_wilson": [
            0.0090988578582962,
            0.009949983559107835
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.046522624434388975,
          "relative_change_percent": 5.140749999999981
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1772,
          "estimate": 0.00886,
          "ci95_wilson": [
            0.008458635762239375,
            0.009280230816236662
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01897737556561096,
          "relative_change_percent": -2.0970000000000106
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1888,
          "estimate": 0.00944,
          "ci95_wilson": [
            0.009025522924823946,
            0.009873321373618871
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03902262443438911,
          "relative_change_percent": 4.311999999999996
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 667,
          "estimate": 0.003335,
          "ci95_wilson": [
            0.003091690693716264,
            0.0035973881212831263
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03184087481146302,
          "relative_change_percent": 10.55524999999999
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1760,
          "estimate": 0.0088,
          "ci95_wilson": [
            0.00840001709214551,
            0.009218851791161553
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024977375565610888,
          "relative_change_percent": -2.760000000000003
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 646,
          "estimate": 0.00323,
          "ci95_wilson": [
            0.0029906859979016726,
            0.003488396850552007
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.021340874811463014,
          "relative_change_percent": 7.074499999999989
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 999,
          "estimate": 0.004995,
          "ci95_wilson": [
            0.004695396263977482,
            0.0053136187840302765
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04701131221719456,
          "relative_change_percent": 10.389499999999996
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1872,
          "estimate": 0.00936,
          "ci95_wilson": [
            0.008947306504648351,
            0.009791540866902497
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031022624434389086,
          "relative_change_percent": 3.4279999999999937
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1838,
          "estimate": 0.00919,
          "ci95_wilson": [
            0.008781122793778101,
            0.00961773110812731
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014022624434389085,
          "relative_change_percent": 1.5494999999999937
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1881,
          "estimate": 0.009405,
          "ci95_wilson": [
            0.008991302281736425,
            0.009837543361191154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035522624434389076,
          "relative_change_percent": 3.9252499999999926
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1825,
          "estimate": 0.009125,
          "ci95_wilson": [
            0.008717591532738116,
            0.00955126486606757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0075226244343890025,
          "relative_change_percent": 0.8312499999999847
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1752,
          "estimate": 0.00876,
          "ci95_wilson": [
            0.00836094066344071,
            0.009177929756420365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.028977375565610898,
          "relative_change_percent": -3.202000000000004
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1781,
          "estimate": 0.008905,
          "ci95_wilson": [
            0.008502602910418568,
            0.0093262619394342
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014477375565610968,
          "relative_change_percent": -1.5997500000000118
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 957,
          "estimate": 0.004785,
          "ci95_wilson": [
            0.004491929600493329,
            0.00509709351442301
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.02601131221719455,
          "relative_change_percent": 5.748499999999995
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1898,
          "estimate": 0.00949,
          "ci95_wilson": [
            0.009074412128673524,
            0.009924430249076775
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04402262443438908,
          "relative_change_percent": 4.8644999999999925
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1825,
          "estimate": 0.009125,
          "ci95_wilson": [
            0.008717591532738116,
            0.00955126486606757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0075226244343890025,
          "relative_change_percent": 0.8312499999999847
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1744,
          "estimate": 0.00872,
          "ci95_wilson": [
            0.00832186639950385,
            0.00913700555691124
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03297737556561091,
          "relative_change_percent": -3.644000000000005
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 672,
          "estimate": 0.00336,
          "ci95_wilson": [
            0.0031157488146907725,
            0.0036233290399623583
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03434087481146305,
          "relative_change_percent": 11.384
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1764,
          "estimate": 0.00882,
          "ci95_wilson": [
            0.008419556113715377,
            0.009239312001314675
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02297737556561097,
          "relative_change_percent": -2.5390000000000117
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1799,
          "estimate": 0.008995,
          "ci95_wilson": [
            0.008590545208126535,
            0.009418316184479698
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005477375565610988,
          "relative_change_percent": -0.6052500000000142
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 560,
          "estimate": 0.0028,
          "ci95_wilson": [
            0.002577773919396279,
            0.0030413254470130647
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02165912518853697,
          "relative_change_percent": -7.180000000000005
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 904,
          "estimate": 0.00452,
          "ci95_wilson": [
            0.00423538493653786,
            0.004823648358048827
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.000488687782805499,
          "relative_change_percent": -0.10800000000001528
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1788,
          "estimate": 0.00894,
          "ci95_wilson": [
            0.00853680143077975,
            0.009362062074588255
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010977375565610938,
          "relative_change_percent": -1.2130000000000085
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1850,
          "estimate": 0.00925,
          "ci95_wilson": [
            0.008839771761081637,
            0.00967907983599275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.020022624434389014,
          "relative_change_percent": 2.2124999999999857
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1741,
          "estimate": 0.008705,
          "ci95_wilson": [
            0.008307214111641406,
            0.009121658420981437
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03447737556561102,
          "relative_change_percent": -3.8097500000000175
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1674,
          "estimate": 0.00837,
          "ci95_wilson": [
            0.007980061240368657,
            0.008778824160894068
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06797737556561087,
          "relative_change_percent": -7.511500000000001
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 519,
          "estimate": 0.002595,
          "ci95_wilson": [
            0.00238138574071833,
            0.002827721500530342
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.042159125188536956,
          "relative_change_percent": -13.97575
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1683,
          "estimate": 0.008415,
          "ci95_wilson": [
            0.00802399790935586,
            0.008824885763283597
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06347737556561088,
          "relative_change_percent": -7.014250000000001
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 891,
          "estimate": 0.004455,
          "ci95_wilson": [
            0.004172496934615292,
            0.004756538856871671
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.006988687782805494,
          "relative_change_percent": -1.5445000000000142
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1794,
          "estimate": 0.00897,
          "ci95_wilson": [
            0.008566115728469948,
            0.009392746624482548
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007977375565610886,
          "relative_change_percent": -0.8815000000000028
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 531,
          "estimate": 0.002655,
          "ci95_wilson": [
            0.0024388308566303625,
            0.002890274079787286
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.036159125188536985,
          "relative_change_percent": -11.98675000000001
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1727,
          "estimate": 0.008635,
          "ci95_wilson": [
            0.008238840844004097,
            0.009050034377588275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04147737556561091,
          "relative_change_percent": -4.583250000000005
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1818,
          "estimate": 0.00909,
          "ci95_wilson": [
            0.008683384616948685,
            0.009515473126341767
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.004022624434389145,
          "relative_change_percent": 0.4445000000000005
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 537,
          "estimate": 0.002685,
          "ci95_wilson": [
            0.002467564302622719,
            0.0029215394813794184
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033159125188536975,
          "relative_change_percent": -10.992250000000007
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1691,
          "estimate": 0.008455,
          "ci95_wilson": [
            0.008063055168552664,
            0.008865826967532776
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05947737556561087,
          "relative_change_percent": -6.57225
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1567,
          "estimate": 0.007835,
          "ci95_wilson": [
            0.007457934467348407,
            0.008230971485324269
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.12147737556561095,
          "relative_change_percent": -13.423250000000008
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 882,
          "estimate": 0.00441,
          "ci95_wilson": [
            0.004128968233156784,
            0.004710069286953446
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.011488687782805485,
          "relative_change_percent": -2.5390000000000117
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1754,
          "estimate": 0.00877,
          "ci95_wilson": [
            0.008370709568243258,
            0.009188160467479313
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02797737556561094,
          "relative_change_percent": -3.0915000000000084
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 557,
          "estimate": 0.002785,
          "ci95_wilson": [
            0.002563393064913889,
            0.003025706877703211
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023159125188536953,
          "relative_change_percent": -7.677249999999999
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1658,
          "estimate": 0.00829,
          "ci95_wilson": [
            0.00790195886035117,
            0.008696929614019584
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07597737556561089,
          "relative_change_percent": -8.395500000000002
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 541,
          "estimate": 0.002705,
          "ci95_wilson": [
            0.0024867238835701725,
            0.0029423791321549573
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.031159125188536974,
          "relative_change_percent": -10.329250000000007
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1669,
          "estimate": 0.008345,
          "ci95_wilson": [
            0.007955653245081224,
            0.008753233116527757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07047737556561094,
          "relative_change_percent": -7.787750000000008
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 558,
          "estimate": 0.00279,
          "ci95_wilson": [
            0.002568186497072844,
            0.0030309132534750037
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022659125188536973,
          "relative_change_percent": -7.511500000000006
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1655,
          "estimate": 0.008275,
          "ci95_wilson": [
            0.007887315706388084,
            0.008681573344190422
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.077477375565611,
          "relative_change_percent": -8.561250000000015
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 843,
          "estimate": 0.004215,
          "ci95_wilson": [
            0.00394043337637683,
            0.004508611634434226
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03098868778280547,
          "relative_change_percent": -6.8485000000000085
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1684,
          "estimate": 0.00842,
          "ci95_wilson": [
            0.008028879941417823,
            0.008830003539152384
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0629773755656109,
          "relative_change_percent": -6.959000000000003
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1627,
          "estimate": 0.008135,
          "ci95_wilson": [
            0.007750662366830106,
            0.008538232061687457
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09147737556561095,
          "relative_change_percent": -10.108250000000009
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 544,
          "estimate": 0.00272,
          "ci95_wilson": [
            0.0025010956183796357,
            0.0029580068211377394
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029659125188536944,
          "relative_change_percent": -9.831999999999997
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1736,
          "estimate": 0.00868,
          "ci95_wilson": [
            0.008282794315107178,
            0.009096079177861928
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03697737556561092,
          "relative_change_percent": -4.0860000000000065
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 542,
          "estimate": 0.00271,
          "ci95_wilson": [
            0.0024915142675846686,
            0.0029475885560712096
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03065912518853695,
          "relative_change_percent": -10.163499999999997
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1656,
          "estimate": 0.00828,
          "ci95_wilson": [
            0.007892196720940832,
            0.008686692137568425
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07697737556561102,
          "relative_change_percent": -8.506000000000016
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 839,
          "estimate": 0.004195,
          "ci95_wilson": [
            0.003921104942601072,
            0.004487940836486992
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.032988687782805476,
          "relative_change_percent": -7.2905000000000095
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 549,
          "estimate": 0.002745,
          "ci95_wilson": [
            0.0025250523700645023,
            0.0029840491091066125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027159125188536963,
          "relative_change_percent": -9.003250000000003
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1635,
          "estimate": 0.008175,
          "ci95_wilson": [
            0.007789703190233835,
            0.008579189701729712
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08747737556561094,
          "relative_change_percent": -9.666250000000009
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 532,
          "estimate": 0.00266,
          "ci95_wilson": [
            0.00244361926636461,
            0.0028954854779837873
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.035659125188536964,
          "relative_change_percent": -11.821000000000003
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1666,
          "estimate": 0.00833,
          "ci95_wilson": [
            0.007941008883901257,
            0.008737878053915484
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07197737556561087,
          "relative_change_percent": -7.953500000000001
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1609,
          "estimate": 0.008045,
          "ci95_wilson": [
            0.007662829376738978,
            0.00844606850902512
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10047737556561093,
          "relative_change_percent": -11.102750000000006
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 825,
          "estimate": 0.004125,
          "ci95_wilson": [
            0.0038534682616534833,
            0.004415580206404107
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.039988687782805454,
          "relative_change_percent": -8.837500000000004
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 540,
          "estimate": 0.0027,
          "ci95_wilson": [
            0.002481933694526077,
            0.0029371695132683054
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03165912518853695,
          "relative_change_percent": -10.495
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1664,
          "estimate": 0.00832,
          "ci95_wilson": [
            0.007931246158651742,
            0.008727641163303499
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07297737556561101,
          "relative_change_percent": -8.064000000000016
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 537,
          "estimate": 0.002685,
          "ci95_wilson": [
            0.002467564302622719,
            0.0029215394813794184
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033159125188536975,
          "relative_change_percent": -10.992250000000007
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1557,
          "estimate": 0.007785,
          "ci95_wilson": [
            0.0074091602431234,
            0.008179747630241797
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.12647737556561092,
          "relative_change_percent": -13.975750000000005
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 792,
          "estimate": 0.00396,
          "ci95_wilson": [
            0.0036941204318596352,
            0.004244934374483268
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.05648868778280547,
          "relative_change_percent": -12.484000000000007
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 536,
          "estimate": 0.00268,
          "ci95_wilson": [
            0.002462774898879307,
            0.002916329077192083
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033659125188536955,
          "relative_change_percent": -11.158
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1584,
          "estimate": 0.00792,
          "ci95_wilson": [
            0.00754085979194244,
            0.008318042895552954
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11297737556561094,
          "relative_change_percent": -12.484000000000007
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 777,
          "estimate": 0.003885,
          "ci95_wilson": [
            0.003621728900906079,
            0.004167328786475601
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.06398868778280548,
          "relative_change_percent": -14.14150000000001
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.04453495927500649,
        "accepted_deals": 200000,
        "attempted_deals": 4490854,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.15991,
            "second_half_estimate": 0.16081,
            "absolute_difference": 0.0009000000000000119,
            "difference_z_score": 0.5484452183550741
          },
          "any_pair": {
            "first_half_estimate": 0.05896,
            "second_half_estimate": 0.05845,
            "absolute_difference": 0.0005099999999999966,
            "difference_z_score": 0.48512651465683543
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02499,
            "second_half_estimate": 0.02489,
            "absolute_difference": 9.99999999999994e-05,
            "difference_z_score": 0.1433907477750085
          },
          "ace_king": {
            "first_half_estimate": 0.01383,
            "second_half_estimate": 0.01356,
            "absolute_difference": 0.00027000000000000114,
            "difference_z_score": 0.5194723348866218
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.15729,
            "second_half_estimate": 0.15753,
            "absolute_difference": 0.00023999999999999022,
            "difference_z_score": 0.14735740256988034
          }
        },
        "maximum_split_half_z_score": 0.5484452183550741
      }
    },
    {
      "model": "pair_suited_gradient",
      "table_size": 6,
      "observed_folds_before_button": 3,
      "accepted_deals": 200000,
      "attempted_deals": 939105,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026111012,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 31283,
          "estimate": 0.156415,
          "monte_carlo_standard_error": 0.0008122479540602118,
          "ci95": [
            0.15482962408557183,
            0.1580135743372113
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.007093733031674182,
          "absolute_change_percentage_points": 0.7093733031674182,
          "relative_change_percent": 4.750651515151497,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 140.96950019614587
          }
        },
        "any_pair": {
          "successes": 11731,
          "estimate": 0.058655,
          "monte_carlo_standard_error": 0.0005254264504904564,
          "ci95": [
            0.057633634962540294,
            0.05969331879825603
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -0.00016852941176470626,
          "absolute_change_percentage_points": -0.016852941176470626,
          "relative_change_percent": -0.28650000000000064,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4848,
          "estimate": 0.02424,
          "monte_carlo_standard_error": 0.0003438925878817396,
          "ci95": [
            0.023575065332338014,
            0.024923210441119167
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0016155656108597302,
          "absolute_change_percentage_points": 0.16155656108597302,
          "relative_change_percent": 7.140800000000008,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 618.9782657405326
          }
        },
        "ace_king": {
          "successes": 2646,
          "estimate": 0.01323,
          "monte_carlo_standard_error": 0.0002554894038898678,
          "ci95": [
            0.012738516861129534,
            0.013740181848820341
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.0011636349924585218,
          "absolute_change_percentage_points": 0.11636349924585218,
          "relative_change_percent": 9.643624999999998,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 859.3760126508445
          }
        },
        "both_cards_ten_plus": {
          "successes": 30762,
          "estimate": 0.15381,
          "monte_carlo_standard_error": 0.0008066984687601682,
          "ci95": [
            0.15223555050275994,
            0.1553977479881034
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.010521915535444959,
          "absolute_change_percentage_points": 1.052191553544496,
          "relative_change_percent": 7.34318947368422,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 95.03972890024832
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.0736839130434874,
          "monte_carlo_standard_error": 3.334435604444293e-05,
          "ci95": [
            0.0736185593065526,
            0.07374926678042219
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.32391638795895294,
          "relative_change_percent": -4.210913043466388
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07391304347827006,
          "monte_carlo_standard_error": 3.3078939616055756e-05,
          "ci95": [
            0.07384820994797582,
            0.0739778770085643
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.3010033444806867,
          "relative_change_percent": -3.913043478248927
        },
        "4": {
          "expected_share_of_remaining_cards": 0.0742751086956619,
          "monte_carlo_standard_error": 3.2803256093779156e-05,
          "ci95": [
            0.07421081549514244,
            0.07433940189618135
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2647968227415032,
          "relative_change_percent": -3.442358695639541
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07466869565218429,
          "monte_carlo_standard_error": 3.239662792651612e-05,
          "ci95": [
            0.07460519942822777,
            0.0747321918761408
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.22543812708926414,
          "relative_change_percent": -2.9306956521604337
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07521554347827235,
          "monte_carlo_standard_error": 3.1889731469196986e-05,
          "ci95": [
            0.07515304075311607,
            0.07527804620342862
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.17075334448045792,
          "relative_change_percent": -2.2197934782459527
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07591793478262113,
          "monte_carlo_standard_error": 3.0993001143347976e-05,
          "ci95": [
            0.07585718961660735,
            0.0759786799486349
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.10051421404558003,
          "relative_change_percent": -1.3066847825925403
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07660108695653525,
          "monte_carlo_standard_error": 3.012272462010119e-05,
          "ci95": [
            0.07654204750116364,
            0.07666012641190686
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.03219899665416748,
          "relative_change_percent": -0.4185869565041772
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07740141304349345,
          "monte_carlo_standard_error": 2.9054726816843757e-05,
          "ci95": [
            0.07734446682535179,
            0.0774583592616351
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.047833612041651985,
          "relative_change_percent": 0.6218369565414757
        },
        "T": {
          "expected_share_of_remaining_cards": 0.0781498913043643,
          "monte_carlo_standard_error": 2.799864117659311e-05,
          "ci95": [
            0.07809501497604211,
            0.07820476763268648
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.12268143812873694,
          "relative_change_percent": 1.5948586956735802
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07884434782610514,
          "monte_carlo_standard_error": 2.7062954513448207e-05,
          "ci95": [
            0.07879130540994353,
            0.07889739024226675
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.19212709030282105,
          "relative_change_percent": 2.4976521739366735
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07961141304349825,
          "monte_carlo_standard_error": 2.5956963712207146e-05,
          "ci95": [
            0.07956053832947431,
            0.0796622877575222
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.2688336120421325,
          "relative_change_percent": 3.4948369565477226
        },
        "K": {
          "expected_share_of_remaining_cards": 0.08048043478263112,
          "monte_carlo_standard_error": 2.4622234370550815e-05,
          "ci95": [
            0.08043217609004594,
            0.0805286934752163
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.3557357859554189,
          "relative_change_percent": 4.624565217420445
        },
        "A": {
          "expected_share_of_remaining_cards": 0.08123717391306774,
          "monte_carlo_standard_error": 2.3348818165089508e-05,
          "ci95": [
            0.0811914110703826,
            0.08128293675575289
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.4314096989990815,
          "relative_change_percent": 5.608326086988059
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1040,
          "estimate": 0.0052,
          "ci95_wilson": [
            0.004894151443907262,
            0.005524855729261168
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0675113122171945,
          "relative_change_percent": 14.919999999999984
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 675,
          "estimate": 0.003375,
          "ci95_wilson": [
            0.003130185382365996,
            0.0036388918960793795
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03584087481146303,
          "relative_change_percent": 11.881249999999994
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1971,
          "estimate": 0.009855,
          "ci95_wilson": [
            0.009431392841409128,
            0.010297435515285778
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08052262443438898,
          "relative_change_percent": 8.897749999999983
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1955,
          "estimate": 0.009775,
          "ci95_wilson": [
            0.009353137248342925,
            0.010215694181460013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07252262443438913,
          "relative_change_percent": 8.013749999999998
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 691,
          "estimate": 0.003455,
          "ci95_wilson": [
            0.0032072015059976967,
            0.003721872699339648
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04384087481146305,
          "relative_change_percent": 14.53325
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1993,
          "estimate": 0.009965,
          "ci95_wilson": [
            0.009539006133952763,
            0.010409817997218603
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09152262443438905,
          "relative_change_percent": 10.113249999999988
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2003,
          "estimate": 0.010015,
          "ci95_wilson": [
            0.009587925749510708,
            0.01046089646096814
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09652262443438903,
          "relative_change_percent": 10.665749999999987
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1894,
          "estimate": 0.00947,
          "ci95_wilson": [
            0.009054856085422017,
            0.009903987060605288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.042022624434388985,
          "relative_change_percent": 4.643499999999983
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1894,
          "estimate": 0.00947,
          "ci95_wilson": [
            0.009054856085422017,
            0.009903987060605288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.042022624434388985,
          "relative_change_percent": 4.643499999999983
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1879,
          "estimate": 0.009395,
          "ci95_wilson": [
            0.008981525228709198,
            0.009827320798356885
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03452262443438912,
          "relative_change_percent": 3.814749999999997
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1809,
          "estimate": 0.009045,
          "ci95_wilson": [
            0.008639406603079158,
            0.009469452868834556
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.00047737556561101846,
          "relative_change_percent": -0.05275000000001753
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1807,
          "estimate": 0.009035,
          "ci95_wilson": [
            0.008629634065213868,
            0.009459225790838353
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0014773755656109777,
          "relative_change_percent": -0.16325000000001302
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1001,
          "estimate": 0.005005,
          "ci95_wilson": [
            0.004705088657672192,
            0.005323926006197062
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04801131221719452,
          "relative_change_percent": 10.610499999999988
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 667,
          "estimate": 0.003335,
          "ci95_wilson": [
            0.003091690693716264,
            0.0035973881212831263
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03184087481146302,
          "relative_change_percent": 10.55524999999999
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1997,
          "estimate": 0.009985,
          "ci95_wilson": [
            0.009558573646150969,
            0.010430249716743391
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09352262443438913,
          "relative_change_percent": 10.334249999999999
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 658,
          "estimate": 0.00329,
          "ci95_wilson": [
            0.0030483950887324404,
            0.003550685454890217
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02734087481146303,
          "relative_change_percent": 9.063499999999994
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1933,
          "estimate": 0.009665,
          "ci95_wilson": [
            0.009245547840574193,
            0.010103287814752285
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06152262443438906,
          "relative_change_percent": 6.798249999999991
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 646,
          "estimate": 0.00323,
          "ci95_wilson": [
            0.0029906859979016726,
            0.003488396850552007
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.021340874811463014,
          "relative_change_percent": 7.074499999999989
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1935,
          "estimate": 0.009675,
          "ci95_wilson": [
            0.009255328114817008,
            0.010113507156370967
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06252262443438902,
          "relative_change_percent": 6.908749999999986
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1915,
          "estimate": 0.009575,
          "ci95_wilson": [
            0.0091575306552443,
            0.010011308457328713
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05252262443438908,
          "relative_change_percent": 5.803749999999993
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1898,
          "estimate": 0.00949,
          "ci95_wilson": [
            0.009074412128673524,
            0.009924430249076775
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04402262443438908,
          "relative_change_percent": 4.8644999999999925
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1853,
          "estimate": 0.009265,
          "ci95_wilson": [
            0.008854434706538551,
            0.009694416314328082
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021522624434389126,
          "relative_change_percent": 2.378249999999998
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 639,
          "estimate": 0.003195,
          "ci95_wilson": [
            0.002957032272793736,
            0.0034520519201447076
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01784087481146303,
          "relative_change_percent": 5.914249999999994
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1916,
          "estimate": 0.00958,
          "ci95_wilson": [
            0.009162420248184089,
            0.010016418672319675
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05302262443438906,
          "relative_change_percent": 5.85899999999999
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1810,
          "estimate": 0.00905,
          "ci95_wilson": [
            0.008644292920404598,
            0.009474566359439867
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 2.262443438913464e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1821,
          "estimate": 0.009105,
          "ci95_wilson": [
            0.008698044532140608,
            0.009530812634942085
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005522624434389084,
          "relative_change_percent": 0.6102499999999937
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 936,
          "estimate": 0.00468,
          "ci95_wilson": [
            0.0043902507461785496,
            0.004988776402192079
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.015511312217194543,
          "relative_change_percent": 3.4279999999999937
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 658,
          "estimate": 0.00329,
          "ci95_wilson": [
            0.0030483950887324404,
            0.003550685454890217
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02734087481146303,
          "relative_change_percent": 9.063499999999994
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1927,
          "estimate": 0.009635,
          "ci95_wilson": [
            0.00921620772005599,
            0.010072629087686002
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.058522624434389006,
          "relative_change_percent": 6.466749999999984
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1876,
          "estimate": 0.00938,
          "ci95_wilson": [
            0.008966859877863564,
            0.009811986725410275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033022624434389004,
          "relative_change_percent": 3.6489999999999845
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1910,
          "estimate": 0.00955,
          "ci95_wilson": [
            0.009133083135569466,
            0.009985756937349807
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.050022624434389006,
          "relative_change_percent": 5.527499999999985
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1938,
          "estimate": 0.00969,
          "ci95_wilson": [
            0.009269998745004789,
            0.010128835949975434
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06402262443438914,
          "relative_change_percent": 7.074499999999999
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1900,
          "estimate": 0.0095,
          "ci95_wilson": [
            0.00908419033058899,
            0.009934651663022803
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.045022624434389036,
          "relative_change_percent": 4.974999999999988
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1860,
          "estimate": 0.0093,
          "ci95_wilson": [
            0.00888864933404886,
            0.009730200342333007
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.025022624434388983,
          "relative_change_percent": 2.7649999999999824
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1839,
          "estimate": 0.009195,
          "ci95_wilson": [
            0.008786010035074168,
            0.00962284367476199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014522624434389064,
          "relative_change_percent": 1.6047499999999915
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 960,
          "estimate": 0.0048,
          "ci95_wilson": [
            0.004506458175652363,
            0.005112564363056218
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.027511312217194488,
          "relative_change_percent": 6.079999999999981
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 641,
          "estimate": 0.003205,
          "ci95_wilson": [
            0.0029666468678237767,
            0.003462436940976163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01884087481146303,
          "relative_change_percent": 6.245749999999994
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1785,
          "estimate": 0.008925,
          "ci95_wilson": [
            0.00852214472460236,
            0.009346719356973402
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012477375565610876,
          "relative_change_percent": -1.3787500000000017
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1879,
          "estimate": 0.009395,
          "ci95_wilson": [
            0.008981525228709198,
            0.009827320798356885
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03452262443438912,
          "relative_change_percent": 3.814749999999997
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 667,
          "estimate": 0.003335,
          "ci95_wilson": [
            0.003091690693716264,
            0.0035973881212831263
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03184087481146302,
          "relative_change_percent": 10.55524999999999
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1825,
          "estimate": 0.009125,
          "ci95_wilson": [
            0.008717591532738116,
            0.00955126486606757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0075226244343890025,
          "relative_change_percent": 0.8312499999999847
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1888,
          "estimate": 0.00944,
          "ci95_wilson": [
            0.009025522924823946,
            0.009873321373618871
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03902262443438911,
          "relative_change_percent": 4.311999999999996
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1876,
          "estimate": 0.00938,
          "ci95_wilson": [
            0.008966859877863564,
            0.009811986725410275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033022624434389004,
          "relative_change_percent": 3.6489999999999845
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1827,
          "estimate": 0.009135,
          "ci95_wilson": [
            0.008727365224144025,
            0.009561490790523158
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.008522624434389135,
          "relative_change_percent": 0.9417499999999993
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 639,
          "estimate": 0.003195,
          "ci95_wilson": [
            0.002957032272793736,
            0.0034520519201447076
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01784087481146303,
          "relative_change_percent": 5.914249999999994
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1752,
          "estimate": 0.00876,
          "ci95_wilson": [
            0.00836094066344071,
            0.009177929756420365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.028977375565610898,
          "relative_change_percent": -3.202000000000004
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1784,
          "estimate": 0.00892,
          "ci95_wilson": [
            0.008517259221638816,
            0.009341605052006199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012977375565610856,
          "relative_change_percent": -1.4339999999999995
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 911,
          "estimate": 0.004555,
          "ci95_wilson": [
            0.004269254070533189,
            0.0048597778795687364
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.003011312217194532,
          "relative_change_percent": 0.6654999999999914
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1879,
          "estimate": 0.009395,
          "ci95_wilson": [
            0.008981525228709198,
            0.009827320798356885
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03452262443438912,
          "relative_change_percent": 3.814749999999997
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1829,
          "estimate": 0.009145,
          "ci95_wilson": [
            0.008737139042678517,
            0.009571716587850164
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009522624434389095,
          "relative_change_percent": 1.0522499999999948
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1788,
          "estimate": 0.00894,
          "ci95_wilson": [
            0.00853680143077975,
            0.009362062074588255
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010977375565610938,
          "relative_change_percent": -1.2130000000000085
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 606,
          "estimate": 0.00303,
          "ci95_wilson": [
            0.0027984814596121762,
            0.0032806090716115802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0013408748114630484,
          "relative_change_percent": 0.4445000000000005
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1915,
          "estimate": 0.009575,
          "ci95_wilson": [
            0.0091575306552443,
            0.010011308457328713
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05252262443438908,
          "relative_change_percent": 5.803749999999993
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1773,
          "estimate": 0.008865,
          "ci95_wilson": [
            0.008463520868262204,
            0.00928534551814458
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01847737556561098,
          "relative_change_percent": -2.041750000000013
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 553,
          "estimate": 0.002765,
          "ci95_wilson": [
            0.0025442212079732508,
            0.003004879502920857
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.025159125188536954,
          "relative_change_percent": -8.34025
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 913,
          "estimate": 0.004565,
          "ci95_wilson": [
            0.004278931774306724,
            0.004870099791656696
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.004011312217194491,
          "relative_change_percent": 0.8864999999999824
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1761,
          "estimate": 0.008805,
          "ci95_wilson": [
            0.008404901797214655,
            0.009223966894023154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024477375565610908,
          "relative_change_percent": -2.704750000000005
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1878,
          "estimate": 0.00939,
          "ci95_wilson": [
            0.008976636747910518,
            0.009822209471224818
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.03402262443438914,
          "relative_change_percent": 3.759499999999999
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1761,
          "estimate": 0.008805,
          "ci95_wilson": [
            0.008404901797214655,
            0.009223966894023154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024477375565610908,
          "relative_change_percent": -2.704750000000005
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1726,
          "estimate": 0.00863,
          "ci95_wilson": [
            0.008233957297369707,
            0.009044918116291918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04197737556561089,
          "relative_change_percent": -4.638500000000003
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1748,
          "estimate": 0.00874,
          "ci95_wilson": [
            0.008341403259956973,
            0.009157467928181107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03097737556561099,
          "relative_change_percent": -3.4230000000000143
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1681,
          "estimate": 0.008405,
          "ci95_wilson": [
            0.00801423395298049,
            0.00881465010379747
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.064477375565611,
          "relative_change_percent": -7.124750000000016
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1705,
          "estimate": 0.008525,
          "ci95_wilson": [
            0.008131410853206771,
            0.008937468593909141
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05247737556561098,
          "relative_change_percent": -5.7987500000000125
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 882,
          "estimate": 0.00441,
          "ci95_wilson": [
            0.004128968233156784,
            0.004710069286953446
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.011488687782805485,
          "relative_change_percent": -2.5390000000000117
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 549,
          "estimate": 0.002745,
          "ci95_wilson": [
            0.0025250523700645023,
            0.0029840491091066125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027159125188536963,
          "relative_change_percent": -9.003250000000003
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1762,
          "estimate": 0.00881,
          "ci95_wilson": [
            0.008409786535851543,
            0.009229081963317013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02397737556561093,
          "relative_change_percent": -2.6495000000000073
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1842,
          "estimate": 0.00921,
          "ci95_wilson": [
            0.008800671947708295,
            0.009638181185920107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016022624434389003,
          "relative_change_percent": 1.7704999999999846
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1772,
          "estimate": 0.00886,
          "ci95_wilson": [
            0.008458635762239375,
            0.009280230816236662
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01897737556561096,
          "relative_change_percent": -2.0970000000000106
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1770,
          "estimate": 0.00885,
          "ci95_wilson": [
            0.008448865649997419,
            0.009270001312617121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019977375565610918,
          "relative_change_percent": -2.2075000000000062
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1611,
          "estimate": 0.008055,
          "ci95_wilson": [
            0.007672587987411598,
            0.008456309514213993
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09947737556561098,
          "relative_change_percent": -10.992250000000013
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 905,
          "estimate": 0.004525,
          "ci95_wilson": [
            0.0042402231136205995,
            0.004828809988896838
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 1.131221719456732e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1806,
          "estimate": 0.00903,
          "ci95_wilson": [
            0.00862474784472706,
            0.009454112203394411
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0019773755656109573,
          "relative_change_percent": -0.21850000000001077
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1716,
          "estimate": 0.00858,
          "ci95_wilson": [
            0.008185123738088116,
            0.008993753596266028
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04697737556561086,
          "relative_change_percent": -5.191
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1675,
          "estimate": 0.008375,
          "ci95_wilson": [
            0.007984942948133721,
            0.008783942261059751
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0674773755656109,
          "relative_change_percent": -7.456250000000003
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1754,
          "estimate": 0.00877,
          "ci95_wilson": [
            0.008370709568243258,
            0.009188160467479313
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02797737556561094,
          "relative_change_percent": -3.0915000000000084
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1642,
          "estimate": 0.00821,
          "ci95_wilson": [
            0.007823865879219244,
            0.008615025668259542
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08397737556561091,
          "relative_change_percent": -9.279500000000006
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 832,
          "estimate": 0.00416,
          "ci95_wilson": [
            0.0038872840896060877,
            0.004451763033966738
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03648868778280551,
          "relative_change_percent": -8.064000000000016
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 537,
          "estimate": 0.002685,
          "ci95_wilson": [
            0.002467564302622719,
            0.0029215394813794184
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033159125188536975,
          "relative_change_percent": -10.992250000000007
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1607,
          "estimate": 0.008035,
          "ci95_wilson": [
            0.007653070919617982,
            0.008435827350284619
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.1014773755656109,
          "relative_change_percent": -11.213250000000004
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1670,
          "estimate": 0.00835,
          "ci95_wilson": [
            0.007960534771559545,
            0.008758351397980186
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06997737556561096,
          "relative_change_percent": -7.73250000000001
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1725,
          "estimate": 0.008625,
          "ci95_wilson": [
            0.008229073785319521,
            0.009039801820411357
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04247737556561087,
          "relative_change_percent": -4.6937500000000005
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 554,
          "estimate": 0.00277,
          "ci95_wilson": [
            0.0025490138904465183,
            0.003010086628378337
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024659125188536975,
          "relative_change_percent": -8.174500000000007
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1673,
          "estimate": 0.008365,
          "ci95_wilson": [
            0.00797517956879652,
            0.008773706024535453
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06847737556561102,
          "relative_change_percent": -7.566750000000018
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 848,
          "estimate": 0.00424,
          "ci95_wilson": [
            0.0039645961798733635,
            0.004534447870591433
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.028488687782805486,
          "relative_change_percent": -6.296000000000012
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 544,
          "estimate": 0.00272,
          "ci95_wilson": [
            0.0025010956183796357,
            0.0029580068211377394
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029659125188536944,
          "relative_change_percent": -9.831999999999997
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1621,
          "estimate": 0.008105,
          "ci95_wilson": [
            0.007721383334161831,
            0.008507512246771242
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.094477375565611,
          "relative_change_percent": -10.439750000000014
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 560,
          "estimate": 0.0028,
          "ci95_wilson": [
            0.002577773919396279,
            0.0030413254470130647
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02165912518853697,
          "relative_change_percent": -7.180000000000005
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1653,
          "estimate": 0.008265,
          "ci95_wilson": [
            0.007877553787752647,
            0.008671335646964366
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07847737556561096,
          "relative_change_percent": -8.67175000000001
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1676,
          "estimate": 0.00838,
          "ci95_wilson": [
            0.007989824692059595,
            0.008789060325064624
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06697737556561091,
          "relative_change_percent": -7.401000000000005
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 802,
          "estimate": 0.00401,
          "ci95_wilson": [
            0.0037423952936400263,
            0.004296657592010356
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.051488687782805506,
          "relative_change_percent": -11.379000000000016
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 545,
          "estimate": 0.002725,
          "ci95_wilson": [
            0.002505886584093642,
            0.0029632156633544807
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029159125188536965,
          "relative_change_percent": -9.666250000000003
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1670,
          "estimate": 0.00835,
          "ci95_wilson": [
            0.007960534771559545,
            0.008758351397980186
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06997737556561096,
          "relative_change_percent": -7.73250000000001
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1695,
          "estimate": 0.008475,
          "ci95_wilson": [
            0.008082584654840111,
            0.008886296712968323
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05747737556561095,
          "relative_change_percent": -6.351250000000009
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 859,
          "estimate": 0.004295,
          "ci95_wilson": [
            0.004017763088556096,
            0.00459127884914693
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.02298868778280545,
          "relative_change_percent": -5.080500000000004
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1691,
          "estimate": 0.008455,
          "ci95_wilson": [
            0.008063055168552664,
            0.008865826967532776
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05947737556561087,
          "relative_change_percent": -6.57225
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 842,
          "estimate": 0.00421,
          "ci95_wilson": [
            0.003935601116647183,
            0.0045034440862331245
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03148868778280545,
          "relative_change_percent": -6.959000000000003
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.21296873086609058,
        "accepted_deals": 200000,
        "attempted_deals": 939105,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.15637,
            "second_half_estimate": 0.15646,
            "absolute_difference": 8.999999999997899e-05,
            "difference_z_score": 0.05540180202406101
          },
          "any_pair": {
            "first_half_estimate": 0.05837,
            "second_half_estimate": 0.05894,
            "absolute_difference": 0.0005700000000000011,
            "difference_z_score": 0.5424169441087183
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02452,
            "second_half_estimate": 0.02396,
            "absolute_difference": 0.0005600000000000015,
            "difference_z_score": 0.8142090696976327
          },
          "ace_king": {
            "first_half_estimate": 0.01303,
            "second_half_estimate": 0.01343,
            "absolute_difference": 0.0003999999999999993,
            "difference_z_score": 0.7828125290225562
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.15404,
            "second_half_estimate": 0.15358,
            "absolute_difference": 0.00046000000000001595,
            "difference_z_score": 0.2851127845759303
          }
        },
        "maximum_split_half_z_score": 0.8142090696976327
      }
    },
    {
      "model": "pair_suited_gradient",
      "table_size": 8,
      "observed_folds_before_button": 5,
      "accepted_deals": 200000,
      "attempted_deals": 2720193,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026111214,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 32817,
          "estimate": 0.164085,
          "monte_carlo_standard_error": 0.0008281337838024724,
          "ci95": [
            0.16246834226795848,
            0.16571456152059222
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.014763733031674192,
          "absolute_change_percentage_points": 1.4763733031674193,
          "relative_change_percent": 9.88722727272726,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 67.73354664803236
          }
        },
        "any_pair": {
          "successes": 11908,
          "estimate": 0.05954,
          "monte_carlo_standard_error": 0.0005291265840987391,
          "ci95": [
            0.05851136628820726,
            0.06058555347633149
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 0.0007164705882352976,
          "absolute_change_percentage_points": 0.07164705882352976,
          "relative_change_percent": 1.218000000000006,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 5163,
          "estimate": 0.025815,
          "monte_carlo_standard_error": 0.0003546024941748154,
          "ci95": [
            0.025129046520051528,
            0.026519168751591302
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0031905656108597302,
          "absolute_change_percentage_points": 0.319056561085973,
          "relative_change_percent": 14.102300000000008,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 313.4240513958714
          }
        },
        "ace_king": {
          "successes": 2873,
          "estimate": 0.014365,
          "monte_carlo_standard_error": 0.0002660699792817672,
          "ci95": [
            0.013852761573968373,
            0.014895893536261315
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.0022986349924585207,
          "absolute_change_percentage_points": 0.22986349924585206,
          "relative_change_percent": 19.049937499999988,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 435.0407973779444
          }
        },
        "both_cards_ten_plus": {
          "successes": 32510,
          "estimate": 0.16255,
          "monte_carlo_standard_error": 0.0008250075681471049,
          "ci95": [
            0.16093949879533984,
            0.16417346395847118
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.019261915535444957,
          "absolute_change_percentage_points": 1.9261915535444958,
          "relative_change_percent": 13.442789473684218,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 51.91591657433253
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07156059523808833,
          "monte_carlo_standard_error": 4.38640850399278e-05,
          "ci95": [
            0.07147462321119527,
            0.07164656726498139
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.5362481684988596,
          "relative_change_percent": -6.971226190485174
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07182928571427877,
          "monte_carlo_standard_error": 4.3793026595965216e-05,
          "ci95": [
            0.07174345295937667,
            0.07191511846918086
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.509379120879816,
          "relative_change_percent": -6.621928571437607
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07234238095237393,
          "monte_carlo_standard_error": 4.346983696673811e-05,
          "ci95": [
            0.07225718163750529,
            0.07242758026724257
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.4580695970703,
          "relative_change_percent": -5.954904761913899
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07307595238094523,
          "monte_carlo_standard_error": 4.3170679543251736e-05,
          "ci95": [
            0.07299133940385234,
            0.07316056535803812
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.3847124542131694,
          "relative_change_percent": -5.001261904771202
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07403559523808795,
          "monte_carlo_standard_error": 4.24440749433064e-05,
          "ci95": [
            0.07395240637984195,
            0.07411878409633395
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.28874816849889795,
          "relative_change_percent": -3.7537261904856734
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07505261904761157,
          "monte_carlo_standard_error": 4.181555711997952e-05,
          "ci95": [
            0.07497066206166293,
            0.0751345760335602
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.1870457875465359,
          "relative_change_percent": -2.4315952381049666
        },
        "8": {
          "expected_share_of_remaining_cards": 0.0763483333333256,
          "monte_carlo_standard_error": 4.055968087506803e-05,
          "ci95": [
            0.07626883781958602,
            0.07642782884706517
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.057474358975133366,
          "relative_change_percent": -0.7471666666767337
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07764190476189681,
          "monte_carlo_standard_error": 3.951601446777973e-05,
          "ci95": [
            0.0775644547967274,
            0.07771935472706622
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.07188278388198799,
          "relative_change_percent": 0.9344761904658438
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07893130952380133,
          "monte_carlo_standard_error": 3.832594308668651e-05,
          "ci95": [
            0.07885619205567788,
            0.07900642699192477
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.20082326007243995,
          "relative_change_percent": 2.6107023809417194
        },
        "J": {
          "expected_share_of_remaining_cards": 0.08016833333332492,
          "monte_carlo_standard_error": 3.717611655976821e-05,
          "ci95": [
            0.08009546948378271,
            0.08024119718286712
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.324525641024799,
          "relative_change_percent": 4.2188333333223875
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.08151880952380083,
          "monte_carlo_standard_error": 3.596319284657573e-05,
          "ci95": [
            0.08144832296105248,
            0.08158929608654919
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.45957326007239063,
          "relative_change_percent": 5.974452380941078
        },
        "K": {
          "expected_share_of_remaining_cards": 0.0829734523809434,
          "monte_carlo_standard_error": 3.431974231090332e-05,
          "ci95": [
            0.08290618692205534,
            0.08304071783983147
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.6050375457866477,
          "relative_change_percent": 7.86548809522642
        },
        "A": {
          "expected_share_of_remaining_cards": 0.08452142857141924,
          "monte_carlo_standard_error": 3.266081231863149e-05,
          "ci95": [
            0.0844574145555689,
            0.08458544258726958
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.7598351648342314,
          "relative_change_percent": 9.877857142845007
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1130,
          "estimate": 0.00565,
          "ci95_wilson": [
            0.005330867269332115,
            0.005988122617603644
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.11251131221719449,
          "relative_change_percent": 24.86499999999998
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 643,
          "estimate": 0.003215,
          "ci95_wilson": [
            0.0029762620682576625,
            0.0034728213564037733
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01984087481146303,
          "relative_change_percent": 6.577249999999994
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2230,
          "estimate": 0.01115,
          "ci95_wilson": [
            0.010699109475306811,
            0.011619669135451855
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.21002262443438907,
          "relative_change_percent": 23.20749999999999
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 675,
          "estimate": 0.003375,
          "ci95_wilson": [
            0.003130185382365996,
            0.0036388918960793795
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03584087481146303,
          "relative_change_percent": 11.881249999999994
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2120,
          "estimate": 0.0106,
          "ci95_wilson": [
            0.01016048598608286,
            0.011058313752293514
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.15502262443438908,
          "relative_change_percent": 17.129999999999992
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 697,
          "estimate": 0.003485,
          "ci95_wilson": [
            0.003236091547408272,
            0.003752981505513561
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04684087481146301,
          "relative_change_percent": 15.527749999999989
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2099,
          "estimate": 0.010495,
          "ci95_wilson": [
            0.010057692217252516,
            0.010951111554578149
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.14452262443438915,
          "relative_change_percent": 15.96975
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 697,
          "estimate": 0.003485,
          "ci95_wilson": [
            0.003236091547408272,
            0.003752981505513561
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04684087481146301,
          "relative_change_percent": 15.527749999999989
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2055,
          "estimate": 0.010275,
          "ci95_wilson": [
            0.009842351987905845,
            0.010726460234971901
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.122522624434389,
          "relative_change_percent": 13.538749999999983
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 700,
          "estimate": 0.0035,
          "ci95_wilson": [
            0.0032505383750939345,
            0.003768534101620143
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04834087481146304,
          "relative_change_percent": 16.025
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1996,
          "estimate": 0.00998,
          "ci95_wilson": [
            0.009553681726275878,
            0.010425141828687732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.093022624434389,
          "relative_change_percent": 10.278999999999984
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 659,
          "estimate": 0.003295,
          "ci95_wilson": [
            0.003053205133672971,
            0.003555875217880435
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02784087481146305,
          "relative_change_percent": 9.22925
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1990,
          "estimate": 0.00995,
          "ci95_wilson": [
            0.009524330793019162,
            0.01039449391435996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0900226244343891,
          "relative_change_percent": 9.947499999999994
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2008,
          "estimate": 0.01004,
          "ci95_wilson": [
            0.009612386598283352,
            0.010486434651849235
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09902262443438908,
          "relative_change_percent": 10.941999999999993
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 651,
          "estimate": 0.003255,
          "ci95_wilson": [
            0.003014728868173352,
            0.0035143530199340687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02384087481146304,
          "relative_change_percent": 7.903249999999997
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1839,
          "estimate": 0.009195,
          "ci95_wilson": [
            0.008786010035074168,
            0.00962284367476199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014522624434389064,
          "relative_change_percent": 1.6047499999999915
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1902,
          "estimate": 0.00951,
          "ci95_wilson": [
            0.009093968652447144,
            0.009944872957026145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.046022624434388995,
          "relative_change_percent": 5.085499999999984
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1933,
          "estimate": 0.009665,
          "ci95_wilson": [
            0.009245547840574193,
            0.010103287814752285
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06152262443438906,
          "relative_change_percent": 6.798249999999991
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1847,
          "estimate": 0.009235,
          "ci95_wilson": [
            0.008825109096398158,
            0.009663743076883988
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018522624434389075,
          "relative_change_percent": 2.0467499999999927
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1068,
          "estimate": 0.00534,
          "ci95_wilson": [
            0.005029958176564259,
            0.005669043618665118
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.08151131221719454,
          "relative_change_percent": 18.013999999999992
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 684,
          "estimate": 0.00342,
          "ci95_wilson": [
            0.0031735026182984163,
            0.0036855729315236918
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04034087481146302,
          "relative_change_percent": 13.37299999999999
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2050,
          "estimate": 0.01025,
          "ci95_wilson": [
            0.009817884746637561,
            0.010700928436586448
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1200226244343891,
          "relative_change_percent": 13.262499999999994
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 723,
          "estimate": 0.003615,
          "ci95_wilson": [
            0.003361336514634973,
            0.0038877315444863112
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05984087481146305,
          "relative_change_percent": 19.83725
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2017,
          "estimate": 0.010085,
          "ci95_wilson": [
            0.009656417864618622,
            0.0105324016568907
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.10352262443438909,
          "relative_change_percent": 11.439249999999992
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 666,
          "estimate": 0.00333,
          "ci95_wilson": [
            0.0030868794961350465,
            0.003592199510933596
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03134087481146304,
          "relative_change_percent": 10.389499999999998
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2031,
          "estimate": 0.010155,
          "ci95_wilson": [
            0.009724915358108783,
            0.01060390147443101
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.11052262443438915,
          "relative_change_percent": 12.21275
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 649,
          "estimate": 0.003245,
          "ci95_wilson": [
            0.0030051112739994225,
            0.0035039709982465023
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02284087481146304,
          "relative_change_percent": 7.571749999999997
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1918,
          "estimate": 0.00959,
          "ci95_wilson": [
            0.00917219952288459,
            0.010026639013480667
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.054022624434389016,
          "relative_change_percent": 5.969499999999986
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 662,
          "estimate": 0.00331,
          "ci95_wilson": [
            0.0030676361385066253,
            0.0035714436368390243
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.029340874811463035,
          "relative_change_percent": 9.726499999999996
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1881,
          "estimate": 0.009405,
          "ci95_wilson": [
            0.008991302281736425,
            0.009837543361191154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035522624434389076,
          "relative_change_percent": 3.9252499999999926
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1965,
          "estimate": 0.009825,
          "ci95_wilson": [
            0.009402046137393705,
            0.010266783371716715
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07752262443438909,
          "relative_change_percent": 8.566249999999995
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1908,
          "estimate": 0.00954,
          "ci95_wilson": [
            0.009123304335807922,
            0.009975536121249854
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049022624434389046,
          "relative_change_percent": 5.416999999999989
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1896,
          "estimate": 0.00948,
          "ci95_wilson": [
            0.009064634046888462,
            0.00991420871500034
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04302262443438912,
          "relative_change_percent": 4.753999999999997
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 645,
          "estimate": 0.003225,
          "ci95_wilson": [
            0.0029858778712862637,
            0.003483205169236668
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020840874811463034,
          "relative_change_percent": 6.908749999999996
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1884,
          "estimate": 0.00942,
          "ci95_wilson": [
            0.009005968089491258,
            0.009852876977228565
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.037022624434389015,
          "relative_change_percent": 4.090999999999986
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1040,
          "estimate": 0.0052,
          "ci95_wilson": [
            0.004894151443907262,
            0.005524855729261168
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0675113122171945,
          "relative_change_percent": 14.919999999999984
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 688,
          "estimate": 0.00344,
          "ci95_wilson": [
            0.0031927583078864546,
            0.0037063164736586456
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04234087481146302,
          "relative_change_percent": 14.03599999999999
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2076,
          "estimate": 0.01038,
          "ci95_wilson": [
            0.009945121659943806,
            0.010833686529479653
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1330226244343891,
          "relative_change_percent": 14.698999999999993
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1944,
          "estimate": 0.00972,
          "ci95_wilson": [
            0.009299340790935558,
            0.010159492751629149
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.067022624434389,
          "relative_change_percent": 7.405999999999984
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 666,
          "estimate": 0.00333,
          "ci95_wilson": [
            0.0030868794961350465,
            0.003592199510933596
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03134087481146304,
          "relative_change_percent": 10.389499999999998
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1941,
          "estimate": 0.009705,
          "ci95_wilson": [
            0.00928466963724466,
            0.010144164481527806
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06552262443438907,
          "relative_change_percent": 7.240249999999992
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1983,
          "estimate": 0.009915,
          "ci95_wilson": [
            0.009490089311631358,
            0.010358736740232527
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08652262443438907,
          "relative_change_percent": 9.560749999999992
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 612,
          "estimate": 0.00306,
          "ci95_wilson": [
            0.0028272959614120815,
            0.003311793417396163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004340874811463013,
          "relative_change_percent": 1.4389999999999887
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1864,
          "estimate": 0.00932,
          "ci95_wilson": [
            0.008908201231176312,
            0.009750647676928549
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027022624434389075,
          "relative_change_percent": 2.9859999999999927
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1820,
          "estimate": 0.0091,
          "ci95_wilson": [
            0.008693157861770717,
            0.009525699497381229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005022624434389104,
          "relative_change_percent": 0.5549999999999959
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1929,
          "estimate": 0.009645,
          "ci95_wilson": [
            0.00922598764301363,
            0.010082848780589859
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05952262443438914,
          "relative_change_percent": 6.577249999999999
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1828,
          "estimate": 0.00914,
          "ci95_wilson": [
            0.008732252117533113,
            0.009566603705064817
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009022624434389115,
          "relative_change_percent": 0.9969999999999971
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1741,
          "estimate": 0.008705,
          "ci95_wilson": [
            0.008307214111641406,
            0.009121658420981437
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03447737556561102,
          "relative_change_percent": -3.8097500000000175
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 985,
          "estimate": 0.004925,
          "ci95_wilson": [
            0.004627558303791523,
            0.005241459433185761
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0400113122171945,
          "relative_change_percent": 8.842499999999983
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 641,
          "estimate": 0.003205,
          "ci95_wilson": [
            0.0029666468678237767,
            0.003462436940976163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01884087481146303,
          "relative_change_percent": 6.245749999999994
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1997,
          "estimate": 0.009985,
          "ci95_wilson": [
            0.009558573646150969,
            0.010430249716743391
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09352262443438913,
          "relative_change_percent": 10.334249999999999
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1939,
          "estimate": 0.009695,
          "ci95_wilson": [
            0.009274889013330909,
            0.01013394548958006
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06452262443438911,
          "relative_change_percent": 7.129749999999996
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1841,
          "estimate": 0.009205,
          "ci95_wilson": [
            0.008795784612064653,
            0.009633068713633001
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015522624434389024,
          "relative_change_percent": 1.7152499999999868
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1850,
          "estimate": 0.00925,
          "ci95_wilson": [
            0.008839771761081637,
            0.00967907983599275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.020022624434389014,
          "relative_change_percent": 2.2124999999999857
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 547,
          "estimate": 0.002735,
          "ci95_wilson": [
            0.002515469093506817,
            0.0029736327698028017
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028159125188536964,
          "relative_change_percent": -9.334750000000003
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1792,
          "estimate": 0.00896,
          "ci95_wilson": [
            0.00855634416499963,
            0.009382518572091365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008977375565611019,
          "relative_change_percent": -0.9920000000000175
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1773,
          "estimate": 0.008865,
          "ci95_wilson": [
            0.008463520868262204,
            0.00928534551814458
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01847737556561098,
          "relative_change_percent": -2.041750000000013
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1731,
          "estimate": 0.008655,
          "ci95_wilson": [
            0.00825837537578922,
            0.009070499077526146
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03947737556561099,
          "relative_change_percent": -4.362250000000014
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 940,
          "estimate": 0.0047,
          "ci95_wilson": [
            0.0044096152604068475,
            0.005009411119686773
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.017511312217194548,
          "relative_change_percent": 3.8699999999999948
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1922,
          "estimate": 0.00961,
          "ci95_wilson": [
            0.009191758426928208,
            0.010047079341160043
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05602262443438911,
          "relative_change_percent": 6.190499999999996
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1891,
          "estimate": 0.009455,
          "ci95_wilson": [
            0.00904018936923269,
            0.00988865435300237
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.040522624434389046,
          "relative_change_percent": 4.477749999999989
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 646,
          "estimate": 0.00323,
          "ci95_wilson": [
            0.0029906859979016726,
            0.003488396850552007
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.021340874811463014,
          "relative_change_percent": 7.074499999999989
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 648,
          "estimate": 0.00324,
          "ci95_wilson": [
            0.0030003026996026612,
            0.003498779764712515
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02234087481146302,
          "relative_change_percent": 7.40599999999999
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1882,
          "estimate": 0.00941,
          "ci95_wilson": [
            0.00899619085391685,
            0.009842654596941476
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036022624434389056,
          "relative_change_percent": 3.9804999999999904
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1734,
          "estimate": 0.00867,
          "ci95_wilson": [
            0.008273026636308432,
            0.009085847240799177
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03797737556561088,
          "relative_change_percent": -4.196500000000002
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1801,
          "estimate": 0.009005,
          "ci95_wilson": [
            0.008600317227815589,
            0.009428543780652145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0044773755656108555,
          "relative_change_percent": -0.49474999999999947
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 937,
          "estimate": 0.004685,
          "ci95_wilson": [
            0.004395091746038554,
            0.0049939352102628225
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.016011312217194523,
          "relative_change_percent": 3.5384999999999893
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1737,
          "estimate": 0.008685,
          "ci95_wilson": [
            0.008287678205954085,
            0.009101195094945768
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03647737556561094,
          "relative_change_percent": -4.030750000000008
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1807,
          "estimate": 0.009035,
          "ci95_wilson": [
            0.008629634065213868,
            0.009459225790838353
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0014773755656109777,
          "relative_change_percent": -0.16325000000001302
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1720,
          "estimate": 0.0086,
          "ci95_wilson": [
            0.00820465674487612,
            0.009014219821201014
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04497737556561094,
          "relative_change_percent": -4.970000000000009
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1699,
          "estimate": 0.008495,
          "ci95_wilson": [
            0.008102114709583262,
            0.008906765889948166
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05547737556561086,
          "relative_change_percent": -6.130249999999999
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1629,
          "estimate": 0.008145,
          "ci95_wilson": [
            0.007760422346820198,
            0.008548471697558858
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.090477375565611,
          "relative_change_percent": -9.997750000000014
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1665,
          "estimate": 0.008325,
          "ci95_wilson": [
            0.007936127503034436,
            0.008732759626851555
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07247737556561086,
          "relative_change_percent": -8.00875
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 861,
          "estimate": 0.004305,
          "ci95_wilson": [
            0.004027431077018364,
            0.0046016104765461575
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.02198868778280549,
          "relative_change_percent": -4.859500000000013
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 546,
          "estimate": 0.00273,
          "ci95_wilson": [
            0.0025106777426450876,
            0.0029684243127337828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028659125188536985,
          "relative_change_percent": -9.50050000000001
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 533,
          "estimate": 0.002665,
          "ci95_wilson": [
            0.002448407876015165,
            0.0029006966762639796
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.035159125188536984,
          "relative_change_percent": -11.65525000000001
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1748,
          "estimate": 0.00874,
          "ci95_wilson": [
            0.008341403259956973,
            0.009157467928181107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03097737556561099,
          "relative_change_percent": -3.4230000000000143
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1722,
          "estimate": 0.00861,
          "ci95_wilson": [
            0.008214423456972389,
            0.009024452724966242
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04397737556561098,
          "relative_change_percent": -4.859500000000013
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 535,
          "estimate": 0.002675,
          "ci95_wilson": [
            0.002457985692828445,
            0.0029111184753121966
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.034159125188536976,
          "relative_change_percent": -11.323750000000008
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1660,
          "estimate": 0.0083,
          "ci95_wilson": [
            0.007911721146614936,
            0.008707166943617315
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07497737556561093,
          "relative_change_percent": -8.285000000000007
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 553,
          "estimate": 0.002765,
          "ci95_wilson": [
            0.0025442212079732508,
            0.003004879502920857
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.025159125188536954,
          "relative_change_percent": -8.34025
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1637,
          "estimate": 0.008185,
          "ci95_wilson": [
            0.007799463771606384,
            0.00858942873621866
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08647737556561098,
          "relative_change_percent": -9.555750000000012
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 486,
          "estimate": 0.00243,
          "ci95_wilson": [
            0.002223568953371539,
            0.0026555446261624454
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.05865912518853698,
          "relative_change_percent": -19.445500000000006
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1567,
          "estimate": 0.007835,
          "ci95_wilson": [
            0.007457934467348407,
            0.008230971485324269
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.12147737556561095,
          "relative_change_percent": -13.423250000000008
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 905,
          "estimate": 0.004525,
          "ci95_wilson": [
            0.0042402231136205995,
            0.004828809988896838
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 1.131221719456732e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1712,
          "estimate": 0.00856,
          "ci95_wilson": [
            0.008165591289447303,
            0.008973286813183847
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04897737556561095,
          "relative_change_percent": -5.41200000000001
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1588,
          "estimate": 0.00794,
          "ci95_wilson": [
            0.00756037329006177,
            0.008338528629156615
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11097737556561102,
          "relative_change_percent": -12.263000000000016
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 547,
          "estimate": 0.002735,
          "ci95_wilson": [
            0.002515469093506817,
            0.0029736327698028017
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028159125188536964,
          "relative_change_percent": -9.334750000000003
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1683,
          "estimate": 0.008415,
          "ci95_wilson": [
            0.00802399790935586,
            0.008824885763283597
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06347737556561088,
          "relative_change_percent": -7.014250000000001
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 527,
          "estimate": 0.002635,
          "ci95_wilson": [
            0.0024196792281457693,
            0.002869426476548888
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.038159125188536945,
          "relative_change_percent": -12.649749999999997
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1651,
          "estimate": 0.008255,
          "ci95_wilson": [
            0.00786779201663148,
            0.008661097802224037
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07947737556561092,
          "relative_change_percent": -8.782250000000007
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1707,
          "estimate": 0.008535,
          "ci95_wilson": [
            0.00814117651649614,
            0.00894770254648127
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05147737556561102,
          "relative_change_percent": -5.688250000000018
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 833,
          "estimate": 0.004165,
          "ci95_wilson": [
            0.0038921153338484274,
            0.0044569315976551475
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03598868778280544,
          "relative_change_percent": -7.953500000000001
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 542,
          "estimate": 0.00271,
          "ci95_wilson": [
            0.0024915142675846686,
            0.0029475885560712096
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03065912518853695,
          "relative_change_percent": -10.163499999999997
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1591,
          "estimate": 0.007955,
          "ci95_wilson": [
            0.007575008824804762,
            0.00835389251820587
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10947737556561091,
          "relative_change_percent": -12.097250000000004
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 540,
          "estimate": 0.0027,
          "ci95_wilson": [
            0.002481933694526077,
            0.0029371695132683054
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03165912518853695,
          "relative_change_percent": -10.495
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1651,
          "estimate": 0.008255,
          "ci95_wilson": [
            0.00786779201663148,
            0.008661097802224037
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07947737556561092,
          "relative_change_percent": -8.782250000000007
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 489,
          "estimate": 0.002445,
          "ci95_wilson": [
            0.0022379060012352892,
            0.0026712070020909404
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.057159125188536955,
          "relative_change_percent": -18.948249999999998
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1647,
          "estimate": 0.008235,
          "ci95_wilson": [
            0.007848268917995694,
            0.008640621669136829
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08147737556561102,
          "relative_change_percent": -9.003250000000017
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1589,
          "estimate": 0.007945,
          "ci95_wilson": [
            0.007565251762546389,
            0.008343649964602746
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11047737556561088,
          "relative_change_percent": -12.20775
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 817,
          "estimate": 0.004085,
          "ci95_wilson": [
            0.0038148278360893057,
            0.004374222168522299
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.04398868778280546,
          "relative_change_percent": -9.721500000000006
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 503,
          "estimate": 0.002515,
          "ci95_wilson": [
            0.0023048389088961728,
            0.0027442714054605293
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.05015912518853698,
          "relative_change_percent": -16.627750000000006
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1578,
          "estimate": 0.00789,
          "ci95_wilson": [
            0.00751159072427389,
            0.008287313115637013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.115977375565611,
          "relative_change_percent": -12.815500000000014
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 550,
          "estimate": 0.00275,
          "ci95_wilson": [
            0.0025298442947180983,
            0.002989256992383764
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.026659125188536983,
          "relative_change_percent": -8.83750000000001
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1549,
          "estimate": 0.007745,
          "ci95_wilson": [
            0.007370143764238585,
            0.008138765645680626
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.13047737556561093,
          "relative_change_percent": -14.417750000000005
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1506,
          "estimate": 0.00753,
          "ci95_wilson": [
            0.007160475238116992,
            0.007918442430780053
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.15197737556561092,
          "relative_change_percent": -16.793500000000005
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 817,
          "estimate": 0.004085,
          "ci95_wilson": [
            0.0038148278360893057,
            0.004374222168522299
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.04398868778280546,
          "relative_change_percent": -9.721500000000006
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 508,
          "estimate": 0.00254,
          "ci95_wilson": [
            0.0023287539377905256,
            0.002770355416219918
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.04765912518853695,
          "relative_change_percent": -15.798999999999998
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1577,
          "estimate": 0.007885,
          "ci95_wilson": [
            0.00750671268441378,
            0.008282191347566378
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11647737556561097,
          "relative_change_percent": -12.870750000000012
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1591,
          "estimate": 0.007955,
          "ci95_wilson": [
            0.007575008824804762,
            0.00835389251820587
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10947737556561091,
          "relative_change_percent": -12.097250000000004
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 807,
          "estimate": 0.004035,
          "ci95_wilson": [
            0.003766536799487078,
            0.004322515125817047
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.048988687782805435,
          "relative_change_percent": -10.8265
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 489,
          "estimate": 0.002445,
          "ci95_wilson": [
            0.0022379060012352892,
            0.0026712070020909404
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.057159125188536955,
          "relative_change_percent": -18.948249999999998
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1519,
          "estimate": 0.007595,
          "ci95_wilson": [
            0.007223855287002147,
            0.007985059884994622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.1454773755656109,
          "relative_change_percent": -16.075250000000004
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 768,
          "estimate": 0.00384,
          "ci95_wilson": [
            0.0035783062015918056,
            0.004120753214413142
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.06848868778280547,
          "relative_change_percent": -15.136000000000006
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.07352419479059023,
        "accepted_deals": 200000,
        "attempted_deals": 2720193,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.16186,
            "second_half_estimate": 0.16631,
            "absolute_difference": 0.0044500000000000095,
            "difference_z_score": 2.6868124433859975
          },
          "any_pair": {
            "first_half_estimate": 0.05981,
            "second_half_estimate": 0.05927,
            "absolute_difference": 0.0005399999999999988,
            "difference_z_score": 0.5102752042157597
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.0259,
            "second_half_estimate": 0.02573,
            "absolute_difference": 0.00017,
            "difference_z_score": 0.23970506019066412
          },
          "ace_king": {
            "first_half_estimate": 0.01394,
            "second_half_estimate": 0.01479,
            "absolute_difference": 0.0008500000000000001,
            "difference_z_score": 1.597334325664508
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.16229,
            "second_half_estimate": 0.16281,
            "absolute_difference": 0.0005200000000000204,
            "difference_z_score": 0.31514870238232806
          }
        },
        "maximum_split_half_z_score": 2.6868124433859975
      }
    },
    {
      "model": "pair_suited_gradient",
      "table_size": 9,
      "observed_folds_before_button": 6,
      "accepted_deals": 200000,
      "attempted_deals": 4680079,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026111315,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 33306,
          "estimate": 0.16653,
          "monte_carlo_standard_error": 0.0008330598991069009,
          "ci95": [
            0.1649036406518864,
            0.16816916921480013
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.017208733031674195,
          "absolute_change_percentage_points": 1.7208733031674195,
          "relative_change_percent": 11.524636363636352,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 58.11003042231009
          }
        },
        "any_pair": {
          "successes": 11750,
          "estimate": 0.05875,
          "monte_carlo_standard_error": 0.0005258252442589648,
          "ci95": [
            0.05772785156543023,
            0.0597890985460503
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -7.35294117647084e-05,
          "absolute_change_percentage_points": -0.00735294117647084,
          "relative_change_percent": -0.12500000000000427,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 5192,
          "estimate": 0.02596,
          "monte_carlo_standard_error": 0.0003555705162130291,
          "ci95": [
            0.025272146663767252,
            0.026666063037867276
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0033355656108597295,
          "absolute_change_percentage_points": 0.333556561085973,
          "relative_change_percent": 14.743200000000007,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 299.7992294752834
          }
        },
        "ace_king": {
          "successes": 2942,
          "estimate": 0.01471,
          "monte_carlo_standard_error": 0.00026919895895043876,
          "ci95": [
            0.014191623405477591,
            0.015247018451973718
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.0026436349924585222,
          "absolute_change_percentage_points": 0.26436349924585223,
          "relative_change_percent": 21.909125000000003,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 378.26704626496945
          }
        },
        "both_cards_ten_plus": {
          "successes": 32973,
          "estimate": 0.164865,
          "monte_carlo_standard_error": 0.0008297123952762186,
          "ci95": [
            0.16324523337840258,
            0.16649764044734483
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.021576915535444968,
          "absolute_change_percentage_points": 2.1576915535444967,
          "relative_change_percent": 15.058415789473699,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 46.34582725029783
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07030437499999906,
          "monte_carlo_standard_error": 4.8898191269851755e-05,
          "ci95": [
            0.070208536306201,
            0.07040021369379712
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.6618701923077869,
          "relative_change_percent": -8.604312500001228
        },
        "3": {
          "expected_share_of_remaining_cards": 0.070764624999999,
          "monte_carlo_standard_error": 4.867453609537338e-05,
          "ci95": [
            0.07066922466228787,
            0.07086002533771013
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.6158451923077929,
          "relative_change_percent": -8.005987500001307
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07135612499999901,
          "monte_carlo_standard_error": 4.852107296211739e-05,
          "ci95": [
            0.07126102544450201,
            0.071451224555496
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.5566951923077921,
          "relative_change_percent": -7.237037500001296
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07226762499999892,
          "monte_carlo_standard_error": 4.797796649217137e-05,
          "ci95": [
            0.0721735899136228,
            0.07236166008637504
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.4655451923078008,
          "relative_change_percent": -6.052087500001409
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07331599999999901,
          "monte_carlo_standard_error": 4.741855609988583e-05,
          "ci95": [
            0.07322306133784434,
            0.07340893866215367
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.36070769230779204,
          "relative_change_percent": -4.689200000001296
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07458737499999893,
          "monte_carlo_standard_error": 4.6699708054347936e-05,
          "ci95": [
            0.07449584525412387,
            0.07467890474587399
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.23357019230779985,
          "relative_change_percent": -3.036412500001398
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07625999999999902,
          "monte_carlo_standard_error": 4.5600615643667925e-05,
          "ci95": [
            0.07617062443566458,
            0.07634937556433347
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.06630769230779043,
          "relative_change_percent": -0.8620000000012756
        },
        "9": {
          "expected_share_of_remaining_cards": 0.077864124999999,
          "monte_carlo_standard_error": 4.433935210186838e-05,
          "ci95": [
            0.0777772214667815,
            0.07795102853321649
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.09410480769220658,
          "relative_change_percent": 1.2233624999986854
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07933412499999912,
          "monte_carlo_standard_error": 4.3200931807372574e-05,
          "ci95": [
            0.07924945272955809,
            0.07941879727044014
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.24110480769221898,
          "relative_change_percent": 3.1343624999988466
        },
        "J": {
          "expected_share_of_remaining_cards": 0.08090762499999928,
          "monte_carlo_standard_error": 4.215624918140207e-05,
          "ci95": [
            0.08082500026988043,
            0.08099024973011812
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.3984548076922348,
          "relative_change_percent": 5.179912499999052
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.08255087499999951,
          "monte_carlo_standard_error": 4.081254876864917e-05,
          "ci95": [
            0.08247088387429567,
            0.08263086612570335
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.5627798076922583,
          "relative_change_percent": 7.316137499999358
        },
        "K": {
          "expected_share_of_remaining_cards": 0.08435237499999984,
          "monte_carlo_standard_error": 3.9143980323334026e-05,
          "ci95": [
            0.08427565420835456,
            0.08442909579164512
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.7429298076922913,
          "relative_change_percent": 9.658087499999787
        },
        "A": {
          "expected_share_of_remaining_cards": 0.08613475000000025,
          "monte_carlo_standard_error": 3.738733008988786e-05,
          "ci95": [
            0.08606147217954596,
            0.08620802782045453
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.9211673076923319,
          "relative_change_percent": 11.975175000000315
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1081,
          "estimate": 0.005405,
          "ci95_wilson": [
            0.005093030268980795,
            0.005735969029348306
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.08801131221719453,
          "relative_change_percent": 19.45049999999999
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 797,
          "estimate": 0.003985,
          "ci95_wilson": [
            0.003718256495967094,
            0.0042707973500295485
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.09684087481146302,
          "relative_change_percent": 32.102749999999986
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2145,
          "estimate": 0.010725,
          "ci95_wilson": [
            0.010282874161611067,
            0.01118592077503401
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1675226244343891,
          "relative_change_percent": 18.511249999999993
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 725,
          "estimate": 0.003625,
          "ci95_wilson": [
            0.0033709743435033778,
            0.0038980933314794026
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06084087481146305,
          "relative_change_percent": 20.168750000000003
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2202,
          "estimate": 0.01101,
          "ci95_wilson": [
            0.010561977313220252,
            0.011476806675477468
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.19602262443438911,
          "relative_change_percent": 21.660499999999995
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 766,
          "estimate": 0.00383,
          "ci95_wilson": [
            0.003568657978290009,
            0.004110401821853443
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.08134087481146304,
          "relative_change_percent": 26.964499999999997
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2188,
          "estimate": 0.01094,
          "ci95_wilson": [
            0.010493418292974963,
            0.011405368384692282
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.18902262443438905,
          "relative_change_percent": 20.88699999999999
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2126,
          "estimate": 0.01063,
          "ci95_wilson": [
            0.010189857705941437,
            0.011088940880019427
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1580226244343891,
          "relative_change_percent": 17.461499999999994
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 647,
          "estimate": 0.003235,
          "ci95_wilson": [
            0.002995494274122163,
            0.003493588382262266
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02184087481146304,
          "relative_change_percent": 7.240249999999997
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2099,
          "estimate": 0.010495,
          "ci95_wilson": [
            0.010057692217252516,
            0.010951111554578149
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.14452262443438915,
          "relative_change_percent": 15.96975
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 666,
          "estimate": 0.00333,
          "ci95_wilson": [
            0.0030868794961350465,
            0.003592199510933596
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03134087481146304,
          "relative_change_percent": 10.389499999999998
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2028,
          "estimate": 0.01014,
          "ci95_wilson": [
            0.009710236873784153,
            0.010588580534963397
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.10902262443438904,
          "relative_change_percent": 12.046999999999988
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 682,
          "estimate": 0.00341,
          "ci95_wilson": [
            0.0031638755965254267,
            0.0036752003374351844
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03934087481146302,
          "relative_change_percent": 13.04149999999999
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1980,
          "estimate": 0.0099,
          "ci95_wilson": [
            0.009475414812738546,
            0.010343411815333095
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08502262443438914,
          "relative_change_percent": 9.395
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 648,
          "estimate": 0.00324,
          "ci95_wilson": [
            0.0030003026996026612,
            0.003498779764712515
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02234087481146302,
          "relative_change_percent": 7.40599999999999
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1951,
          "estimate": 0.009755,
          "ci95_wilson": [
            0.009333574496275934,
            0.01019525770180401
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07052262443438903,
          "relative_change_percent": 7.792749999999987
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1912,
          "estimate": 0.00956,
          "ci95_wilson": [
            0.009142862054342457,
            0.009995977634438316
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05102262443438914,
          "relative_change_percent": 5.637999999999999
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1859,
          "estimate": 0.009295,
          "ci95_wilson": [
            0.008883761437075921,
            0.0097250884313752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024522624434389004,
          "relative_change_percent": 2.7097499999999846
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1817,
          "estimate": 0.009085,
          "ci95_wilson": [
            0.008678498042548789,
            0.00951035989281091
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.003522624434388992,
          "relative_change_percent": 0.3892499999999836
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1104,
          "estimate": 0.00552,
          "ci95_wilson": [
            0.005204647958713517,
            0.0058543469220227904
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0995113122171945,
          "relative_change_percent": 21.991999999999983
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 729,
          "estimate": 0.003645,
          "ci95_wilson": [
            0.0033902515104138687,
            0.003918815396291903
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06284087481146301,
          "relative_change_percent": 20.83174999999999
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2107,
          "estimate": 0.010535,
          "ci95_wilson": [
            0.010096850412384636,
            0.010991951822892013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.148522624434389,
          "relative_change_percent": 16.41174999999998
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 653,
          "estimate": 0.003265,
          "ci95_wilson": [
            0.0030243470539202816,
            0.0035247344500486354
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.024840874811463045,
          "relative_change_percent": 8.234749999999998
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1991,
          "estimate": 0.009955,
          "ci95_wilson": [
            0.009529222545363505,
            0.010399601969946364
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09052262443438909,
          "relative_change_percent": 10.002749999999994
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 711,
          "estimate": 0.003555,
          "ci95_wilson": [
            0.0033035202376789055,
            0.0038255501262734006
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05384087481146303,
          "relative_change_percent": 17.848249999999993
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2050,
          "estimate": 0.01025,
          "ci95_wilson": [
            0.009817884746637561,
            0.010700928436586448
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1200226244343891,
          "relative_change_percent": 13.262499999999994
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 675,
          "estimate": 0.003375,
          "ci95_wilson": [
            0.003130185382365996,
            0.0036388918960793795
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03584087481146303,
          "relative_change_percent": 11.881249999999994
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2050,
          "estimate": 0.01025,
          "ci95_wilson": [
            0.009817884746637561,
            0.010700928436586448
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1200226244343891,
          "relative_change_percent": 13.262499999999994
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 656,
          "estimate": 0.00328,
          "ci95_wilson": [
            0.0030387754358331435,
            0.003540305491928018
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02634087481146303,
          "relative_change_percent": 8.731999999999994
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1941,
          "estimate": 0.009705,
          "ci95_wilson": [
            0.00928466963724466,
            0.010144164481527806
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06552262443438907,
          "relative_change_percent": 7.240249999999992
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 654,
          "estimate": 0.00327,
          "ci95_wilson": [
            0.0030291563677881665,
            0.003529924944111498
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.025340874811463025,
          "relative_change_percent": 8.400499999999992
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1989,
          "estimate": 0.009945,
          "ci95_wilson": [
            0.009519439068669491,
            0.010389385830778884
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08952262443438913,
          "relative_change_percent": 9.892249999999999
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1941,
          "estimate": 0.009705,
          "ci95_wilson": [
            0.00928466963724466,
            0.010144164481527806
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06552262443438907,
          "relative_change_percent": 7.240249999999992
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 665,
          "estimate": 0.003325,
          "ci95_wilson": [
            0.0030820684415018527,
            0.0035870107576360414
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03084087481146302,
          "relative_change_percent": 10.22374999999999
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1825,
          "estimate": 0.009125,
          "ci95_wilson": [
            0.008717591532738116,
            0.00955126486606757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0075226244343890025,
          "relative_change_percent": 0.8312499999999847
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1882,
          "estimate": 0.00941,
          "ci95_wilson": [
            0.00899619085391685,
            0.009842654596941476
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036022624434389056,
          "relative_change_percent": 3.9804999999999904
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1875,
          "estimate": 0.009375,
          "ci95_wilson": [
            0.008961971488663604,
            0.009806875306679485
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032522624434389025,
          "relative_change_percent": 3.593749999999987
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1044,
          "estimate": 0.00522,
          "ci95_wilson": [
            0.0049135489298518685,
            0.005545457475039554
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0695113122171945,
          "relative_change_percent": 15.361999999999984
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 681,
          "estimate": 0.003405,
          "ci95_wilson": [
            0.0031590622924444313,
            0.003670013833585432
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03884087481146304,
          "relative_change_percent": 12.875749999999996
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1908,
          "estimate": 0.00954,
          "ci95_wilson": [
            0.009123304335807922,
            0.009975536121249854
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049022624434389046,
          "relative_change_percent": 5.416999999999989
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2034,
          "estimate": 0.01017,
          "ci95_wilson": [
            0.009739594086874442,
            0.010619222169457595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.11202262443438908,
          "relative_change_percent": 12.378499999999992
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1913,
          "estimate": 0.009565,
          "ci95_wilson": [
            0.009147751558300478,
            0.010001087938411042
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05152262443438912,
          "relative_change_percent": 5.693249999999997
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1925,
          "estimate": 0.009625,
          "ci95_wilson": [
            0.009206427914554297,
            0.010062409277326198
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05752262443438905,
          "relative_change_percent": 6.3562499999999895
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 657,
          "estimate": 0.003285,
          "ci95_wilson": [
            0.0030435851893422148,
            0.003545495546349695
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02684087481146305,
          "relative_change_percent": 8.89775
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1895,
          "estimate": 0.009475,
          "ci95_wilson": [
            0.009059745051103631,
            0.009909097902854424
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04252262443438914,
          "relative_change_percent": 4.6987499999999995
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1876,
          "estimate": 0.00938,
          "ci95_wilson": [
            0.008966859877863564,
            0.009811986725410275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033022624434389004,
          "relative_change_percent": 3.6489999999999845
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1728,
          "estimate": 0.00864,
          "ci95_wilson": [
            0.008243724425192934,
            0.009055150604330188
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04097737556561093,
          "relative_change_percent": -4.528000000000008
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 635,
          "estimate": 0.003175,
          "ci95_wilson": [
            0.002937804910291707,
            0.0034312800509237436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01584087481146302,
          "relative_change_percent": 5.251249999999991
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 999,
          "estimate": 0.004995,
          "ci95_wilson": [
            0.004695396263977482,
            0.0053136187840302765
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04701131221719456,
          "relative_change_percent": 10.389499999999996
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 695,
          "estimate": 0.003475,
          "ci95_wilson": [
            0.0032264609962876552,
            0.0037426124407726816
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04584087481146301,
          "relative_change_percent": 15.196249999999988
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2008,
          "estimate": 0.01004,
          "ci95_wilson": [
            0.009612386598283352,
            0.010486434651849235
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09902262443438908,
          "relative_change_percent": 10.941999999999993
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2013,
          "estimate": 0.010065,
          "ci95_wilson": [
            0.009636848137633238,
            0.01051197215215309
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.10152262443438899,
          "relative_change_percent": 11.218249999999982
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1919,
          "estimate": 0.009595,
          "ci95_wilson": [
            0.009177089204599469,
            0.010031749139696539
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.054522624434388996,
          "relative_change_percent": 6.024749999999983
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1871,
          "estimate": 0.009355,
          "ci95_wilson": [
            0.008942418237919037,
            0.009786429325701061
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030522624434389106,
          "relative_change_percent": 3.372749999999996
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1760,
          "estimate": 0.0088,
          "ci95_wilson": [
            0.00840001709214551,
            0.009218851791161553
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024977375565610888,
          "relative_change_percent": -2.760000000000003
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1810,
          "estimate": 0.00905,
          "ci95_wilson": [
            0.008644292920404598,
            0.009474566359439867
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 2.262443438913464e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1737,
          "estimate": 0.008685,
          "ci95_wilson": [
            0.008287678205954085,
            0.009101195094945768
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03647737556561094,
          "relative_change_percent": -4.030750000000008
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1663,
          "estimate": 0.008315,
          "ci95_wilson": [
            0.007926364850785775,
            0.008722522663238719
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07347737556561099,
          "relative_change_percent": -8.119250000000013
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 964,
          "estimate": 0.00482,
          "ci95_wilson": [
            0.004525830768338556,
            0.005133191002093019
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.029511312217194493,
          "relative_change_percent": 6.5219999999999825
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1835,
          "estimate": 0.009175,
          "ci95_wilson": [
            0.00876646125899196,
            0.009602393219121208
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.012522624434389146,
          "relative_change_percent": 1.3837500000000005
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1915,
          "estimate": 0.009575,
          "ci95_wilson": [
            0.0091575306552443,
            0.010011308457328713
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05252262443438908,
          "relative_change_percent": 5.803749999999993
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1789,
          "estimate": 0.008945,
          "ci95_wilson": [
            0.008541687065176717,
            0.009367176248122038
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010477375565610958,
          "relative_change_percent": -1.1577500000000107
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1714,
          "estimate": 0.00857,
          "ci95_wilson": [
            0.008175357443878373,
            0.008983520274614274
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04797737556561099,
          "relative_change_percent": -5.301500000000014
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1734,
          "estimate": 0.00867,
          "ci95_wilson": [
            0.008273026636308432,
            0.009085847240799177
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03797737556561088,
          "relative_change_percent": -4.196500000000002
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 529,
          "estimate": 0.002645,
          "ci95_wilson": [
            0.002429254639163339,
            0.0028798506813928143
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.037159125188536944,
          "relative_change_percent": -12.318249999999997
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1717,
          "estimate": 0.008585,
          "ci95_wilson": [
            0.008190006937534322,
            0.008998870204750571
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04647737556561088,
          "relative_change_percent": -5.135750000000002
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1699,
          "estimate": 0.008495,
          "ci95_wilson": [
            0.008102114709583262,
            0.008906765889948166
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05547737556561086,
          "relative_change_percent": -6.130249999999999
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1707,
          "estimate": 0.008535,
          "ci95_wilson": [
            0.00814117651649614,
            0.00894770254648127
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05147737556561102,
          "relative_change_percent": -5.688250000000018
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 887,
          "estimate": 0.004435,
          "ci95_wilson": [
            0.004153149912452969,
            0.004735886647311002
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0089886877828055,
          "relative_change_percent": -1.9865000000000153
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1842,
          "estimate": 0.00921,
          "ci95_wilson": [
            0.008800671947708295,
            0.009638181185920107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016022624434389003,
          "relative_change_percent": 1.7704999999999846
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1813,
          "estimate": 0.009065,
          "ci95_wilson": [
            0.008658952065634593,
            0.009489906638002116
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0015226244343890735,
          "relative_change_percent": 0.1682499999999926
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1854,
          "estimate": 0.00927,
          "ci95_wilson": [
            0.008859322417301564,
            0.009699528411495819
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022022624434389106,
          "relative_change_percent": 2.433499999999996
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1686,
          "estimate": 0.00843,
          "ci95_wilson": [
            0.008038644113131864,
            0.008840238983299836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06197737556561094,
          "relative_change_percent": -6.8485000000000085
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 558,
          "estimate": 0.00279,
          "ci95_wilson": [
            0.002568186497072844,
            0.0030309132534750037
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022659125188536973,
          "relative_change_percent": -7.511500000000006
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1684,
          "estimate": 0.00842,
          "ci95_wilson": [
            0.008028879941417823,
            0.008830003539152384
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0629773755656109,
          "relative_change_percent": -6.959000000000003
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 537,
          "estimate": 0.002685,
          "ci95_wilson": [
            0.002467564302622719,
            0.0029215394813794184
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033159125188536975,
          "relative_change_percent": -10.992250000000007
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1744,
          "estimate": 0.00872,
          "ci95_wilson": [
            0.00832186639950385,
            0.00913700555691124
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03297737556561091,
          "relative_change_percent": -3.644000000000005
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 554,
          "estimate": 0.00277,
          "ci95_wilson": [
            0.0025490138904465183,
            0.003010086628378337
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024659125188536975,
          "relative_change_percent": -8.174500000000007
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1634,
          "estimate": 0.00817,
          "ci95_wilson": [
            0.007784822955756186,
            0.008574070128276615
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08797737556561092,
          "relative_change_percent": -9.721500000000006
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 855,
          "estimate": 0.004275,
          "ci95_wilson": [
            0.003998428286332366,
            0.004570614419647666
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.024988687782805455,
          "relative_change_percent": -5.522500000000005
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 550,
          "estimate": 0.00275,
          "ci95_wilson": [
            0.0025298442947180983,
            0.002989256992383764
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.026659125188536983,
          "relative_change_percent": -8.83750000000001
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1728,
          "estimate": 0.00864,
          "ci95_wilson": [
            0.008243724425192934,
            0.009055150604330188
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04097737556561093,
          "relative_change_percent": -4.528000000000008
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1797,
          "estimate": 0.008985,
          "ci95_wilson": [
            0.008580773318516404,
            0.009408088458228336
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0064773755656109475,
          "relative_change_percent": -0.7157500000000097
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1671,
          "estimate": 0.008355,
          "ci95_wilson": [
            0.00796541633435973,
            0.008763469643110748
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06947737556561098,
          "relative_change_percent": -7.677250000000013
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 530,
          "estimate": 0.00265,
          "ci95_wilson": [
            0.0024340426473748985,
            0.0028850624811120025
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.036659125188536965,
          "relative_change_percent": -12.152500000000003
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1713,
          "estimate": 0.008565,
          "ci95_wilson": [
            0.008170474349175349,
            0.008978403561386551
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04847737556561097,
          "relative_change_percent": -5.3567500000000114
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 538,
          "estimate": 0.00269,
          "ci95_wilson": [
            0.002472353903509193,
            0.0029267496884236932
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.032659125188536954,
          "relative_change_percent": -10.8265
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1632,
          "estimate": 0.00816,
          "ci95_wilson": [
            0.0077750625993886924,
            0.008563830868782612
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08897737556561089,
          "relative_change_percent": -9.832000000000003
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 558,
          "estimate": 0.00279,
          "ci95_wilson": [
            0.002568186497072844,
            0.0030309132534750037
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022659125188536973,
          "relative_change_percent": -7.511500000000006
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1586,
          "estimate": 0.00793,
          "ci95_wilson": [
            0.007550616462564817,
            0.008328285840792071
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11197737556561099,
          "relative_change_percent": -12.373500000000014
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 878,
          "estimate": 0.00439,
          "ci95_wilson": [
            0.004109624580758712,
            0.004689413707628526
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.01348868778280549,
          "relative_change_percent": -2.981000000000013
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 534,
          "estimate": 0.00267,
          "ci95_wilson": [
            0.0024531966850221873,
            0.0029059076751877066
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03465912518853696,
          "relative_change_percent": -11.489500000000003
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1661,
          "estimate": 0.008305,
          "ci95_wilson": [
            0.007916602344734649,
            0.008712285553428348
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07447737556561096,
          "relative_change_percent": -8.22975000000001
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 544,
          "estimate": 0.00272,
          "ci95_wilson": [
            0.0025010956183796357,
            0.0029580068211377394
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029659125188536944,
          "relative_change_percent": -9.831999999999997
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1638,
          "estimate": 0.00819,
          "ci95_wilson": [
            0.007804344118433217,
            0.008594548197322575
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.085977375565611,
          "relative_change_percent": -9.500500000000015
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 516,
          "estimate": 0.00258,
          "ci95_wilson": [
            0.0023670290894688634,
            0.0028120787279875643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.043659125188536985,
          "relative_change_percent": -14.47300000000001
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1635,
          "estimate": 0.008175,
          "ci95_wilson": [
            0.007789703190233835,
            0.008579189701729712
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08747737556561094,
          "relative_change_percent": -9.666250000000009
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 542,
          "estimate": 0.00271,
          "ci95_wilson": [
            0.0024915142675846686,
            0.0029475885560712096
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03065912518853695,
          "relative_change_percent": -10.163499999999997
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1623,
          "estimate": 0.008115,
          "ci95_wilson": [
            0.007731142860224037,
            0.008517752336570537
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09347737556561087,
          "relative_change_percent": -10.32925
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 537,
          "estimate": 0.002685,
          "ci95_wilson": [
            0.002467564302622719,
            0.0029215394813794184
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033159125188536975,
          "relative_change_percent": -10.992250000000007
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1600,
          "estimate": 0.008,
          "ci95_wilson": [
            0.007618917533025351,
            0.008399982081362013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10497737556561093,
          "relative_change_percent": -11.600000000000007
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 879,
          "estimate": 0.004395,
          "ci95_wilson": [
            0.004114460352301495,
            0.004694577744016492
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.01298868778280551,
          "relative_change_percent": -2.8705000000000176
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 515,
          "estimate": 0.002575,
          "ci95_wilson": [
            0.0023622439567353775,
            0.0028068640527903026
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.044159125188536964,
          "relative_change_percent": -14.638750000000003
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1605,
          "estimate": 0.008025,
          "ci95_wilson": [
            0.007643312616332859,
            0.008425586037708245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10247737556561103,
          "relative_change_percent": -11.323750000000018
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 539,
          "estimate": 0.002695,
          "ci95_wilson": [
            0.002477143700991783,
            0.0029319596988718506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.032159125188536974,
          "relative_change_percent": -10.660750000000007
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1604,
          "estimate": 0.00802,
          "ci95_wilson": [
            0.007638433522467817,
            0.008420465323642537
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10297737556561101,
          "relative_change_percent": -11.379000000000016
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 539,
          "estimate": 0.002695,
          "ci95_wilson": [
            0.002477143700991783,
            0.0029319596988718506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.032159125188536974,
          "relative_change_percent": -10.660750000000007
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1571,
          "estimate": 0.007855,
          "ci95_wilson": [
            0.007477445277152523,
            0.008251459907243144
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11947737556561103,
          "relative_change_percent": -13.202250000000017
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 522,
          "estimate": 0.00261,
          "ci95_wilson": [
            0.002395744258946293,
            0.002843362406094623
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.040659125188536975,
          "relative_change_percent": -13.478500000000007
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1568,
          "estimate": 0.00784,
          "ci95_wilson": [
            0.007462812110002165,
            0.008236093650601259
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.12097737556561097,
          "relative_change_percent": -13.368000000000011
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 844,
          "estimate": 0.00422,
          "ci95_wilson": [
            0.003945265736666117,
            0.0045137790820756855
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03048868778280549,
          "relative_change_percent": -6.738000000000013
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 539,
          "estimate": 0.002695,
          "ci95_wilson": [
            0.002477143700991783,
            0.0029319596988718506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.032159125188536974,
          "relative_change_percent": -10.660750000000007
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1545,
          "estimate": 0.007725,
          "ci95_wilson": [
            0.007350636498432282,
            0.008118273679763937
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.13247737556561093,
          "relative_change_percent": -14.638750000000007
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 497,
          "estimate": 0.002485,
          "ci95_wilson": [
            0.0022761480548257928,
            0.002712963411946421
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.053159125188536986,
          "relative_change_percent": -17.62225000000001
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1576,
          "estimate": 0.00788,
          "ci95_wilson": [
            0.007501834684105613,
            0.008277069539943798
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11697737556561096,
          "relative_change_percent": -12.926000000000009
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 534,
          "estimate": 0.00267,
          "ci95_wilson": [
            0.0024531966850221873,
            0.0029059076751877066
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03465912518853696,
          "relative_change_percent": -11.489500000000003
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1458,
          "estimate": 0.00729,
          "ci95_wilson": [
            0.006926519337494698,
            0.007672407550726436
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.175977375565611,
          "relative_change_percent": -19.445500000000013
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 786,
          "estimate": 0.00393,
          "ci95_wilson": [
            0.0036651607995808804,
            0.004213895159177534
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.05948868778280544,
          "relative_change_percent": -13.147
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 522,
          "estimate": 0.00261,
          "ci95_wilson": [
            0.002395744258946293,
            0.002843362406094623
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.040659125188536975,
          "relative_change_percent": -13.478500000000007
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1494,
          "estimate": 0.00747,
          "ci95_wilson": [
            0.007101976929215123,
            0.007856943044512944
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.15797737556561092,
          "relative_change_percent": -17.456500000000005
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 512,
          "estimate": 0.00256,
          "ci95_wilson": [
            0.002347889820082503,
            0.0027912187656509327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.045659125188536945,
          "relative_change_percent": -15.135999999999997
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1574,
          "estimate": 0.00787,
          "ci95_wilson": [
            0.007492078802294489,
            0.008266825805893425
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.11797737556561091,
          "relative_change_percent": -13.036500000000006
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 709,
          "estimate": 0.003545,
          "ci95_wilson": [
            0.003293885994132183,
            0.003815184753958627
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.09798868778280548,
          "relative_change_percent": -21.655500000000007
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 514,
          "estimate": 0.00257,
          "ci95_wilson": [
            0.002357459033852675,
            0.0028016491677422557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.044659125188536986,
          "relative_change_percent": -14.80450000000001
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1608,
          "estimate": 0.00804,
          "ci95_wilson": [
            0.007657950128966781,
            0.008440947948866566
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10097737556561091,
          "relative_change_percent": -11.158000000000005
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 720,
          "estimate": 0.0036,
          "ci95_wilson": [
            0.003346880720414577,
            0.003872187914914462
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.09248868778280547,
          "relative_change_percent": -20.44000000000001
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.04273432136508807,
        "accepted_deals": 200000,
        "attempted_deals": 4680079,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.16652,
            "second_half_estimate": 0.16654,
            "absolute_difference": 1.9999999999992246e-05,
            "difference_z_score": 0.012003938749565539
          },
          "any_pair": {
            "first_half_estimate": 0.05809,
            "second_half_estimate": 0.05941,
            "absolute_difference": 0.0013199999999999948,
            "difference_z_score": 1.255174807060225
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02553,
            "second_half_estimate": 0.02639,
            "absolute_difference": 0.0008599999999999997,
            "difference_z_score": 1.2093285369608013
          },
          "ace_king": {
            "first_half_estimate": 0.01443,
            "second_half_estimate": 0.01499,
            "absolute_difference": 0.0005599999999999997,
            "difference_z_score": 1.0401257062571518
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.16382,
            "second_half_estimate": 0.16591,
            "absolute_difference": 0.0020900000000000085,
            "difference_z_score": 1.2594775612700513
          }
        },
        "maximum_split_half_z_score": 1.2594775612700513
      }
    },
    {
      "model": "bucketed_top_band",
      "table_size": 6,
      "observed_folds_before_button": 3,
      "accepted_deals": 200000,
      "attempted_deals": 931968,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026121012,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 32241,
          "estimate": 0.161205,
          "monte_carlo_standard_error": 0.0008222467633715562,
          "ci95": [
            0.1595999355069,
            0.16282307891353975
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.01188373303167417,
          "absolute_change_percentage_points": 1.188373303167417,
          "relative_change_percent": 7.958499999999973,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 84.14864229402171
          }
        },
        "any_pair": {
          "successes": 11781,
          "estimate": 0.058905,
          "monte_carlo_standard_error": 0.0005264750752647271,
          "ci95": [
            0.05788157502267771,
            0.05994536913465602
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 8.147058823529396e-05,
          "absolute_change_percentage_points": 0.008147058823529396,
          "relative_change_percent": 0.13849999999999973,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4651,
          "estimate": 0.023255,
          "monte_carlo_standard_error": 0.00033700300425218763,
          "ci95": [
            0.022603585929108674,
            0.023924727681991137
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0006305656108597305,
          "absolute_change_percentage_points": 0.06305656108597305,
          "relative_change_percent": 2.7871000000000086,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "ace_king": {
          "successes": 2645,
          "estimate": 0.013225,
          "monte_carlo_standard_error": 0.0002554417680705331,
          "ci95": [
            0.01273361030269258,
            0.013735088599326544
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.001158634992458522,
          "absolute_change_percentage_points": 0.11586349924585221,
          "relative_change_percent": 9.602187500000001,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 863.0845835909785
          }
        },
        "both_cards_ten_plus": {
          "successes": 29868,
          "estimate": 0.14934,
          "monte_carlo_standard_error": 0.0007969867138164852,
          "ci95": [
            0.14778467032664072,
            0.15090879987413386
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.006051915535444957,
          "absolute_change_percentage_points": 0.6051915535444957,
          "relative_change_percent": 4.223600000000007,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 165.23693930346246
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07589869565218618,
          "monte_carlo_standard_error": 3.0700586143589314e-05,
          "ci95": [
            0.07583852360904048,
            0.07595886769533189
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.10243812708907452,
          "relative_change_percent": -1.3316956521579686
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07584543478262082,
          "monte_carlo_standard_error": 3.077099124610063e-05,
          "ci95": [
            0.07578512474800986,
            0.07590574481723178
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.10776421404561087,
          "relative_change_percent": -1.4009347825929412
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07582163043479481,
          "monte_carlo_standard_error": 3.0840580796775714e-05,
          "ci95": [
            0.07576118400717083,
            0.0758820768624188
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.11014464882821151,
          "relative_change_percent": -1.4318804347667495
        },
        "5": {
          "expected_share_of_remaining_cards": 0.0757958695652296,
          "monte_carlo_standard_error": 3.084516492452524e-05,
          "ci95": [
            0.07573541415288033,
            0.07585632497757887
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.11272073578473263,
          "relative_change_percent": -1.4653695652015242
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07591543478262094,
          "monte_carlo_standard_error": 3.068721942554566e-05,
          "ci95": [
            0.0758552889377612,
            0.0759755806274807
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.10076421404559832,
          "relative_change_percent": -1.309934782592778
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07579500000001202,
          "monte_carlo_standard_error": 3.090787795867186e-05,
          "ci95": [
            0.07573442167237446,
            0.07585557832764958
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.11280769230649079,
          "relative_change_percent": -1.4664999999843802
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07656706521740464,
          "monte_carlo_standard_error": 2.970491770483384e-05,
          "ci95": [
            0.07650884464853944,
            0.07662528578626984
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.03560117056722878,
          "relative_change_percent": -0.46281521737397413
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07648891304349142,
          "monte_carlo_standard_error": 2.9759987995745974e-05,
          "ci95": [
            0.07643058453883941,
            0.07654724154814344
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.043416387958550295,
          "relative_change_percent": -0.5644130434611538
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07700945652175345,
          "monte_carlo_standard_error": 2.9247052457462683e-05,
          "ci95": [
            0.07695213335228288,
            0.07706677969122402
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.008637959867652256,
          "relative_change_percent": 0.11229347827947933
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07713576086957977,
          "monte_carlo_standard_error": 2.9052223280796446e-05,
          "ci95": [
            0.0770788195582786,
            0.07719270218088094
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.02126839465028396,
          "relative_change_percent": 0.2764891304536915
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07733282608697147,
          "monte_carlo_standard_error": 2.8896584510416213e-05,
          "ci95": [
            0.07727618982205484,
            0.0773894623518881
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.040974916389453775,
          "relative_change_percent": 0.532673913062899
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07723858695653646,
          "monte_carlo_standard_error": 2.8911221667361023e-05,
          "ci95": [
            0.07718192200331937,
            0.07729525190975355
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.03155100334595318,
          "relative_change_percent": 0.4101630434973913
        },
        "A": {
          "expected_share_of_remaining_cards": 0.08315532608698756,
          "monte_carlo_standard_error": 1.9612355225524524e-05,
          "ci95": [
            0.08311688657709353,
            0.08319376559688159
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.623224916391063,
          "relative_change_percent": 8.10192391308382
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1015,
          "estimate": 0.005075,
          "ci95_wilson": [
            0.004772944079033384,
            0.005396067895866343
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.05501131221719449,
          "relative_change_percent": 12.157499999999981
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2017,
          "estimate": 0.010085,
          "ci95_wilson": [
            0.009656417864618622,
            0.0105324016568907
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.10352262443438909,
          "relative_change_percent": 11.439249999999992
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 665,
          "estimate": 0.003325,
          "ci95_wilson": [
            0.0030820684415018527,
            0.0035870107576360414
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03084087481146302,
          "relative_change_percent": 10.22374999999999
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2055,
          "estimate": 0.010275,
          "ci95_wilson": [
            0.009842351987905845,
            0.010726460234971901
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.122522624434389,
          "relative_change_percent": 13.538749999999983
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 671,
          "estimate": 0.003355,
          "ci95_wilson": [
            0.0031109369071429045,
            0.003618141139579478
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03384087481146303,
          "relative_change_percent": 11.218249999999994
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1982,
          "estimate": 0.00991,
          "ci95_wilson": [
            0.009485197783830841,
            0.010353628460102297
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0860226244343891,
          "relative_change_percent": 9.505499999999994
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 645,
          "estimate": 0.003225,
          "ci95_wilson": [
            0.0029858778712862637,
            0.003483205169236668
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020840874811463034,
          "relative_change_percent": 6.908749999999996
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2048,
          "estimate": 0.01024,
          "ci95_wilson": [
            0.009808098037506681,
            0.010690715529855831
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.11902262443438914,
          "relative_change_percent": 13.152
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 658,
          "estimate": 0.00329,
          "ci95_wilson": [
            0.0030483950887324404,
            0.003550685454890217
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02734087481146303,
          "relative_change_percent": 9.063499999999994
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2016,
          "estimate": 0.01008,
          "ci95_wilson": [
            0.00965152539166126,
            0.010527294321917312
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1030226244343891,
          "relative_change_percent": 11.383999999999995
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1959,
          "estimate": 0.009795,
          "ci95_wilson": [
            0.009372700460279394,
            0.010236130201246538
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07452262443438905,
          "relative_change_percent": 8.23474999999999
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1942,
          "estimate": 0.00971,
          "ci95_wilson": [
            0.009289559992787794,
            0.01014927393391542
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06602262443438905,
          "relative_change_percent": 7.29549999999999
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 648,
          "estimate": 0.00324,
          "ci95_wilson": [
            0.0030003026996026612,
            0.003498779764712515
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02234087481146302,
          "relative_change_percent": 7.40599999999999
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1977,
          "estimate": 0.009885,
          "ci95_wilson": [
            0.00946074056768891,
            0.010328086636590487
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08352262443438903,
          "relative_change_percent": 9.229249999999986
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1913,
          "estimate": 0.009565,
          "ci95_wilson": [
            0.009147751558300478,
            0.010001087938411042
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05152262443438912,
          "relative_change_percent": 5.693249999999997
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 636,
          "estimate": 0.00318,
          "ci95_wilson": [
            0.0029426115215799367,
            0.0034364732475662624
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016340874811463044,
          "relative_change_percent": 5.416999999999999
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1959,
          "estimate": 0.009795,
          "ci95_wilson": [
            0.009372700460279394,
            0.010236130201246538
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07452262443438905,
          "relative_change_percent": 8.23474999999999
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1900,
          "estimate": 0.0095,
          "ci95_wilson": [
            0.00908419033058899,
            0.009934651663022803
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.045022624434389036,
          "relative_change_percent": 4.974999999999988
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1856,
          "estimate": 0.00928,
          "ci95_wilson": [
            0.008869097932094028,
            0.009709752512564849
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.023022624434389065,
          "relative_change_percent": 2.5439999999999916
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 907,
          "estimate": 0.004535,
          "ci95_wilson": [
            0.004249899739010451,
            0.0048391329793684825
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0010113122171945266,
          "relative_change_percent": 0.22349999999999035
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1829,
          "estimate": 0.009145,
          "ci95_wilson": [
            0.008737139042678517,
            0.009571716587850164
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009522624434389095,
          "relative_change_percent": 1.0522499999999948
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 649,
          "estimate": 0.003245,
          "ci95_wilson": [
            0.0030051112739994225,
            0.0035039709982465023
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02284087481146304,
          "relative_change_percent": 7.571749999999997
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1870,
          "estimate": 0.00935,
          "ci95_wilson": [
            0.008937530001868142,
            0.00978131775382121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030022624434389127,
          "relative_change_percent": 3.317499999999998
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1823,
          "estimate": 0.009115,
          "ci95_wilson": [
            0.00870781796866779,
            0.0095410388142764
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006522624434389043,
          "relative_change_percent": 0.7207499999999892
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1804,
          "estimate": 0.00902,
          "ci95_wilson": [
            0.008614975500778008,
            0.00944388493148197
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0029773755656109166,
          "relative_change_percent": -0.32900000000000623
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 652,
          "estimate": 0.00326,
          "ci95_wilson": [
            0.003019537887269606,
            0.0035195438087685625
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02434087481146302,
          "relative_change_percent": 8.06899999999999
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1785,
          "estimate": 0.008925,
          "ci95_wilson": [
            0.00852214472460236,
            0.009346719356973402
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012477375565610876,
          "relative_change_percent": -1.3787500000000017
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1722,
          "estimate": 0.00861,
          "ci95_wilson": [
            0.008214423456972389,
            0.009024452724966242
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04397737556561098,
          "relative_change_percent": -4.859500000000013
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 612,
          "estimate": 0.00306,
          "ci95_wilson": [
            0.0028272959614120815,
            0.003311793417396163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004340874811463013,
          "relative_change_percent": 1.4389999999999887
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1861,
          "estimate": 0.009305,
          "ci95_wilson": [
            0.008893537261970048,
            0.00973531222234257
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.025522624434389136,
          "relative_change_percent": 2.8202499999999993
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1771,
          "estimate": 0.008855,
          "ci95_wilson": [
            0.008453750689475145,
            0.009275116081070145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019477375565610938,
          "relative_change_percent": -2.1522500000000084
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 928,
          "estimate": 0.00464,
          "ci95_wilson": [
            0.004351525855806526,
            0.004947502829118118
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.011511312217194532,
          "relative_change_percent": 2.5439999999999916
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1846,
          "estimate": 0.00923,
          "ci95_wilson": [
            0.008820221604014798,
            0.009658630761336598
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018022624434389095,
          "relative_change_percent": 1.991499999999995
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1771,
          "estimate": 0.008855,
          "ci95_wilson": [
            0.008453750689475145,
            0.009275116081070145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019477375565610938,
          "relative_change_percent": -2.1522500000000084
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 634,
          "estimate": 0.00317,
          "ci95_wilson": [
            0.0029329984524941012,
            0.003426086700790602
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.015340874811463042,
          "relative_change_percent": 5.085499999999998
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 606,
          "estimate": 0.00303,
          "ci95_wilson": [
            0.0027984814596121762,
            0.0032806090716115802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0013408748114630484,
          "relative_change_percent": 0.4445000000000005
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 606,
          "estimate": 0.00303,
          "ci95_wilson": [
            0.0027984814596121762,
            0.0032806090716115802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0013408748114630484,
          "relative_change_percent": 0.4445000000000005
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 927,
          "estimate": 0.004635,
          "ci95_wilson": [
            0.004346685635151741,
            0.004942343241842154
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.011011312217194553,
          "relative_change_percent": 2.433499999999996
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1777,
          "estimate": 0.008885,
          "ci95_wilson": [
            0.008483061624382757,
            0.00930580399374702
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016477375565610887,
          "relative_change_percent": -1.8207500000000028
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1892,
          "estimate": 0.00946,
          "ci95_wilson": [
            0.009045078244462896,
            0.009893765285702912
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.041022624434389025,
          "relative_change_percent": 4.532999999999987
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1790,
          "estimate": 0.00895,
          "ci95_wilson": [
            0.008546572732363821,
            0.009372290388865681
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009977375565610978,
          "relative_change_percent": -1.102500000000013
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1794,
          "estimate": 0.00897,
          "ci95_wilson": [
            0.008566115728469948,
            0.009392746624482548
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007977375565610886,
          "relative_change_percent": -0.8815000000000028
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 874,
          "estimate": 0.00437,
          "ci95_wilson": [
            0.004090282442583964,
            0.004668756614080282
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.015488687782805495,
          "relative_change_percent": -3.4230000000000143
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1801,
          "estimate": 0.009005,
          "ci95_wilson": [
            0.008600317227815589,
            0.009428543780652145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0044773755656108555,
          "relative_change_percent": -0.49474999999999947
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1791,
          "estimate": 0.008955,
          "ci95_wilson": [
            0.00855145843231385,
            0.0093774044968464
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009477375565610999,
          "relative_change_percent": -1.0472500000000153
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 571,
          "estimate": 0.002855,
          "ci95_wilson": [
            0.002630517877635909,
            0.0030985793760116643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016159125188536974,
          "relative_change_percent": -5.356750000000007
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1762,
          "estimate": 0.00881,
          "ci95_wilson": [
            0.008409786535851543,
            0.009229081963317013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02397737556561093,
          "relative_change_percent": -2.6495000000000073
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1728,
          "estimate": 0.00864,
          "ci95_wilson": [
            0.008243724425192934,
            0.009055150604330188
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04097737556561093,
          "relative_change_percent": -4.528000000000008
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1743,
          "estimate": 0.008715,
          "ci95_wilson": [
            0.008316982269455875,
            0.009131889879028469
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03347737556561089,
          "relative_change_percent": -3.699250000000003
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1826,
          "estimate": 0.00913,
          "ci95_wilson": [
            0.008722478362537074,
            0.00955637784419936
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.008022624434388982,
          "relative_change_percent": 0.8864999999999824
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1775,
          "estimate": 0.008875,
          "ci95_wilson": [
            0.00847329117997223,
            0.00929557482229605
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01747737556561102,
          "relative_change_percent": -1.9312500000000175
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 880,
          "estimate": 0.0044,
          "ci95_wilson": [
            0.0041192962183221,
            0.004699741685926635
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.012488687782805444,
          "relative_change_percent": -2.760000000000003
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1768,
          "estimate": 0.00884,
          "ci95_wilson": [
            0.008439095671013305,
            0.009259771675739742
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020977375565610877,
          "relative_change_percent": -2.318000000000002
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1741,
          "estimate": 0.008705,
          "ci95_wilson": [
            0.008307214111641406,
            0.009121658420981437
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03447737556561102,
          "relative_change_percent": -3.8097500000000175
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 518,
          "estimate": 0.00259,
          "ci95_wilson": [
            0.00237659998206299,
            0.0028225074512549337
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.042659125188536984,
          "relative_change_percent": -14.14150000000001
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1789,
          "estimate": 0.008945,
          "ci95_wilson": [
            0.008541687065176717,
            0.009367176248122038
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010477375565610958,
          "relative_change_percent": -1.1577500000000107
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1689,
          "estimate": 0.008445,
          "ci95_wilson": [
            0.008053290639204302,
            0.008855591881019642
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.060477375565611,
          "relative_change_percent": -6.6827500000000155
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1729,
          "estimate": 0.008645,
          "ci95_wilson": [
            0.008248608040906507,
            0.009060266796547362
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04047737556561095,
          "relative_change_percent": -4.472750000000009
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1778,
          "estimate": 0.00889,
          "ci95_wilson": [
            0.00848794689628136,
            0.009310918529779168
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015977375565610907,
          "relative_change_percent": -1.7655000000000052
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 935,
          "estimate": 0.004675,
          "ci95_wilson": [
            0.004385409832344439,
            0.0049836175080954425
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.015011312217194563,
          "relative_change_percent": 3.317499999999998
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1790,
          "estimate": 0.00895,
          "ci95_wilson": [
            0.008546572732363821,
            0.009372290388865681
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.009977375565610978,
          "relative_change_percent": -1.102500000000013
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1783,
          "estimate": 0.008915,
          "ci95_wilson": [
            0.008512373751602036,
            0.009336490714112229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01347737556561101,
          "relative_change_percent": -1.4892500000000164
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1809,
          "estimate": 0.009045,
          "ci95_wilson": [
            0.008639406603079158,
            0.009469452868834556
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.00047737556561101846,
          "relative_change_percent": -0.05275000000001753
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1725,
          "estimate": 0.008625,
          "ci95_wilson": [
            0.008229073785319521,
            0.009039801820411357
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04247737556561087,
          "relative_change_percent": -4.6937500000000005
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1763,
          "estimate": 0.008815,
          "ci95_wilson": [
            0.008414671308027871,
            0.009234196999071432
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02347737556561095,
          "relative_change_percent": -2.5942500000000095
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 934,
          "estimate": 0.00467,
          "ci95_wilson": [
            0.004380569004673476,
            0.004978458527835655
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.014511312217194497,
          "relative_change_percent": 3.2069999999999834
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1713,
          "estimate": 0.008565,
          "ci95_wilson": [
            0.008170474349175349,
            0.008978403561386551
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04847737556561097,
          "relative_change_percent": -5.3567500000000114
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1762,
          "estimate": 0.00881,
          "ci95_wilson": [
            0.008409786535851543,
            0.009229081963317013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02397737556561093,
          "relative_change_percent": -2.6495000000000073
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1745,
          "estimate": 0.008725,
          "ci95_wilson": [
            0.008326750563606922,
            0.009142121200738915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03247737556561093,
          "relative_change_percent": -3.588750000000007
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1754,
          "estimate": 0.00877,
          "ci95_wilson": [
            0.008370709568243258,
            0.009188160467479313
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02797737556561094,
          "relative_change_percent": -3.0915000000000084
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 855,
          "estimate": 0.004275,
          "ci95_wilson": [
            0.003998428286332366,
            0.004570614419647666
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.024988687782805455,
          "relative_change_percent": -5.522500000000005
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1748,
          "estimate": 0.00874,
          "ci95_wilson": [
            0.008341403259956973,
            0.009157467928181107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03097737556561099,
          "relative_change_percent": -3.4230000000000143
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1774,
          "estimate": 0.00887,
          "ci95_wilson": [
            0.008468406007515765,
            0.009290460186821765
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.017977375565611,
          "relative_change_percent": -1.9865000000000153
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 880,
          "estimate": 0.0044,
          "ci95_wilson": [
            0.0041192962183221,
            0.004699741685926635
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.012488687782805444,
          "relative_change_percent": -2.760000000000003
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1727,
          "estimate": 0.008635,
          "ci95_wilson": [
            0.008238840844004097,
            0.009050034377588275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04147737556561091,
          "relative_change_percent": -4.583250000000005
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 893,
          "estimate": 0.004465,
          "ci95_wilson": [
            0.004182171001835034,
            0.004766864405513426
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.005988687782805448,
          "relative_change_percent": -1.323500000000004
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1714,
          "estimate": 0.00857,
          "ci95_wilson": [
            0.008175357443878373,
            0.008983520274614274
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04797737556561099,
          "relative_change_percent": -5.301500000000014
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 879,
          "estimate": 0.004395,
          "ci95_wilson": [
            0.004114460352301495,
            0.004694577744016492
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.01298868778280551,
          "relative_change_percent": -2.8705000000000176
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1716,
          "estimate": 0.00858,
          "ci95_wilson": [
            0.008185123738088116,
            0.008993753596266028
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04697737556561086,
          "relative_change_percent": -5.191
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 874,
          "estimate": 0.00437,
          "ci95_wilson": [
            0.004090282442583964,
            0.004668756614080282
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.015488687782805495,
          "relative_change_percent": -3.4230000000000143
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.2145996429061942,
        "accepted_deals": 200000,
        "attempted_deals": 931968,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.16079,
            "second_half_estimate": 0.16162,
            "absolute_difference": 0.0008300000000000252,
            "difference_z_score": 0.5047149867615374
          },
          "any_pair": {
            "first_half_estimate": 0.05977,
            "second_half_estimate": 0.05804,
            "absolute_difference": 0.0017299999999999954,
            "difference_z_score": 1.6430138448666227
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02319,
            "second_half_estimate": 0.02332,
            "absolute_difference": 0.00013000000000000164,
            "difference_z_score": 0.19287663678091857
          },
          "ace_king": {
            "first_half_estimate": 0.01296,
            "second_half_estimate": 0.01349,
            "absolute_difference": 0.000530000000000001,
            "difference_z_score": 1.0374212291575127
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.1489,
            "second_half_estimate": 0.14978,
            "absolute_difference": 0.0008799999999999919,
            "difference_z_score": 0.5520798874604645
          }
        },
        "maximum_split_half_z_score": 1.6430138448666227
      }
    },
    {
      "model": "bucketed_top_band",
      "table_size": 8,
      "observed_folds_before_button": 5,
      "accepted_deals": 200000,
      "attempted_deals": 2648920,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026121214,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 33944,
          "estimate": 0.16972,
          "monte_carlo_standard_error": 0.0008393900213845766,
          "ci95": [
            0.1680811730213937,
            0.1713715143051101
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.020398733031674193,
          "absolute_change_percentage_points": 2.039873303167419,
          "relative_change_percent": 13.660969696969683,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 49.02265245823096
          }
        },
        "any_pair": {
          "successes": 11736,
          "estimate": 0.05868,
          "monte_carlo_standard_error": 0.0005255314338838353,
          "ci95": [
            0.05765842873159399,
            0.05971852406885608
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": -0.00014352941176470208,
          "absolute_change_percentage_points": -0.014352941176470208,
          "relative_change_percent": -0.24399999999999353,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4788,
          "estimate": 0.02394,
          "monte_carlo_standard_error": 0.00034181044747052424,
          "ci95": [
            0.023279151519552496,
            0.024619135778059797
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0013155656108597286,
          "absolute_change_percentage_points": 0.13155656108597286,
          "relative_change_percent": 5.8148,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 760.1293251702551
          }
        },
        "ace_king": {
          "successes": 2821,
          "estimate": 0.014105,
          "monte_carlo_standard_error": 0.0002636858829649399,
          "ci95": [
            0.013597438421626008,
            0.01463122667620478
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.002038634992458521,
          "absolute_change_percentage_points": 0.2038634992458521,
          "relative_change_percent": 16.89518749999999,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 490.52429870932207
          }
        },
        "both_cards_ten_plus": {
          "successes": 30680,
          "estimate": 0.1534,
          "monte_carlo_standard_error": 0.0008058177213241219,
          "ci95": [
            0.1518272845458208,
            0.15498602969472122
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.010111915535444965,
          "absolute_change_percentage_points": 1.0111915535444966,
          "relative_change_percent": 7.057052631578961,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 98.89323110885695
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07508214285713526,
          "monte_carlo_standard_error": 4.143904241756876e-05,
          "ci95": [
            0.075000923826443,
            0.07516336188782752
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.18409340659416712,
          "relative_change_percent": -2.3932142857241723
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07512226190475427,
          "monte_carlo_standard_error": 4.1332371386245545e-05,
          "ci95": [
            0.07504125194544159,
            0.07520327186406695
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.180081501832266,
          "relative_change_percent": -2.341059523819458
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07506916666665904,
          "monte_carlo_standard_error": 4.1385722309775e-05,
          "ci95": [
            0.0749880521414577,
            0.07515028119186037
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.18539102564178872,
          "relative_change_percent": -2.410083333343253
        },
        "5": {
          "expected_share_of_remaining_cards": 0.0750695238095162,
          "monte_carlo_standard_error": 4.1301065505467834e-05,
          "ci95": [
            0.07498857520860236,
            0.07515047241043005
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.18535531135607242,
          "relative_change_percent": -2.4096190476289414
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07513119047618284,
          "monte_carlo_standard_error": 4.120938306613267e-05,
          "ci95": [
            0.07505042156954811,
            0.07521195938281758
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.17918864468940837,
          "relative_change_percent": -2.3294523809623087
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07506928571427811,
          "monte_carlo_standard_error": 4.134438446766081e-05,
          "ci95": [
            0.07498825220975852,
            0.0751503192187977
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.1853791208798819,
          "relative_change_percent": -2.4099285714384644
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07625095238094458,
          "monte_carlo_standard_error": 4.020534028384063e-05,
          "ci95": [
            0.07617215136200207,
            0.07632975339988708
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0672124542132349,
          "relative_change_percent": -0.8737619047720537
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07621595238094456,
          "monte_carlo_standard_error": 4.013171681123574e-05,
          "ci95": [
            0.07613729566135677,
            0.07629460910053235
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.07071245421323702,
          "relative_change_percent": -0.9192619047720813
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07687761904761109,
          "monte_carlo_standard_error": 3.9743575998358285e-05,
          "ci95": [
            0.07679972307003748,
            0.0769555150251847
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.004545787546583746,
          "relative_change_percent": -0.0590952381055887
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07736988095237293,
          "monte_carlo_standard_error": 3.9466755701866994e-05,
          "ci95": [
            0.07729252753261064,
            0.07744723437213523
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.044680402929600516,
          "relative_change_percent": 0.5808452380848067
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07745416666665861,
          "monte_carlo_standard_error": 3.925903723321694e-05,
          "ci95": [
            0.07737722036761378,
            0.07753111296570343
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.05310897435816808,
          "relative_change_percent": 0.6904166666561851
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07744904761903958,
          "monte_carlo_standard_error": 3.927433245383319e-05,
          "ci95": [
            0.0773720713419132,
            0.07752602389616595
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.05259706959626492,
          "relative_change_percent": 0.6837619047514439
        },
        "A": {
          "expected_share_of_remaining_cards": 0.0878388095237993,
          "monte_carlo_standard_error": 2.8056035786349592e-05,
          "ci95": [
            0.08778382070410909,
            0.08789379834348951
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 1.0915732600722372,
          "relative_change_percent": 14.190452380939083
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1190,
          "estimate": 0.00595,
          "ci95_wilson": [
            0.005622307811386964,
            0.006296670551393682
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.14251131221719457,
          "relative_change_percent": 31.494999999999997
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 732,
          "estimate": 0.00366,
          "ci95_wilson": [
            0.003404710698019576,
            0.003934355632478441
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06434087481146304,
          "relative_change_percent": 21.328999999999997
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2089,
          "estimate": 0.010445,
          "ci95_wilson": [
            0.010008746802291524,
            0.01090005889023166
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.139522624434389,
          "relative_change_percent": 15.417249999999983
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 673,
          "estimate": 0.003365,
          "ci95_wilson": [
            0.003120560863285548,
            0.0036285167992983302
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03484087481146303,
          "relative_change_percent": 11.549749999999994
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2081,
          "estimate": 0.010405,
          "ci95_wilson": [
            0.009969592344960572,
            0.010859214884116624
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.135522624434389,
          "relative_change_percent": 14.975249999999983
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 740,
          "estimate": 0.0037,
          "ci95_wilson": [
            0.003443273975526423,
            0.003975790818417578
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06834087481146305,
          "relative_change_percent": 22.654999999999998
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2149,
          "estimate": 0.010745,
          "ci95_wilson": [
            0.010302457729475814,
            0.011206336438892253
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.16952262443438898,
          "relative_change_percent": 18.73224999999998
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 700,
          "estimate": 0.0035,
          "ci95_wilson": [
            0.0032505383750939345,
            0.003768534101620143
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04834087481146304,
          "relative_change_percent": 16.025
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2038,
          "estimate": 0.01019,
          "ci95_wilson": [
            0.009759166104546196,
            0.010639649383508832
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.114022624434389,
          "relative_change_percent": 12.599499999999983
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 688,
          "estimate": 0.00344,
          "ci95_wilson": [
            0.0031927583078864546,
            0.0037063164736586456
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04234087481146302,
          "relative_change_percent": 14.03599999999999
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2099,
          "estimate": 0.010495,
          "ci95_wilson": [
            0.010057692217252516,
            0.010951111554578149
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.14452262443438915,
          "relative_change_percent": 15.96975
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 674,
          "estimate": 0.00337,
          "ci95_wilson": [
            0.0031253730526144856,
            0.0036337044179001413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03534087481146305,
          "relative_change_percent": 11.7155
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2055,
          "estimate": 0.010275,
          "ci95_wilson": [
            0.009842351987905845,
            0.010726460234971901
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.122522624434389,
          "relative_change_percent": 13.538749999999983
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 671,
          "estimate": 0.003355,
          "ci95_wilson": [
            0.0031109369071429045,
            0.003618141139579478
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03384087481146303,
          "relative_change_percent": 11.218249999999994
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2008,
          "estimate": 0.01004,
          "ci95_wilson": [
            0.009612386598283352,
            0.010486434651849235
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09902262443438908,
          "relative_change_percent": 10.941999999999993
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2071,
          "estimate": 0.010355,
          "ci95_wilson": [
            0.009920651632207499,
            0.01080815751756222
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.13052262443438903,
          "relative_change_percent": 14.422749999999986
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 697,
          "estimate": 0.003485,
          "ci95_wilson": [
            0.003236091547408272,
            0.003752981505513561
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04684087481146301,
          "relative_change_percent": 15.527749999999989
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1909,
          "estimate": 0.009545,
          "ci95_wilson": [
            0.009128193720800697,
            0.00998064654418783
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049522624434389026,
          "relative_change_percent": 5.4722499999999865
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 714,
          "estimate": 0.00357,
          "ci95_wilson": [
            0.003317972574739609,
            0.0038410972130049417
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05534087481146302,
          "relative_change_percent": 18.34549999999999
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2038,
          "estimate": 0.01019,
          "ci95_wilson": [
            0.009759166104546196,
            0.010639649383508832
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.114022624434389,
          "relative_change_percent": 12.599499999999983
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 667,
          "estimate": 0.003335,
          "ci95_wilson": [
            0.003091690693716264,
            0.0035973881212831263
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03184087481146302,
          "relative_change_percent": 10.55524999999999
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1965,
          "estimate": 0.009825,
          "ci95_wilson": [
            0.009402046137393705,
            0.010266783371716715
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07752262443438909,
          "relative_change_percent": 8.566249999999995
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 661,
          "estimate": 0.003305,
          "ci95_wilson": [
            0.0030628256588877967,
            0.0035662543085271054
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.028840874811463055,
          "relative_change_percent": 9.560750000000002
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1997,
          "estimate": 0.009985,
          "ci95_wilson": [
            0.009558573646150969,
            0.010430249716743391
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09352262443438913,
          "relative_change_percent": 10.334249999999999
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 903,
          "estimate": 0.004515,
          "ci95_wilson": [
            0.004230546850062171,
            0.00481848663659377
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0009886877828054787,
          "relative_change_percent": -0.21850000000001077
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1893,
          "estimate": 0.009465,
          "ci95_wilson": [
            0.009049967149867227,
            0.009898876188229327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.041522624434389005,
          "relative_change_percent": 4.588249999999984
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1909,
          "estimate": 0.009545,
          "ci95_wilson": [
            0.009128193720800697,
            0.00998064654418783
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.049522624434389026,
          "relative_change_percent": 5.4722499999999865
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1824,
          "estimate": 0.00912,
          "ci95_wilson": [
            0.008712704734773044,
            0.009546151856101892
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.007022624434389023,
          "relative_change_percent": 0.7759999999999869
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1804,
          "estimate": 0.00902,
          "ci95_wilson": [
            0.008614975500778008,
            0.00944388493148197
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0029773755656109166,
          "relative_change_percent": -0.32900000000000623
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 644,
          "estimate": 0.00322,
          "ci95_wilson": [
            0.0029810698946223435,
            0.0034780133379698408
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020340874811463055,
          "relative_change_percent": 6.743000000000002
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 543,
          "estimate": 0.002715,
          "ci95_wilson": [
            0.002496304846032642,
            0.0029527977855539848
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03015912518853697,
          "relative_change_percent": -9.997750000000005
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1826,
          "estimate": 0.00913,
          "ci95_wilson": [
            0.008722478362537074,
            0.00955637784419936
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.008022624434388982,
          "relative_change_percent": 0.8864999999999824
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1800,
          "estimate": 0.009,
          "ci95_wilson": [
            0.00859543120172462,
            0.009423429998812363
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.004977375565611009,
          "relative_change_percent": -0.5500000000000164
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1850,
          "estimate": 0.00925,
          "ci95_wilson": [
            0.008839771761081637,
            0.00967907983599275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.020022624434389014,
          "relative_change_percent": 2.2124999999999857
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1777,
          "estimate": 0.008885,
          "ci95_wilson": [
            0.008483061624382757,
            0.00930580399374702
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016477375565610887,
          "relative_change_percent": -1.8207500000000028
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 824,
          "estimate": 0.00412,
          "ci95_wilson": [
            0.003848637842996683,
            0.004410410817130159
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.04048868778280543,
          "relative_change_percent": -8.947999999999999
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 603,
          "estimate": 0.003015,
          "ci95_wilson": [
            0.0027840764251913517,
            0.0032650146822401603
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00015912518853697724,
          "relative_change_percent": -0.05275000000000795
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1859,
          "estimate": 0.009295,
          "ci95_wilson": [
            0.008883761437075921,
            0.0097250884313752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024522624434389004,
          "relative_change_percent": 2.7097499999999846
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 610,
          "estimate": 0.00305,
          "ci95_wilson": [
            0.0028176904745019354,
            0.003301399288444814
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0033408748114630536,
          "relative_change_percent": 1.1075000000000021
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1723,
          "estimate": 0.008615,
          "ci95_wilson": [
            0.008219306865090996,
            0.009029569124778382
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.043477375565611,
          "relative_change_percent": -4.804250000000015
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1838,
          "estimate": 0.00919,
          "ci95_wilson": [
            0.008781122793778101,
            0.00961773110812731
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014022624434389085,
          "relative_change_percent": 1.5494999999999937
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 986,
          "estimate": 0.00493,
          "ci95_wilson": [
            0.004632403358066316,
            0.005246614186841718
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04051131221719456,
          "relative_change_percent": 8.952999999999998
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1859,
          "estimate": 0.009295,
          "ci95_wilson": [
            0.008883761437075921,
            0.0097250884313752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024522624434389004,
          "relative_change_percent": 2.7097499999999846
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1763,
          "estimate": 0.008815,
          "ci95_wilson": [
            0.008414671308027871,
            0.009234196999071432
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02347737556561095,
          "relative_change_percent": -2.5942500000000095
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1720,
          "estimate": 0.0086,
          "ci95_wilson": [
            0.00820465674487612,
            0.009014219821201014
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04497737556561094,
          "relative_change_percent": -4.970000000000009
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1810,
          "estimate": 0.00905,
          "ci95_wilson": [
            0.008644292920404598,
            0.009474566359439867
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 2.262443438913464e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1781,
          "estimate": 0.008905,
          "ci95_wilson": [
            0.008502602910418568,
            0.0093262619394342
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014477375565610968,
          "relative_change_percent": -1.5997500000000118
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 571,
          "estimate": 0.002855,
          "ci95_wilson": [
            0.002630517877635909,
            0.0030985793760116643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016159125188536974,
          "relative_change_percent": -5.356750000000007
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1708,
          "estimate": 0.00854,
          "ci95_wilson": [
            0.008146059400892906,
            0.008952819470015253
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05097737556561087,
          "relative_change_percent": -5.633000000000001
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 885,
          "estimate": 0.004425,
          "ci95_wilson": [
            0.004143476960004415,
            0.004725559983898061
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.009988687782805459,
          "relative_change_percent": -2.2075000000000062
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 634,
          "estimate": 0.00317,
          "ci95_wilson": [
            0.0029329984524941012,
            0.003426086700790602
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.015340874811463042,
          "relative_change_percent": 5.085499999999998
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1715,
          "estimate": 0.008575,
          "ci95_wilson": [
            0.008180240573526055,
            0.008988636952897339
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04747737556561101,
          "relative_change_percent": -5.246250000000017
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1713,
          "estimate": 0.008565,
          "ci95_wilson": [
            0.008170474349175349,
            0.008978403561386551
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04847737556561097,
          "relative_change_percent": -5.3567500000000114
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1797,
          "estimate": 0.008985,
          "ci95_wilson": [
            0.008580773318516404,
            0.009408088458228336
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0064773755656109475,
          "relative_change_percent": -0.7157500000000097
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 858,
          "estimate": 0.00429,
          "ci95_wilson": [
            0.004012929240907284,
            0.004586112888864994
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.02348868778280543,
          "relative_change_percent": -5.191
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 635,
          "estimate": 0.003175,
          "ci95_wilson": [
            0.002937804910291707,
            0.0034312800509237436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01584087481146302,
          "relative_change_percent": 5.251249999999991
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1678,
          "estimate": 0.00839,
          "ci95_wilson": [
            0.007999588288265566,
            0.00879929634472015
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06597737556561095,
          "relative_change_percent": -7.2905000000000095
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1713,
          "estimate": 0.008565,
          "ci95_wilson": [
            0.008170474349175349,
            0.008978403561386551
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04847737556561097,
          "relative_change_percent": -5.3567500000000114
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1710,
          "estimate": 0.00855,
          "ci95_wilson": [
            0.00815582527503766,
            0.008963053211731997
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04997737556561091,
          "relative_change_percent": -5.522500000000005
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1792,
          "estimate": 0.00896,
          "ci95_wilson": [
            0.00855634416499963,
            0.009382518572091365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008977375565611019,
          "relative_change_percent": -0.9920000000000175
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 519,
          "estimate": 0.002595,
          "ci95_wilson": [
            0.00238138574071833,
            0.002827721500530342
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.042159125188536956,
          "relative_change_percent": -13.97575
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1743,
          "estimate": 0.008715,
          "ci95_wilson": [
            0.008316982269455875,
            0.009131889879028469
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03347737556561089,
          "relative_change_percent": -3.699250000000003
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1764,
          "estimate": 0.00882,
          "ci95_wilson": [
            0.008419556113715377,
            0.009239312001314675
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02297737556561097,
          "relative_change_percent": -2.5390000000000117
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 925,
          "estimate": 0.004625,
          "ci95_wilson": [
            0.0043370054558063195,
            0.004932023805326079
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.010011312217194507,
          "relative_change_percent": 2.2124999999999857
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1789,
          "estimate": 0.008945,
          "ci95_wilson": [
            0.008541687065176717,
            0.009367176248122038
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010477375565610958,
          "relative_change_percent": -1.1577500000000107
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1760,
          "estimate": 0.0088,
          "ci95_wilson": [
            0.00840001709214551,
            0.009218851791161553
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024977375565610888,
          "relative_change_percent": -2.760000000000003
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 544,
          "estimate": 0.00272,
          "ci95_wilson": [
            0.0025010956183796357,
            0.0029580068211377394
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029659125188536944,
          "relative_change_percent": -9.831999999999997
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1822,
          "estimate": 0.00911,
          "ci95_wilson": [
            0.00870293123444831,
            0.009535925740565132
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006022624434389064,
          "relative_change_percent": 0.6654999999999914
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1750,
          "estimate": 0.00875,
          "ci95_wilson": [
            0.00835117189393534,
            0.009167698910064241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029977375565610857,
          "relative_change_percent": -3.3124999999999996
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 820,
          "estimate": 0.0041,
          "ci95_wilson": [
            0.0038293172106463325,
            0.004389732217757517
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.042488687782805436,
          "relative_change_percent": -9.39
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1709,
          "estimate": 0.008545,
          "ci95_wilson": [
            0.008150942320416927,
            0.00895793635842198
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05047737556561089,
          "relative_change_percent": -5.577750000000003
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1727,
          "estimate": 0.008635,
          "ci95_wilson": [
            0.008238840844004097,
            0.009050034377588275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04147737556561091,
          "relative_change_percent": -4.583250000000005
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1767,
          "estimate": 0.008835,
          "ci95_wilson": [
            0.008434210731562922,
            0.009254656807259374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.021477375565610857,
          "relative_change_percent": -2.3732499999999996
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1724,
          "estimate": 0.00862,
          "ci95_wilson": [
            0.008224190307883336,
            0.009034685489916792
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04297737556561102,
          "relative_change_percent": -4.749000000000017
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 543,
          "estimate": 0.002715,
          "ci95_wilson": [
            0.002496304846032642,
            0.0029527977855539848
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03015912518853697,
          "relative_change_percent": -9.997750000000005
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1713,
          "estimate": 0.008565,
          "ci95_wilson": [
            0.008170474349175349,
            0.008978403561386551
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04847737556561097,
          "relative_change_percent": -5.3567500000000114
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 905,
          "estimate": 0.004525,
          "ci95_wilson": [
            0.0042402231136205995,
            0.004828809988896838
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 1.131221719456732e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1721,
          "estimate": 0.008605,
          "ci95_wilson": [
            0.00820954008355744,
            0.009019336290450444
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04447737556561096,
          "relative_change_percent": -4.91475000000001
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1762,
          "estimate": 0.00881,
          "ci95_wilson": [
            0.008409786535851543,
            0.009229081963317013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02397737556561093,
          "relative_change_percent": -2.6495000000000073
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1664,
          "estimate": 0.00832,
          "ci95_wilson": [
            0.007931246158651742,
            0.008727641163303499
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07297737556561101,
          "relative_change_percent": -8.064000000000016
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 802,
          "estimate": 0.00401,
          "ci95_wilson": [
            0.0037423952936400263,
            0.004296657592010356
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.051488687782805506,
          "relative_change_percent": -11.379000000000016
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 548,
          "estimate": 0.00274,
          "ci95_wilson": [
            0.002520260636154077,
            0.002978841035086289
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027659125188536984,
          "relative_change_percent": -9.16900000000001
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1714,
          "estimate": 0.00857,
          "ci95_wilson": [
            0.008175357443878373,
            0.008983520274614274
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04797737556561099,
          "relative_change_percent": -5.301500000000014
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 530,
          "estimate": 0.00265,
          "ci95_wilson": [
            0.0024340426473748985,
            0.0028850624811120025
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.036659125188536965,
          "relative_change_percent": -12.152500000000003
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1689,
          "estimate": 0.008445,
          "ci95_wilson": [
            0.008053290639204302,
            0.008855591881019642
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.060477375565611,
          "relative_change_percent": -6.6827500000000155
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1669,
          "estimate": 0.008345,
          "ci95_wilson": [
            0.007955653245081224,
            0.008753233116527757
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07047737556561094,
          "relative_change_percent": -7.787750000000008
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 871,
          "estimate": 0.004355,
          "ci95_wilson": [
            0.004075776838883516,
            0.004653262793988486
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.016988687782805434,
          "relative_change_percent": -3.7545000000000006
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1691,
          "estimate": 0.008455,
          "ci95_wilson": [
            0.008063055168552664,
            0.008865826967532776
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05947737556561087,
          "relative_change_percent": -6.57225
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 561,
          "estimate": 0.002805,
          "ci95_wilson": [
            0.0025825679085688122,
            0.00304653126577128
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.021159125188536944,
          "relative_change_percent": -7.014249999999997
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1743,
          "estimate": 0.008715,
          "ci95_wilson": [
            0.008316982269455875,
            0.009131889879028469
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03347737556561089,
          "relative_change_percent": -3.699250000000003
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 893,
          "estimate": 0.004465,
          "ci95_wilson": [
            0.004182171001835034,
            0.004766864405513426
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.005988687782805448,
          "relative_change_percent": -1.323500000000004
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1657,
          "estimate": 0.008285,
          "ci95_wilson": [
            0.007897077772272857,
            0.00869181089416715
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07647737556561088,
          "relative_change_percent": -8.450750000000001
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 874,
          "estimate": 0.00437,
          "ci95_wilson": [
            0.004090282442583964,
            0.004668756614080282
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.015488687782805495,
          "relative_change_percent": -3.4230000000000143
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.07550246893073403,
        "accepted_deals": 200000,
        "attempted_deals": 2648920,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.16982,
            "second_half_estimate": 0.16962,
            "absolute_difference": 0.00020000000000000573,
            "difference_z_score": 0.11913413431254274
          },
          "any_pair": {
            "first_half_estimate": 0.05902,
            "second_half_estimate": 0.05834,
            "absolute_difference": 0.00068,
            "difference_z_score": 0.6469648318961221
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02387,
            "second_half_estimate": 0.02401,
            "absolute_difference": 0.00014000000000000123,
            "difference_z_score": 0.20479188935700182
          },
          "ace_king": {
            "first_half_estimate": 0.01399,
            "second_half_estimate": 0.01422,
            "absolute_difference": 0.0002299999999999993,
            "difference_z_score": 0.4361251857357331
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.15238,
            "second_half_estimate": 0.15442,
            "absolute_difference": 0.002040000000000014,
            "difference_z_score": 1.265800017468523
          }
        },
        "maximum_split_half_z_score": 1.265800017468523
      }
    },
    {
      "model": "bucketed_top_band",
      "table_size": 9,
      "observed_folds_before_button": 6,
      "accepted_deals": 200000,
      "attempted_deals": 4499324,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026121315,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 34907,
          "estimate": 0.174535,
          "monte_carlo_standard_error": 0.00084874181520354,
          "ci95": [
            0.1728777520218579,
            0.17620475034195632
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": 0.02521373303167418,
          "absolute_change_percentage_points": 2.521373303167418,
          "relative_change_percent": 16.885560606060583,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 39.660926001864645
          }
        },
        "any_pair": {
          "successes": 11862,
          "estimate": 0.05931,
          "monte_carlo_standard_error": 0.0005281681735015846,
          "ci95": [
            0.05828324903929141,
            0.060353679560432916
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 0.00048647058823529654,
          "absolute_change_percentage_points": 0.048647058823529654,
          "relative_change_percent": 0.8270000000000042,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4917,
          "estimate": 0.024585,
          "monte_carlo_standard_error": 0.0003462699653088613,
          "ci95": [
            0.02391539969096708,
            0.025272862829711716
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": 0.0019605656108597283,
          "absolute_change_percentage_points": 0.19605656108597283,
          "relative_change_percent": 8.6657,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 510.0568909609149
          }
        },
        "ace_king": {
          "successes": 2842,
          "estimate": 0.01421,
          "monte_carlo_standard_error": 0.00026465143018695363,
          "ci95": [
            0.013700544328917773,
            0.014738116735458728
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": 0.0021436349924585218,
          "absolute_change_percentage_points": 0.21436349924585218,
          "relative_change_percent": 17.765375,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 466.49732977772777
          }
        },
        "both_cards_ten_plus": {
          "successes": 30967,
          "estimate": 0.154835,
          "monte_carlo_standard_error": 0.0008088915958736375,
          "ci95": [
            0.15325623252714018,
            0.15642702658952654
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": 0.011546915535444957,
          "absolute_change_percentage_points": 1.1546915535444957,
          "relative_change_percent": 8.058531578947376,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 86.60321424629399
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.0746478749999991,
          "monte_carlo_standard_error": 4.6312121944321624e-05,
          "ci95": [
            0.0745571049089406,
            0.0747386450910576
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2275201923077827,
          "relative_change_percent": -2.957762500001175
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07460849999999905,
          "monte_carlo_standard_error": 4.622932591444031e-05,
          "ci95": [
            0.07451789218617719,
            0.07469910781382091
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.23145769230778768,
          "relative_change_percent": -3.0089500000012395
        },
        "4": {
          "expected_share_of_remaining_cards": 0.0747374999999991,
          "monte_carlo_standard_error": 4.624334991096243e-05,
          "ci95": [
            0.07464686469964912,
            0.07482813530034907
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2185576923077831,
          "relative_change_percent": -2.84125000000118
        },
        "5": {
          "expected_share_of_remaining_cards": 0.0747966249999991,
          "monte_carlo_standard_error": 4.626595152743426e-05,
          "ci95": [
            0.07470594540129485,
            0.07488730459870335
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2126451923077824,
          "relative_change_percent": -2.764387500001171
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07481149999999909,
          "monte_carlo_standard_error": 4.6296482647952656e-05,
          "ci95": [
            0.07472076056139822,
            0.07490223943859996
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.21115769230778403,
          "relative_change_percent": -2.7450500000011924
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07458274999999912,
          "monte_carlo_standard_error": 4.6347022584203444e-05,
          "ci95": [
            0.07449191150494341,
            0.07467358849505482
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.23403269230778123,
          "relative_change_percent": -3.0424250000011557
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07600049999999907,
          "monte_carlo_standard_error": 4.5097521192220315e-05,
          "ci95": [
            0.07591211048267028,
            0.07608888951732785
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.09225769230778585,
          "relative_change_percent": -1.199350000001216
        },
        "9": {
          "expected_share_of_remaining_cards": 0.0759721249999991,
          "monte_carlo_standard_error": 4.524089105680479e-05,
          "ci95": [
            0.07588345448289927,
            0.07606079551709893
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.0950951923077828,
          "relative_change_percent": -1.2362375000011763
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07692562499999915,
          "monte_carlo_standard_error": 4.462851303055567e-05,
          "ci95": [
            0.07683815472177569,
            0.07701309527822262
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.00025480769222235855,
          "relative_change_percent": 0.003312499998890661
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07741299999999918,
          "monte_carlo_standard_error": 4.4244951046183164e-05,
          "ci95": [
            0.07732628148945092,
            0.07749971851054743
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.04899230769222496,
          "relative_change_percent": 0.6368999999989244
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07754174999999916,
          "monte_carlo_standard_error": 4.4310564223655835e-05,
          "ci95": [
            0.07745490288998615,
            0.07762859711001217
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.06186730769222326,
          "relative_change_percent": 0.8042749999989024
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07748074999999918,
          "monte_carlo_standard_error": 4.4363785770779744e-05,
          "ci95": [
            0.0773937985776706,
            0.07756770142232776
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.05576730769222549,
          "relative_change_percent": 0.7249749999989313
        },
        "A": {
          "expected_share_of_remaining_cards": 0.09048150000000203,
          "monte_carlo_standard_error": 3.231527905086206e-05,
          "ci95": [
            0.09041816321691198,
            0.09054483678309208
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 1.3558423076925106,
          "relative_change_percent": 17.625950000002636
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1298,
          "estimate": 0.00649,
          "ci95_wilson": [
            0.006147436490165631,
            0.006851521129135807
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.19651131221719453,
          "relative_change_percent": 43.42899999999999
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 687,
          "estimate": 0.003435,
          "ci95_wilson": [
            0.003187944180480268,
            0.0037011307931340844
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04184087481146305,
          "relative_change_percent": 13.87025
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2155,
          "estimate": 0.010775,
          "ci95_wilson": [
            0.010331833830250997,
            0.011236959185701561
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.17252262443438904,
          "relative_change_percent": 19.063749999999988
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 742,
          "estimate": 0.00371,
          "ci95_wilson": [
            0.003452916021320967,
            0.003986148388484531
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06934087481146306,
          "relative_change_percent": 22.986500000000003
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2234,
          "estimate": 0.01117,
          "ci95_wilson": [
            0.010718701305506964,
            0.011640076536974693
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.212022624434389,
          "relative_change_percent": 23.428499999999982
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 714,
          "estimate": 0.00357,
          "ci95_wilson": [
            0.003317972574739609,
            0.0038410972130049417
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05534087481146302,
          "relative_change_percent": 18.34549999999999
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2125,
          "estimate": 0.010625,
          "ci95_wilson": [
            0.010184962355746896,
            0.011083836422283218
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.15752262443438914,
          "relative_change_percent": 17.406249999999996
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 724,
          "estimate": 0.00362,
          "ci95_wilson": [
            0.003366155365971068,
            0.0038929125010809637
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.06034087481146303,
          "relative_change_percent": 20.002999999999993
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2118,
          "estimate": 0.01059,
          "ci95_wilson": [
            0.010150695616493255,
            0.011048104506021625
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1540226244343891,
          "relative_change_percent": 17.019499999999994
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 715,
          "estimate": 0.003575,
          "ci95_wilson": [
            0.003322790278473332,
            0.003846279317201967
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05584087481146304,
          "relative_change_percent": 18.511249999999997
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2166,
          "estimate": 0.01083,
          "ci95_wilson": [
            0.010385692338100619,
            0.011293098565090167
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.178022624434389,
          "relative_change_percent": 19.67149999999998
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 680,
          "estimate": 0.0034,
          "ci95_wilson": [
            0.0031542491266367914,
            0.0036648271914623237
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03834087481146302,
          "relative_change_percent": 12.70999999999999
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2141,
          "estimate": 0.010705,
          "ci95_wilson": [
            0.010263290994490564,
            0.011165504710431519
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.16552262443438898,
          "relative_change_percent": 18.29024999999998
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 719,
          "estimate": 0.003595,
          "ci95_wilson": [
            0.0033420623764784632,
            0.003867006450919828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05784087481146304,
          "relative_change_percent": 19.174249999999997
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2105,
          "estimate": 0.010525,
          "ci95_wilson": [
            0.010087060708922242,
            0.01098174191049291
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.14752262443438902,
          "relative_change_percent": 16.301249999999985
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 679,
          "estimate": 0.003395,
          "ci95_wilson": [
            0.0031494360994061615,
            0.003659640410762206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03784087481146303,
          "relative_change_percent": 12.544249999999995
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2070,
          "estimate": 0.01035,
          "ci95_wilson": [
            0.009915757705740939,
            0.01080305163609803
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.13002262443438906,
          "relative_change_percent": 14.367499999999989
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 704,
          "estimate": 0.00352,
          "ci95_wilson": [
            0.003269802668622162,
            0.0037892690398149084
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05034087481146304,
          "relative_change_percent": 16.688
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2008,
          "estimate": 0.01004,
          "ci95_wilson": [
            0.009612386598283352,
            0.010486434651849235
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09902262443438908,
          "relative_change_percent": 10.941999999999993
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 689,
          "estimate": 0.003445,
          "ci95_wilson": [
            0.0031975725714711955,
            0.003711502018004653
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04284087481146305,
          "relative_change_percent": 14.20175
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2052,
          "estimate": 0.01026,
          "ci95_wilson": [
            0.009827671562918123,
            0.01071114123616738
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.12102262443438906,
          "relative_change_percent": 13.37299999999999
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 672,
          "estimate": 0.00336,
          "ci95_wilson": [
            0.0031157488146907725,
            0.0036233290399623583
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03434087481146305,
          "relative_change_percent": 11.384
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2063,
          "estimate": 0.010315,
          "ci95_wilson": [
            0.009881500960857766,
            0.010767309725465964
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.126522624434389,
          "relative_change_percent": 13.980749999999983
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 703,
          "estimate": 0.003515,
          "ci95_wilson": [
            0.0032649863971631293,
            0.0037840855033431926
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04984087481146302,
          "relative_change_percent": 16.522249999999993
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1944,
          "estimate": 0.00972,
          "ci95_wilson": [
            0.009299340790935558,
            0.010159492751629149
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.067022624434389,
          "relative_change_percent": 7.405999999999984
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 879,
          "estimate": 0.004395,
          "ci95_wilson": [
            0.004114460352301495,
            0.004694577744016492
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.01298868778280551,
          "relative_change_percent": -2.8705000000000176
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1875,
          "estimate": 0.009375,
          "ci95_wilson": [
            0.008961971488663604,
            0.009806875306679485
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032522624434389025,
          "relative_change_percent": 3.593749999999987
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 665,
          "estimate": 0.003325,
          "ci95_wilson": [
            0.0030820684415018527,
            0.0035870107576360414
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03084087481146302,
          "relative_change_percent": 10.22374999999999
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1736,
          "estimate": 0.00868,
          "ci95_wilson": [
            0.008282794315107178,
            0.009096079177861928
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03697737556561092,
          "relative_change_percent": -4.0860000000000065
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1785,
          "estimate": 0.008925,
          "ci95_wilson": [
            0.00852214472460236,
            0.009346719356973402
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012477375565610876,
          "relative_change_percent": -1.3787500000000017
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1793,
          "estimate": 0.008965,
          "ci95_wilson": [
            0.008561229930394031,
            0.009387632614627718
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008477375565610866,
          "relative_change_percent": -0.9367500000000006
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1817,
          "estimate": 0.009085,
          "ci95_wilson": [
            0.008678498042548789,
            0.00951035989281091
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.003522624434388992,
          "relative_change_percent": 0.3892499999999836
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1767,
          "estimate": 0.008835,
          "ci95_wilson": [
            0.008434210731562922,
            0.009254656807259374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.021477375565610857,
          "relative_change_percent": -2.3732499999999996
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1753,
          "estimate": 0.008765,
          "ci95_wilson": [
            0.008365825098944176,
            0.009183045128847649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02847737556561092,
          "relative_change_percent": -3.146750000000006
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1766,
          "estimate": 0.00883,
          "ci95_wilson": [
            0.008429325825511065,
            0.00924954190538048
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02197737556561101,
          "relative_change_percent": -2.4285000000000165
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1763,
          "estimate": 0.008815,
          "ci95_wilson": [
            0.008414671308027871,
            0.009234196999071432
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02347737556561095,
          "relative_change_percent": -2.5942500000000095
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1734,
          "estimate": 0.00867,
          "ci95_wilson": [
            0.008273026636308432,
            0.009085847240799177
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03797737556561088,
          "relative_change_percent": -4.196500000000002
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 528,
          "estimate": 0.00264,
          "ci95_wilson": [
            0.0024244668325634723,
            0.0028746386800619327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.037659125188536965,
          "relative_change_percent": -12.484000000000004
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 904,
          "estimate": 0.00452,
          "ci95_wilson": [
            0.00423538493653786,
            0.004823648358048827
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.000488687782805499,
          "relative_change_percent": -0.10800000000001528
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 560,
          "estimate": 0.0028,
          "ci95_wilson": [
            0.002577773919396279,
            0.0030413254470130647
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02165912518853697,
          "relative_change_percent": -7.180000000000005
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1787,
          "estimate": 0.008935,
          "ci95_wilson": [
            0.008531915829200171,
            0.009356947868237087
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011477375565610917,
          "relative_change_percent": -1.2682500000000063
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1865,
          "estimate": 0.009325,
          "ci95_wilson": [
            0.008913089282643873,
            0.009755759433391738
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027522624434389055,
          "relative_change_percent": 3.0412499999999905
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1897,
          "estimate": 0.009485,
          "ci95_wilson": [
            0.00906952307275294,
            0.009919319497066608
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0435226244343891,
          "relative_change_percent": 4.809249999999995
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1789,
          "estimate": 0.008945,
          "ci95_wilson": [
            0.008541687065176717,
            0.009367176248122038
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.010477375565610958,
          "relative_change_percent": -1.1577500000000107
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1784,
          "estimate": 0.00892,
          "ci95_wilson": [
            0.008517259221638816,
            0.009341605052006199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012977375565610856,
          "relative_change_percent": -1.4339999999999995
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1774,
          "estimate": 0.00887,
          "ci95_wilson": [
            0.008468406007515765,
            0.009290460186821765
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.017977375565611,
          "relative_change_percent": -1.9865000000000153
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1752,
          "estimate": 0.00876,
          "ci95_wilson": [
            0.00836094066344071,
            0.009177929756420365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.028977375565610898,
          "relative_change_percent": -3.202000000000004
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 899,
          "estimate": 0.004495,
          "ci95_wilson": [
            0.004211195413230281,
            0.004797838841702668
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.002988687782805484,
          "relative_change_percent": -0.6605000000000119
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 668,
          "estimate": 0.00334,
          "ci95_wilson": [
            0.0030965020339256883,
            0.0036025765890044504
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03234087481146304,
          "relative_change_percent": 10.720999999999998
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1827,
          "estimate": 0.009135,
          "ci95_wilson": [
            0.008727365224144025,
            0.009561490790523158
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.008522624434389135,
          "relative_change_percent": 0.9417499999999993
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1823,
          "estimate": 0.009115,
          "ci95_wilson": [
            0.00870781796866779,
            0.0095410388142764
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006522624434389043,
          "relative_change_percent": 0.7207499999999892
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 644,
          "estimate": 0.00322,
          "ci95_wilson": [
            0.0029810698946223435,
            0.0034780133379698408
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.020340874811463055,
          "relative_change_percent": 6.743000000000002
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1792,
          "estimate": 0.00896,
          "ci95_wilson": [
            0.00855634416499963,
            0.009382518572091365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008977375565611019,
          "relative_change_percent": -0.9920000000000175
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1830,
          "estimate": 0.00915,
          "ci95_wilson": [
            0.008742025999554448,
            0.009576829438904979
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010022624434389074,
          "relative_change_percent": 1.1074999999999926
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1752,
          "estimate": 0.00876,
          "ci95_wilson": [
            0.00836094066344071,
            0.009177929756420365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.028977375565610898,
          "relative_change_percent": -3.202000000000004
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1698,
          "estimate": 0.00849,
          "ci95_wilson": [
            0.008097232142713672,
            0.008901648648887003
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05597737556561101,
          "relative_change_percent": -6.185500000000016
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 548,
          "estimate": 0.00274,
          "ci95_wilson": [
            0.002520260636154077,
            0.002978841035086289
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027659125188536984,
          "relative_change_percent": -9.16900000000001
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1812,
          "estimate": 0.00906,
          "ci95_wilson": [
            0.008654065651708728,
            0.009484793243997234
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.001022624434389094,
          "relative_change_percent": 0.11299999999999487
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1699,
          "estimate": 0.008495,
          "ci95_wilson": [
            0.008102114709583262,
            0.008906765889948166
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05547737556561086,
          "relative_change_percent": -6.130249999999999
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 937,
          "estimate": 0.004685,
          "ci95_wilson": [
            0.004395091746038554,
            0.0049939352102628225
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.016011312217194523,
          "relative_change_percent": 3.5384999999999893
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 560,
          "estimate": 0.0028,
          "ci95_wilson": [
            0.002577773919396279,
            0.0030413254470130647
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02165912518853697,
          "relative_change_percent": -7.180000000000005
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1696,
          "estimate": 0.00848,
          "ci95_wilson": [
            0.008087467115311034,
            0.008891414060428147
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05697737556561097,
          "relative_change_percent": -6.296000000000012
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 652,
          "estimate": 0.00326,
          "ci95_wilson": [
            0.003019537887269606,
            0.0035195438087685625
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02434087481146302,
          "relative_change_percent": 8.06899999999999
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 548,
          "estimate": 0.00274,
          "ci95_wilson": [
            0.002520260636154077,
            0.002978841035086289
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027659125188536984,
          "relative_change_percent": -9.16900000000001
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1811,
          "estimate": 0.009055,
          "ci95_wilson": [
            0.008649179269956599,
            0.009479679817818616
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0005226244343891143,
          "relative_change_percent": 0.05774999999999712
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1744,
          "estimate": 0.00872,
          "ci95_wilson": [
            0.00832186639950385,
            0.00913700555691124
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03297737556561091,
          "relative_change_percent": -3.644000000000005
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 615,
          "estimate": 0.003075,
          "ci95_wilson": [
            0.00284170540716074,
            0.0033273833954397493
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0058408748114630385,
          "relative_change_percent": 1.9362499999999971
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 605,
          "estimate": 0.003025,
          "ci95_wilson": [
            0.0027936796163439987,
            0.0032754111069490093
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0008408748114630254,
          "relative_change_percent": 0.2787499999999929
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1731,
          "estimate": 0.008655,
          "ci95_wilson": [
            0.00825837537578922,
            0.009070499077526146
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03947737556561099,
          "relative_change_percent": -4.362250000000014
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 895,
          "estimate": 0.004475,
          "ci95_wilson": [
            0.004191845438162759,
            0.004777189585047198
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.004988687782805489,
          "relative_change_percent": -1.102500000000013
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1839,
          "estimate": 0.009195,
          "ci95_wilson": [
            0.008786010035074168,
            0.00962284367476199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014522624434389064,
          "relative_change_percent": 1.6047499999999915
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1736,
          "estimate": 0.00868,
          "ci95_wilson": [
            0.008282794315107178,
            0.009096079177861928
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03697737556561092,
          "relative_change_percent": -4.0860000000000065
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1806,
          "estimate": 0.00903,
          "ci95_wilson": [
            0.00862474784472706,
            0.009454112203394411
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0019773755656109573,
          "relative_change_percent": -0.21850000000001077
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1705,
          "estimate": 0.008525,
          "ci95_wilson": [
            0.008131410853206771,
            0.008937468593909141
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05247737556561098,
          "relative_change_percent": -5.7987500000000125
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1721,
          "estimate": 0.008605,
          "ci95_wilson": [
            0.00820954008355744,
            0.009019336290450444
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04447737556561096,
          "relative_change_percent": -4.91475000000001
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1651,
          "estimate": 0.008255,
          "ci95_wilson": [
            0.00786779201663148,
            0.008661097802224037
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07947737556561092,
          "relative_change_percent": -8.782250000000007
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 616,
          "estimate": 0.00308,
          "ci95_wilson": [
            0.002846508878271242,
            0.003332579732259995
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006340874811463018,
          "relative_change_percent": 2.1019999999999905
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1724,
          "estimate": 0.00862,
          "ci95_wilson": [
            0.008224190307883336,
            0.009034685489916792
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04297737556561102,
          "relative_change_percent": -4.749000000000017
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 883,
          "estimate": 0.004415,
          "ci95_wilson": [
            0.004133804381652003,
            0.004715232946388976
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.010988687782805505,
          "relative_change_percent": -2.4285000000000165
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 546,
          "estimate": 0.00273,
          "ci95_wilson": [
            0.0025106777426450876,
            0.0029684243127337828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028659125188536985,
          "relative_change_percent": -9.50050000000001
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1733,
          "estimate": 0.008665,
          "ci95_wilson": [
            0.008268142848415384,
            0.009080731220761478
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03847737556561086,
          "relative_change_percent": -4.2517499999999995
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1722,
          "estimate": 0.00861,
          "ci95_wilson": [
            0.008214423456972389,
            0.009024452724966242
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04397737556561098,
          "relative_change_percent": -4.859500000000013
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 648,
          "estimate": 0.00324,
          "ci95_wilson": [
            0.0030003026996026612,
            0.003498779764712515
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02234087481146302,
          "relative_change_percent": 7.40599999999999
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1724,
          "estimate": 0.00862,
          "ci95_wilson": [
            0.008224190307883336,
            0.009034685489916792
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04297737556561102,
          "relative_change_percent": -4.749000000000017
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1751,
          "estimate": 0.008755,
          "ci95_wilson": [
            0.008356056261761528,
            0.0091728143501688
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029477375565610878,
          "relative_change_percent": -3.2572500000000018
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1705,
          "estimate": 0.008525,
          "ci95_wilson": [
            0.008131410853206771,
            0.008937468593909141
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05247737556561098,
          "relative_change_percent": -5.7987500000000125
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1719,
          "estimate": 0.008595,
          "ci95_wilson": [
            0.008199773440958447,
            0.00900910331718794
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04547737556561092,
          "relative_change_percent": -5.025250000000006
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 896,
          "estimate": 0.00448,
          "ci95_wilson": [
            0.004196682794357571,
            0.004782352036783132
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0044886877828055095,
          "relative_change_percent": -0.9920000000000175
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 514,
          "estimate": 0.00257,
          "ci95_wilson": [
            0.002357459033852675,
            0.0028016491677422557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.044659125188536986,
          "relative_change_percent": -14.80450000000001
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1651,
          "estimate": 0.008255,
          "ci95_wilson": [
            0.00786779201663148,
            0.008661097802224037
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07947737556561092,
          "relative_change_percent": -8.782250000000007
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1679,
          "estimate": 0.008395,
          "ci95_wilson": [
            0.008004470140481668,
            0.008804414300434795
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06547737556561098,
          "relative_change_percent": -7.235250000000012
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1696,
          "estimate": 0.00848,
          "ci95_wilson": [
            0.008087467115311034,
            0.008891414060428147
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05697737556561097,
          "relative_change_percent": -6.296000000000012
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1672,
          "estimate": 0.00836,
          "ci95_wilson": [
            0.007970297933449475,
            0.00876858785195175
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06897737556561101,
          "relative_change_percent": -7.622000000000016
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 534,
          "estimate": 0.00267,
          "ci95_wilson": [
            0.0024531966850221873,
            0.0029059076751877066
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03465912518853696,
          "relative_change_percent": -11.489500000000003
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1672,
          "estimate": 0.00836,
          "ci95_wilson": [
            0.007970297933449475,
            0.00876858785195175
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06897737556561101,
          "relative_change_percent": -7.622000000000016
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 853,
          "estimate": 0.004265,
          "ci95_wilson": [
            0.003988761475303815,
            0.00456028161481472
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0259886877828055,
          "relative_change_percent": -5.743500000000015
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1642,
          "estimate": 0.00821,
          "ci95_wilson": [
            0.007823865879219244,
            0.008615025668259542
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08397737556561091,
          "relative_change_percent": -9.279500000000006
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1732,
          "estimate": 0.00866,
          "ci95_wilson": [
            0.008263259094899146,
            0.009075615166346966
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03897737556561101,
          "relative_change_percent": -4.307000000000016
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 528,
          "estimate": 0.00264,
          "ci95_wilson": [
            0.0024244668325634723,
            0.0028746386800619327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.037659125188536965,
          "relative_change_percent": -12.484000000000004
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1709,
          "estimate": 0.008545,
          "ci95_wilson": [
            0.008150942320416927,
            0.00895793635842198
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05047737556561089,
          "relative_change_percent": -5.577750000000003
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 551,
          "estimate": 0.002755,
          "ci95_wilson": [
            0.00253463640959723,
            0.002994464685435381
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02615912518853696,
          "relative_change_percent": -8.671750000000001
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1726,
          "estimate": 0.00863,
          "ci95_wilson": [
            0.008233957297369707,
            0.009044918116291918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04197737556561089,
          "relative_change_percent": -4.638500000000003
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 916,
          "estimate": 0.00458,
          "ci95_wilson": [
            0.0042934489991893095,
            0.004885581990566356
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.005511312217194517,
          "relative_change_percent": 1.217999999999988
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 571,
          "estimate": 0.002855,
          "ci95_wilson": [
            0.002630517877635909,
            0.0030985793760116643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016159125188536974,
          "relative_change_percent": -5.356750000000007
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 574,
          "estimate": 0.00287,
          "ci95_wilson": [
            0.0026449063975698133,
            0.0031141902798700045
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01465912518853695,
          "relative_change_percent": -4.859499999999999
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1652,
          "estimate": 0.00826,
          "ci95_wilson": [
            0.00787267288373619,
            0.008666216743050075
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07897737556561094,
          "relative_change_percent": -8.727000000000007
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1717,
          "estimate": 0.008585,
          "ci95_wilson": [
            0.008190006937534322,
            0.008998870204750571
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04647737556561088,
          "relative_change_percent": -5.135750000000002
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 837,
          "estimate": 0.004185,
          "ci95_wilson": [
            0.003911441332650312,
            0.004477604830576255
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.033988687782805435,
          "relative_change_percent": -7.511500000000001
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 543,
          "estimate": 0.002715,
          "ci95_wilson": [
            0.002496304846032642,
            0.0029527977855539848
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03015912518853697,
          "relative_change_percent": -9.997750000000005
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1709,
          "estimate": 0.008545,
          "ci95_wilson": [
            0.008150942320416927,
            0.00895793635842198
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05047737556561089,
          "relative_change_percent": -5.577750000000003
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 532,
          "estimate": 0.00266,
          "ci95_wilson": [
            0.00244361926636461,
            0.0028954854779837873
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.035659125188536964,
          "relative_change_percent": -11.821000000000003
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1673,
          "estimate": 0.008365,
          "ci95_wilson": [
            0.00797517956879652,
            0.008773706024535453
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06847737556561102,
          "relative_change_percent": -7.566750000000018
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 809,
          "estimate": 0.004045,
          "ci95_wilson": [
            0.0037761941545018034,
            0.004332857386663816
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.047988687782805475,
          "relative_change_percent": -10.60550000000001
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 569,
          "estimate": 0.002845,
          "ci95_wilson": [
            0.0026209264296057455,
            0.003088171208180331
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01715912518853698,
          "relative_change_percent": -5.688250000000008
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1722,
          "estimate": 0.00861,
          "ci95_wilson": [
            0.008214423456972389,
            0.009024452724966242
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04397737556561098,
          "relative_change_percent": -4.859500000000013
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 856,
          "estimate": 0.00428,
          "ci95_wilson": [
            0.004003261839624613,
            0.0045757806742861675
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.024488687782805475,
          "relative_change_percent": -5.41200000000001
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.04445112199077017,
        "accepted_deals": 200000,
        "attempted_deals": 4499324,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.1743,
            "second_half_estimate": 0.17477,
            "absolute_difference": 0.0004699999999999982,
            "difference_z_score": 0.27688048453584807
          },
          "any_pair": {
            "first_half_estimate": 0.05967,
            "second_half_estimate": 0.05895,
            "absolute_difference": 0.0007199999999999984,
            "difference_z_score": 0.681601876417649
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02457,
            "second_half_estimate": 0.0246,
            "absolute_difference": 2.9999999999998778e-05,
            "difference_z_score": 0.04331880201330582
          },
          "ace_king": {
            "first_half_estimate": 0.01391,
            "second_half_estimate": 0.01451,
            "absolute_difference": 0.0005999999999999998,
            "difference_z_score": 1.1335701587650804
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.15383,
            "second_half_estimate": 0.15584,
            "absolute_difference": 0.0020100000000000118,
            "difference_z_score": 1.242445691849733
          }
        },
        "maximum_split_half_z_score": 1.242445691849733
      }
    },
    {
      "model": "inverted_rank_diagnostic",
      "table_size": 6,
      "observed_folds_before_button": 3,
      "accepted_deals": 200000,
      "attempted_deals": 931543,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026131012,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 28770,
          "estimate": 0.14385,
          "monte_carlo_standard_error": 0.0007847202606661816,
          "ci95": [
            0.14231881665583151,
            0.14539486443698163
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": -0.005471266968325811,
          "absolute_change_percentage_points": -0.5471266968325811,
          "relative_change_percent": -3.664090909090921,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 182.77302237108648
          }
        },
        "any_pair": {
          "successes": 11938,
          "estimate": 0.05969,
          "monte_carlo_standard_error": 0.0005297504313353601,
          "ci95": [
            0.0586601407648982,
            0.06073677323756299
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 0.0008664705882352949,
          "absolute_change_percentage_points": 0.0866470588235295,
          "relative_change_percent": 1.4730000000000014,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4396,
          "estimate": 0.02198,
          "monte_carlo_standard_error": 0.0003278481325248018,
          "ci95": [
            0.02134655134295263,
            0.02263181124580641
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": -0.0006444343891402714,
          "absolute_change_percentage_points": -0.06444343891402714,
          "relative_change_percent": -2.8483999999999994,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "ace_king": {
          "successes": 2198,
          "estimate": 0.01099,
          "monte_carlo_standard_error": 0.00023312249891419747,
          "ci95": [
            0.010542388537944352,
            0.011456396219030374
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": -0.0010763650075414789,
          "absolute_change_percentage_points": -0.10763650075414788,
          "relative_change_percent": -8.920375000000005,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 929.0528705351506
          }
        },
        "both_cards_ten_plus": {
          "successes": 27277,
          "estimate": 0.136385,
          "monte_carlo_standard_error": 0.0007674116619357566,
          "ci95": [
            0.1348878829378568,
            0.13789608491434946
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": -0.006903084464555037,
          "absolute_change_percentage_points": -0.6903084464555037,
          "relative_change_percent": -4.817626315789463,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 144.8627791148516
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.07981815217393409,
          "monte_carlo_standard_error": 2.5959054783358653e-05,
          "ci95": [
            0.07976727336148601,
            0.07986903098638218
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.28950752508571653,
          "relative_change_percent": 3.7635978261143146
        },
        "3": {
          "expected_share_of_remaining_cards": 0.07936000000002026,
          "monte_carlo_standard_error": 2.677856776054859e-05,
          "ci95": [
            0.07930751497165202,
            0.0794124850283885
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.24369230769433342,
          "relative_change_percent": 3.168000000026334
        },
        "4": {
          "expected_share_of_remaining_cards": 0.07880619565219266,
          "monte_carlo_standard_error": 2.7554094814761664e-05,
          "ci95": [
            0.07875219061872912,
            0.07886020068565619
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.18831187291157292,
          "relative_change_percent": 2.448054347850448
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07833836956523517,
          "monte_carlo_standard_error": 2.825442986832562e-05,
          "ci95": [
            0.07828299190028953,
            0.0783937472301808
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.14152926421582418,
          "relative_change_percent": 1.8398804348057143
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07778750000001651,
          "monte_carlo_standard_error": 2.904361796552275e-05,
          "ci95": [
            0.07773057555482335,
            0.07784442444520967
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.08644230769395828,
          "relative_change_percent": 1.1237500000214575
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07735826086958054,
          "monte_carlo_standard_error": 2.9550105525103524e-05,
          "ci95": [
            0.07730034372701199,
            0.0774161780121491
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.043518394650361725,
          "relative_change_percent": 0.5657391304547024
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07690380434784064,
          "monte_carlo_standard_error": 3.0179443118003035e-05,
          "ci95": [
            0.07684465372625587,
            0.0769629549694254
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.001927257523628989,
          "relative_change_percent": -0.025054347807176858
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07640902173914416,
          "monte_carlo_standard_error": 3.078496218642553e-05,
          "ci95": [
            0.07634868432199333,
            0.07646935915629498
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.051405518393277116,
          "relative_change_percent": -0.6682717391126025
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07596108695653465,
          "monte_carlo_standard_error": 3.123741866355441e-05,
          "ci95": [
            0.07589986274098409,
            0.07602231117208522
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.09619899665422732,
          "relative_change_percent": -1.250586956504955
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07548000000001227,
          "monte_carlo_standard_error": 3.180987554528851e-05,
          "ci95": [
            0.07541765378959081,
            0.07554234621043374
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.1443076923064654,
          "relative_change_percent": -1.87599999998405
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07507532608696774,
          "monte_carlo_standard_error": 3.2133739560049085e-05,
          "ci95": [
            0.07501234511474145,
            0.07513830705919403
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.1847750836109191,
          "relative_change_percent": -2.402076086941948
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07460554347827134,
          "monte_carlo_standard_error": 3.263580440983986e-05,
          "ci95": [
            0.07454157847702156,
            0.07466950847952111
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.23175334448055918,
          "relative_change_percent": -3.012793478247269
        },
        "A": {
          "expected_share_of_remaining_cards": 0.07409673913044434,
          "monte_carlo_standard_error": 3.3119581932048027e-05,
          "ci95": [
            0.0740318259426745,
            0.07416165231821419
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2826337792632583,
          "relative_change_percent": -3.6742391304223574
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 834,
          "estimate": 0.00417,
          "ci95_wilson": [
            0.003896946680456822,
            0.004462100058977501
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.035488687782805464,
          "relative_change_percent": -7.843000000000007
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1620,
          "estimate": 0.0081,
          "ci95_wilson": [
            0.007716503628062496,
            0.00850239214493983
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09497737556561098,
          "relative_change_percent": -10.495000000000012
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 549,
          "estimate": 0.002745,
          "ci95_wilson": [
            0.0025250523700645023,
            0.0029840491091066125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027159125188536963,
          "relative_change_percent": -9.003250000000003
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1707,
          "estimate": 0.008535,
          "ci95_wilson": [
            0.00814117651649614,
            0.00894770254648127
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05147737556561102,
          "relative_change_percent": -5.688250000000018
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1690,
          "estimate": 0.00845,
          "ci95_wilson": [
            0.008058172886036096,
            0.008860709442118595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05997737556561102,
          "relative_change_percent": -6.627500000000017
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 545,
          "estimate": 0.002725,
          "ci95_wilson": [
            0.002505886584093642,
            0.0029632156633544807
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.029159125188536965,
          "relative_change_percent": -9.666250000000003
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1681,
          "estimate": 0.008405,
          "ci95_wilson": [
            0.00801423395298049,
            0.00881465010379747
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.064477375565611,
          "relative_change_percent": -7.124750000000016
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 559,
          "estimate": 0.002795,
          "ci95_wilson": [
            0.0025729801153993345,
            0.0030361194430792615
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.022159125188536948,
          "relative_change_percent": -7.345749999999998
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1792,
          "estimate": 0.00896,
          "ci95_wilson": [
            0.00855634416499963,
            0.009382518572091365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008977375565611019,
          "relative_change_percent": -0.9920000000000175
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1754,
          "estimate": 0.00877,
          "ci95_wilson": [
            0.008370709568243258,
            0.009188160467479313
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02797737556561094,
          "relative_change_percent": -3.0915000000000084
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 554,
          "estimate": 0.00277,
          "ci95_wilson": [
            0.0025490138904465183,
            0.003010086628378337
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024659125188536975,
          "relative_change_percent": -8.174500000000007
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1805,
          "estimate": 0.009025,
          "ci95_wilson": [
            0.008619861656572901,
            0.009448998583617823
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.002477375565610937,
          "relative_change_percent": -0.2737500000000085
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 557,
          "estimate": 0.002785,
          "ci95_wilson": [
            0.002563393064913889,
            0.003025706877703211
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023159125188536953,
          "relative_change_percent": -7.677249999999999
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1738,
          "estimate": 0.00869,
          "ci95_wilson": [
            0.008292562131060228,
            0.009106310977770371
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03597737556561096,
          "relative_change_percent": -3.975500000000011
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1751,
          "estimate": 0.008755,
          "ci95_wilson": [
            0.008356056261761528,
            0.0091728143501688
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029477375565610878,
          "relative_change_percent": -3.2572500000000018
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 641,
          "estimate": 0.003205,
          "ci95_wilson": [
            0.0029666468678237767,
            0.003462436940976163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01884087481146303,
          "relative_change_percent": 6.245749999999994
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1828,
          "estimate": 0.00914,
          "ci95_wilson": [
            0.008732252117533113,
            0.009566603705064817
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009022624434389115,
          "relative_change_percent": 0.9969999999999971
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1796,
          "estimate": 0.00898,
          "ci95_wilson": [
            0.008575887422558139,
            0.009402974546255851
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.006977375565610927,
          "relative_change_percent": -0.7710000000000073
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 899,
          "estimate": 0.004495,
          "ci95_wilson": [
            0.004211195413230281,
            0.004797838841702668
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.002988687782805484,
          "relative_change_percent": -0.6605000000000119
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1750,
          "estimate": 0.00875,
          "ci95_wilson": [
            0.00835117189393534,
            0.009167698910064241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.029977375565610857,
          "relative_change_percent": -3.3124999999999996
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1761,
          "estimate": 0.008805,
          "ci95_wilson": [
            0.008404901797214655,
            0.009223966894023154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024477375565610908,
          "relative_change_percent": -2.704750000000005
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1665,
          "estimate": 0.008325,
          "ci95_wilson": [
            0.007936127503034436,
            0.008732759626851555
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07247737556561086,
          "relative_change_percent": -8.00875
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 549,
          "estimate": 0.002745,
          "ci95_wilson": [
            0.0025250523700645023,
            0.0029840491091066125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027159125188536963,
          "relative_change_percent": -9.003250000000003
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1743,
          "estimate": 0.008715,
          "ci95_wilson": [
            0.008316982269455875,
            0.009131889879028469
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03347737556561089,
          "relative_change_percent": -3.699250000000003
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1758,
          "estimate": 0.00879,
          "ci95_wilson": [
            0.008390247782823854,
            0.009208621484621708
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02597737556561102,
          "relative_change_percent": -2.8705000000000176
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1830,
          "estimate": 0.00915,
          "ci95_wilson": [
            0.008742025999554448,
            0.009576829438904979
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010022624434389074,
          "relative_change_percent": 1.1074999999999926
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 577,
          "estimate": 0.002885,
          "ci95_wilson": [
            0.0026592965237666175,
            0.003129799577465444
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013159125188536968,
          "relative_change_percent": -4.362250000000005
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1651,
          "estimate": 0.008255,
          "ci95_wilson": [
            0.00786779201663148,
            0.008661097802224037
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07947737556561092,
          "relative_change_percent": -8.782250000000007
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1748,
          "estimate": 0.00874,
          "ci95_wilson": [
            0.008341403259956973,
            0.009157467928181107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03097737556561099,
          "relative_change_percent": -3.4230000000000143
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1836,
          "estimate": 0.00918,
          "ci95_wilson": [
            0.008771348405711508,
            0.00960750588033241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.013022624434389125,
          "relative_change_percent": 1.4389999999999983
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 554,
          "estimate": 0.00277,
          "ci95_wilson": [
            0.0025490138904465183,
            0.003010086628378337
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024659125188536975,
          "relative_change_percent": -8.174500000000007
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 648,
          "estimate": 0.00324,
          "ci95_wilson": [
            0.0030003026996026612,
            0.003498779764712515
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02234087481146302,
          "relative_change_percent": 7.40599999999999
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1806,
          "estimate": 0.00903,
          "ci95_wilson": [
            0.00862474784472706,
            0.009454112203394411
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0019773755656109573,
          "relative_change_percent": -0.21850000000001077
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 893,
          "estimate": 0.004465,
          "ci95_wilson": [
            0.004182171001835034,
            0.004766864405513426
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.005988687782805448,
          "relative_change_percent": -1.323500000000004
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1668,
          "estimate": 0.00834,
          "ci95_wilson": [
            0.007950771754957127,
            0.008748114798721108
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07097737556561093,
          "relative_change_percent": -7.843000000000007
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 567,
          "estimate": 0.002835,
          "ci95_wilson": [
            0.002611335704854221,
            0.003077762317070359
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018159125188536983,
          "relative_change_percent": -6.01975000000001
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1726,
          "estimate": 0.00863,
          "ci95_wilson": [
            0.008233957297369707,
            0.009044918116291918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04197737556561089,
          "relative_change_percent": -4.638500000000003
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1761,
          "estimate": 0.008805,
          "ci95_wilson": [
            0.008404901797214655,
            0.009223966894023154
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.024477375565610908,
          "relative_change_percent": -2.704750000000005
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1863,
          "estimate": 0.009315,
          "ci95_wilson": [
            0.008903313210558417,
            0.009745535889615697
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.026522624434389096,
          "relative_change_percent": 2.930749999999995
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1847,
          "estimate": 0.009235,
          "ci95_wilson": [
            0.008825109096398158,
            0.009663743076883988
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018522624434389075,
          "relative_change_percent": 2.0467499999999927
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 548,
          "estimate": 0.00274,
          "ci95_wilson": [
            0.002520260636154077,
            0.002978841035086289
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.027659125188536984,
          "relative_change_percent": -9.16900000000001
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1855,
          "estimate": 0.009275,
          "ci95_wilson": [
            0.008864210159161686,
            0.009704640477566443
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.022522624434389085,
          "relative_change_percent": 2.488749999999994
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 905,
          "estimate": 0.004525,
          "ci95_wilson": [
            0.0042402231136205995,
            0.004828809988896838
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 1.131221719456732e-05,
          "relative_change_percent": 0.0024999999999993773
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1768,
          "estimate": 0.00884,
          "ci95_wilson": [
            0.008439095671013305,
            0.009259771675739742
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020977375565610877,
          "relative_change_percent": -2.318000000000002
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1820,
          "estimate": 0.0091,
          "ci95_wilson": [
            0.008693157861770717,
            0.009525699497381229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005022624434389104,
          "relative_change_percent": 0.5549999999999959
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 634,
          "estimate": 0.00317,
          "ci95_wilson": [
            0.0029329984524941012,
            0.003426086700790602
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.015340874811463042,
          "relative_change_percent": 5.085499999999998
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1865,
          "estimate": 0.009325,
          "ci95_wilson": [
            0.008913089282643873,
            0.009755759433391738
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027522624434389055,
          "relative_change_percent": 3.0412499999999905
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1816,
          "estimate": 0.00908,
          "ci95_wilson": [
            0.0086736115001912,
            0.009505246627237752
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0030226244343890124,
          "relative_change_percent": 0.33399999999998586
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1847,
          "estimate": 0.009235,
          "ci95_wilson": [
            0.008825109096398158,
            0.009663743076883988
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018522624434389075,
          "relative_change_percent": 2.0467499999999927
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 677,
          "estimate": 0.003385,
          "ci95_wilson": [
            0.0031398104618961305,
            0.003649266432410741
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03684087481146303,
          "relative_change_percent": 12.212749999999994
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1783,
          "estimate": 0.008915,
          "ci95_wilson": [
            0.008512373751602036,
            0.009336490714112229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01347737556561101,
          "relative_change_percent": -1.4892500000000164
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 865,
          "estimate": 0.004325,
          "ci95_wilson": [
            0.004046768221870714,
            0.0046222725634167995
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.019988687782805485,
          "relative_change_percent": -4.417500000000012
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1699,
          "estimate": 0.008495,
          "ci95_wilson": [
            0.008102114709583262,
            0.008906765889948166
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05547737556561086,
          "relative_change_percent": -6.130249999999999
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1776,
          "estimate": 0.00888,
          "ci95_wilson": [
            0.008478176385603811,
            0.00930068942459522
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016977375565610867,
          "relative_change_percent": -1.8760000000000006
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1843,
          "estimate": 0.009215,
          "ci95_wilson": [
            0.008805559314750414,
            0.009643293626808734
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016522624434388983,
          "relative_change_percent": 1.8257499999999824
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 649,
          "estimate": 0.003245,
          "ci95_wilson": [
            0.0030051112739994225,
            0.0035039709982465023
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02284087481146304,
          "relative_change_percent": 7.571749999999997
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1860,
          "estimate": 0.0093,
          "ci95_wilson": [
            0.00888864933404886,
            0.009730200342333007
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.025022624434388983,
          "relative_change_percent": 2.7649999999999824
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1724,
          "estimate": 0.00862,
          "ci95_wilson": [
            0.008224190307883336,
            0.009034685489916792
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04297737556561102,
          "relative_change_percent": -4.749000000000017
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1880,
          "estimate": 0.0094,
          "ci95_wilson": [
            0.008986413739992528,
            0.009832432095004305
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035022624434389096,
          "relative_change_percent": 3.8699999999999948
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1874,
          "estimate": 0.00937,
          "ci95_wilson": [
            0.008957083130044919,
            0.009801763857367423
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032022624434389045,
          "relative_change_percent": 3.5384999999999893
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 619,
          "estimate": 0.003095,
          "ci95_wilson": [
            0.0028609202537244905,
            0.0033481677805989917
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007840874811463044,
          "relative_change_percent": 2.5992499999999987
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1780,
          "estimate": 0.0089,
          "ci95_wilson": [
            0.008497717539326878,
            0.009321147502595143
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014977375565610948,
          "relative_change_percent": -1.6550000000000096
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 928,
          "estimate": 0.00464,
          "ci95_wilson": [
            0.004351525855806526,
            0.004947502829118118
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.011511312217194532,
          "relative_change_percent": 2.5439999999999916
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 620,
          "estimate": 0.0031,
          "ci95_wilson": [
            0.002865724364959709,
            0.0033533634772945206
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008340874811463023,
          "relative_change_percent": 2.764999999999992
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1872,
          "estimate": 0.00936,
          "ci95_wilson": [
            0.008947306504648351,
            0.009791540866902497
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031022624434389086,
          "relative_change_percent": 3.4279999999999937
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 599,
          "estimate": 0.002995,
          "ci95_wilson": [
            0.002764872035904833,
            0.003244219839803686
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0021591251885369825,
          "relative_change_percent": -0.7157500000000097
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 579,
          "estimate": 0.002895,
          "ci95_wilson": [
            0.002668890827442525,
            0.0031402048896510327
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012159125188536965,
          "relative_change_percent": -4.030750000000004
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1783,
          "estimate": 0.008915,
          "ci95_wilson": [
            0.008512373751602036,
            0.009336490714112229
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01347737556561101,
          "relative_change_percent": -1.4892500000000164
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1805,
          "estimate": 0.009025,
          "ci95_wilson": [
            0.008619861656572901,
            0.009448998583617823
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.002477375565610937,
          "relative_change_percent": -0.2737500000000085
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1858,
          "estimate": 0.00929,
          "ci95_wilson": [
            0.008878873571075956,
            0.009719976489444417
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024022624434389024,
          "relative_change_percent": 2.6544999999999868
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 661,
          "estimate": 0.003305,
          "ci95_wilson": [
            0.0030628256588877967,
            0.0035662543085271054
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.028840874811463055,
          "relative_change_percent": 9.560750000000002
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1860,
          "estimate": 0.0093,
          "ci95_wilson": [
            0.00888864933404886,
            0.009730200342333007
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.025022624434388983,
          "relative_change_percent": 2.7649999999999824
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1882,
          "estimate": 0.00941,
          "ci95_wilson": [
            0.00899619085391685,
            0.009842654596941476
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036022624434389056,
          "relative_change_percent": 3.9804999999999904
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 941,
          "estimate": 0.004705,
          "ci95_wilson": [
            0.0044144566030051595,
            0.005014569585019209
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.018011312217194528,
          "relative_change_percent": 3.9804999999999904
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1776,
          "estimate": 0.00888,
          "ci95_wilson": [
            0.008478176385603811,
            0.00930068942459522
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016977375565610867,
          "relative_change_percent": -1.8760000000000006
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1862,
          "estimate": 0.00931,
          "ci95_wilson": [
            0.008898425220814788,
            0.00974042407142858
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.026022624434389116,
          "relative_change_percent": 2.875499999999997
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 613,
          "estimate": 0.003065,
          "ci95_wilson": [
            0.0028320989483387026,
            0.0033169902384002905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.004840874811463036,
          "relative_change_percent": 1.6047499999999963
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1875,
          "estimate": 0.009375,
          "ci95_wilson": [
            0.008961971488663604,
            0.009806875306679485
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032522624434389025,
          "relative_change_percent": 3.593749999999987
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1894,
          "estimate": 0.00947,
          "ci95_wilson": [
            0.009054856085422017,
            0.009903987060605288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.042022624434388985,
          "relative_change_percent": 4.643499999999983
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1931,
          "estimate": 0.009655,
          "ci95_wilson": [
            0.00923576768324646,
            0.010093068356218525
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0605226244343891,
          "relative_change_percent": 6.687749999999995
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1876,
          "estimate": 0.00938,
          "ci95_wilson": [
            0.008966859877863564,
            0.009811986725410275
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033022624434389004,
          "relative_change_percent": 3.6489999999999845
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 845,
          "estimate": 0.004225,
          "ci95_wilson": [
            0.0039500981973373366,
            0.004518946429335214
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.02998868778280551,
          "relative_change_percent": -6.627500000000017
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1809,
          "estimate": 0.009045,
          "ci95_wilson": [
            0.008639406603079158,
            0.009469452868834556
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.00047737556561101846,
          "relative_change_percent": -0.05275000000001753
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1784,
          "estimate": 0.00892,
          "ci95_wilson": [
            0.008517259221638816,
            0.009341605052006199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012977375565610856,
          "relative_change_percent": -1.4339999999999995
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 638,
          "estimate": 0.00319,
          "ci95_wilson": [
            0.002952225203189007,
            0.003446859181818689
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01734087481146305,
          "relative_change_percent": 5.748500000000001
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1821,
          "estimate": 0.009105,
          "ci95_wilson": [
            0.008698044532140608,
            0.009530812634942085
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.005522624434389084,
          "relative_change_percent": 0.6102499999999937
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 674,
          "estimate": 0.00337,
          "ci95_wilson": [
            0.0031253730526144856,
            0.0036337044179001413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03534087481146305,
          "relative_change_percent": 11.7155
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 934,
          "estimate": 0.00467,
          "ci95_wilson": [
            0.004380569004673476,
            0.004978458527835655
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.014511312217194497,
          "relative_change_percent": 3.2069999999999834
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 661,
          "estimate": 0.003305,
          "ci95_wilson": [
            0.0030628256588877967,
            0.0035662543085271054
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.028840874811463055,
          "relative_change_percent": 9.560750000000002
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1839,
          "estimate": 0.009195,
          "ci95_wilson": [
            0.008786010035074168,
            0.00962284367476199
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.014522624434389064,
          "relative_change_percent": 1.6047499999999915
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 657,
          "estimate": 0.003285,
          "ci95_wilson": [
            0.0030435851893422148,
            0.003545495546349695
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02684087481146305,
          "relative_change_percent": 8.89775
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1922,
          "estimate": 0.00961,
          "ci95_wilson": [
            0.009191758426928208,
            0.010047079341160043
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05602262443438911,
          "relative_change_percent": 6.190499999999996
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 673,
          "estimate": 0.003365,
          "ci95_wilson": [
            0.003120560863285548,
            0.0036285167992983302
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03484087481146303,
          "relative_change_percent": 11.549749999999994
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1906,
          "estimate": 0.00953,
          "ci95_wilson": [
            0.009113525655243102,
            0.00996531518595318
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04802262443438909,
          "relative_change_percent": 5.3064999999999936
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1012,
          "estimate": 0.00506,
          "ci95_wilson": [
            0.004758402363156981,
            0.0053806101879505025
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.05351131221719456,
          "relative_change_percent": 11.825999999999997
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 643,
          "estimate": 0.003215,
          "ci95_wilson": [
            0.0029762620682576625,
            0.0034728213564037733
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01984087481146303,
          "relative_change_percent": 6.577249999999994
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1883,
          "estimate": 0.009415,
          "ci95_wilson": [
            0.009001079456509789,
            0.009847765802279288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036522624434389035,
          "relative_change_percent": 4.035749999999988
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1923,
          "estimate": 0.009615,
          "ci95_wilson": [
            0.009196648226689771,
            0.01005218934932923
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05652262443438909,
          "relative_change_percent": 6.245749999999994
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 918,
          "estimate": 0.00459,
          "ci95_wilson": [
            0.004303127593564566,
            0.004895903012052597
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.006511312217194563,
          "relative_change_percent": 1.4389999999999983
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 652,
          "estimate": 0.00326,
          "ci95_wilson": [
            0.003019537887269606,
            0.0035195438087685625
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02434087481146302,
          "relative_change_percent": 8.06899999999999
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1945,
          "estimate": 0.009725,
          "ci95_wilson": [
            0.009304231233495868,
            0.010164602116999589
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06752262443438899,
          "relative_change_percent": 7.461249999999982
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 651,
          "estimate": 0.003255,
          "ci95_wilson": [
            0.003014728868173352,
            0.0035143530199340687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02384087481146304,
          "relative_change_percent": 7.903249999999997
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1991,
          "estimate": 0.009955,
          "ci95_wilson": [
            0.009529222545363505,
            0.010399601969946364
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09052262443438909,
          "relative_change_percent": 10.002749999999994
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 978,
          "estimate": 0.00489,
          "ci95_wilson": [
            0.0045936451628931126,
            0.0052053739185689354
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.03651131221719456,
          "relative_change_percent": 8.068999999999997
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 678,
          "estimate": 0.00339,
          "ci95_wilson": [
            0.00314462321105731,
            0.003654453491180309
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03734087481146301,
          "relative_change_percent": 12.378499999999988
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1958,
          "estimate": 0.00979,
          "ci95_wilson": [
            0.009367809614258824,
            0.010231021239336358
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07402262443438906,
          "relative_change_percent": 8.17949999999999
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 986,
          "estimate": 0.00493,
          "ci95_wilson": [
            0.004632403358066316,
            0.005246614186841718
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.04051131221719456,
          "relative_change_percent": 8.952999999999998
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.2146975501936035,
        "accepted_deals": 200000,
        "attempted_deals": 931543,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.14388,
            "second_half_estimate": 0.14382,
            "absolute_difference": 6.0000000000004494e-05,
            "difference_z_score": 0.03823018419857036
          },
          "any_pair": {
            "first_half_estimate": 0.05998,
            "second_half_estimate": 0.0594,
            "absolute_difference": 0.0005799999999999972,
            "difference_z_score": 0.5474279964907759
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02198,
            "second_half_estimate": 0.02198,
            "absolute_difference": 0.0,
            "difference_z_score": 0.0
          },
          "ace_king": {
            "first_half_estimate": 0.01094,
            "second_half_estimate": 0.01104,
            "absolute_difference": 9.99999999999994e-05,
            "difference_z_score": 0.21447953750953164
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.13743,
            "second_half_estimate": 0.13534,
            "absolute_difference": 0.0020900000000000085,
            "difference_z_score": 1.361726562389663
          }
        },
        "maximum_split_half_z_score": 1.361726562389663
      }
    },
    {
      "model": "inverted_rank_diagnostic",
      "table_size": 8,
      "observed_folds_before_button": 5,
      "accepted_deals": 200000,
      "attempted_deals": 2645743,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026131214,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 28303,
          "estimate": 0.141515,
          "monte_carlo_standard_error": 0.0007793859915824763,
          "ci95": [
            0.13999431607328025,
            0.14304945471587352
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": -0.007806266968325815,
          "absolute_change_percentage_points": -0.7806266968325815,
          "relative_change_percent": -5.227833333333348,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 128.10220353179477
          }
        },
        "any_pair": {
          "successes": 11826,
          "estimate": 0.05913,
          "monte_carlo_standard_error": 0.0005274165483751908,
          "ci95": [
            0.058104725562941266,
            0.06017220995127614
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 0.00030647058823529694,
          "absolute_change_percentage_points": 0.030647058823529694,
          "relative_change_percent": 0.5210000000000048,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4207,
          "estimate": 0.021035,
          "monte_carlo_standard_error": 0.0003208779267494104,
          "ci95": [
            0.02041522902475314,
            0.021673169865094512
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": -0.0015894343891402693,
          "absolute_change_percentage_points": -0.15894343891402693,
          "relative_change_percent": -7.025299999999991,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 629.1546268486763
          }
        },
        "ace_king": {
          "successes": 2139,
          "estimate": 0.010695,
          "monte_carlo_standard_error": 0.00023000670615223374,
          "ci95": [
            0.010253499561556356,
            0.01115529652750423
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": -0.001371365007541479,
          "absolute_change_percentage_points": -0.1371365007541479,
          "relative_change_percent": -11.365187500000006,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 729.2004641366449
          }
        },
        "both_cards_ten_plus": {
          "successes": 26710,
          "estimate": 0.13355,
          "monte_carlo_standard_error": 0.0007606391966629119,
          "ci95": [
            0.13206621064959406,
            0.13504786610587804
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": -0.009738084464555041,
          "absolute_change_percentage_points": -0.9738084464555041,
          "relative_change_percent": -6.796157894736835,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 102.68960016108184
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.08183559523808631,
          "monte_carlo_standard_error": 3.601363627686576e-05,
          "ci95": [
            0.08176500980803134,
            0.08190618066814129
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.49125183150093843,
          "relative_change_percent": 6.3862738095122
        },
        "3": {
          "expected_share_of_remaining_cards": 0.08099440476189602,
          "monte_carlo_standard_error": 3.695013697424124e-05,
          "ci95": [
            0.0809219838242027,
            0.08106682569958935
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.4071327838819097,
          "relative_change_percent": 5.292726190464826
        },
        "4": {
          "expected_share_of_remaining_cards": 0.0800934523809438,
          "monte_carlo_standard_error": 3.79071296654145e-05,
          "ci95": [
            0.0800191557720423,
            0.0801677489898453
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.31703754578668725,
          "relative_change_percent": 4.121488095226934
        },
        "5": {
          "expected_share_of_remaining_cards": 0.07921238095237255,
          "monte_carlo_standard_error": 3.873554007075281e-05,
          "ci95": [
            0.07913646068891217,
            0.07928830121583294
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.22893040292956274,
          "relative_change_percent": 2.9760952380843153
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07843023809522984,
          "monte_carlo_standard_error": 3.939327168576005e-05,
          "ci95": [
            0.07835302870149255,
            0.07850744748896712
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.150716117215291,
          "relative_change_percent": 1.9593095237987828
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07756690476189665,
          "monte_carlo_standard_error": 4.017030251368621e-05,
          "ci95": [
            0.07748817241572174,
            0.07764563710807156
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.06438278388197216,
          "relative_change_percent": 0.8369761904656381
        },
        "8": {
          "expected_share_of_remaining_cards": 0.0768330952380873,
          "monte_carlo_standard_error": 4.072362971806594e-05,
          "ci95": [
            0.07675327839052015,
            0.07691291208565446
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.008998168498962344,
          "relative_change_percent": -0.11697619048651048
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07607107142856363,
          "monte_carlo_standard_error": 4.138574932196793e-05,
          "ci95": [
            0.07598995685041937,
            0.0761521860067079
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.08520054945132943,
          "relative_change_percent": -1.1076071428672825
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07525214285713519,
          "monte_carlo_standard_error": 4.1970118107733344e-05,
          "ci95": [
            0.07516988293721714,
            0.07533440277705324
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.1670934065941737,
          "relative_change_percent": -2.172214285724258
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07452773809523058,
          "monte_carlo_standard_error": 4.241990074283605e-05,
          "ci95": [
            0.07444459661754686,
            0.0746108795729143
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.2395338827846344,
          "relative_change_percent": -3.1139404762002467
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.0737877380952307,
          "monte_carlo_standard_error": 4.286443072552876e-05,
          "ci95": [
            0.07370372535479086,
            0.07387175083567055
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.31353388278462235,
          "relative_change_percent": -4.07594047620009
        },
        "K": {
          "expected_share_of_remaining_cards": 0.07303583333332607,
          "monte_carlo_standard_error": 4.3365091457571214e-05,
          "ci95": [
            0.07295083931588295,
            0.07312082735076919
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.3887243589750858,
          "relative_change_percent": -5.053416666676115
        },
        "A": {
          "expected_share_of_remaining_cards": 0.07235940476189759,
          "monte_carlo_standard_error": 4.3759027535602805e-05,
          "ci95": [
            0.07227363864392931,
            0.07244517087986586
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.45636721611793385,
          "relative_change_percent": -5.93277380953314
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 826,
          "estimate": 0.00413,
          "ci95_wilson": [
            0.003858298784160906,
            0.004420749491827431
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03948868778280547,
          "relative_change_percent": -8.727000000000007
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 516,
          "estimate": 0.00258,
          "ci95_wilson": [
            0.0023670290894688634,
            0.0028120787279875643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.043659125188536985,
          "relative_change_percent": -14.47300000000001
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1623,
          "estimate": 0.008115,
          "ci95_wilson": [
            0.007731142860224037,
            0.008517752336570537
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09347737556561087,
          "relative_change_percent": -10.32925
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 547,
          "estimate": 0.002735,
          "ci95_wilson": [
            0.002515469093506817,
            0.0029736327698028017
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028159125188536964,
          "relative_change_percent": -9.334750000000003
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1647,
          "estimate": 0.008235,
          "ci95_wilson": [
            0.007848268917995694,
            0.008640621669136829
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08147737556561102,
          "relative_change_percent": -9.003250000000017
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1690,
          "estimate": 0.00845,
          "ci95_wilson": [
            0.008058172886036096,
            0.008860709442118595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05997737556561102,
          "relative_change_percent": -6.627500000000017
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 596,
          "estimate": 0.00298,
          "ci95_wilson": [
            0.0027504705008855076,
            0.0032286219510307677
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0036591251885369647,
          "relative_change_percent": -1.2130000000000039
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1704,
          "estimate": 0.00852,
          "ci95_wilson": [
            0.008126528074375482,
            0.008932351564809683
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05297737556561096,
          "relative_change_percent": -5.854000000000011
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 536,
          "estimate": 0.00268,
          "ci95_wilson": [
            0.002462774898879307,
            0.002916329077192083
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.033659125188536955,
          "relative_change_percent": -11.158
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1636,
          "estimate": 0.00818,
          "ci95_wilson": [
            0.007794583462195253,
            0.008584309237699041
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08697737556561097,
          "relative_change_percent": -9.611000000000011
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 542,
          "estimate": 0.00271,
          "ci95_wilson": [
            0.0024915142675846686,
            0.0029475885560712096
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03065912518853695,
          "relative_change_percent": -10.163499999999997
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1726,
          "estimate": 0.00863,
          "ci95_wilson": [
            0.008233957297369707,
            0.009044918116291918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04197737556561089,
          "relative_change_percent": -4.638500000000003
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1707,
          "estimate": 0.008535,
          "ci95_wilson": [
            0.00814117651649614,
            0.00894770254648127
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05147737556561102,
          "relative_change_percent": -5.688250000000018
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1728,
          "estimate": 0.00864,
          "ci95_wilson": [
            0.008243724425192934,
            0.009055150604330188
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04097737556561093,
          "relative_change_percent": -4.528000000000008
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1771,
          "estimate": 0.008855,
          "ci95_wilson": [
            0.008453750689475145,
            0.009275116081070145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019477375565610938,
          "relative_change_percent": -2.1522500000000084
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1792,
          "estimate": 0.00896,
          "ci95_wilson": [
            0.00855634416499963,
            0.009382518572091365
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008977375565611019,
          "relative_change_percent": -0.9920000000000175
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 570,
          "estimate": 0.00285,
          "ci95_wilson": [
            0.002625722063447995,
            0.0030933753822688296
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016659125188536954,
          "relative_change_percent": -5.5225
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1842,
          "estimate": 0.00921,
          "ci95_wilson": [
            0.008800671947708295,
            0.009638181185920107
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.016022624434389003,
          "relative_change_percent": 1.7704999999999846
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1847,
          "estimate": 0.009235,
          "ci95_wilson": [
            0.008825109096398158,
            0.009663743076883988
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018522624434389075,
          "relative_change_percent": 2.0467499999999927
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 828,
          "estimate": 0.00414,
          "ci95_wilson": [
            0.0038679601399780523,
            0.00443108775187178
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03848868778280551,
          "relative_change_percent": -8.506000000000016
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1689,
          "estimate": 0.008445,
          "ci95_wilson": [
            0.008053290639204302,
            0.008855591881019642
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.060477375565611,
          "relative_change_percent": -6.6827500000000155
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 527,
          "estimate": 0.002635,
          "ci95_wilson": [
            0.0024196792281457693,
            0.002869426476548888
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.038159125188536945,
          "relative_change_percent": -12.649749999999997
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1699,
          "estimate": 0.008495,
          "ci95_wilson": [
            0.008102114709583262,
            0.008906765889948166
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05547737556561086,
          "relative_change_percent": -6.130249999999999
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 561,
          "estimate": 0.002805,
          "ci95_wilson": [
            0.0025825679085688122,
            0.00304653126577128
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.021159125188536944,
          "relative_change_percent": -7.014249999999997
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1732,
          "estimate": 0.00866,
          "ci95_wilson": [
            0.008263259094899146,
            0.009075615166346966
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03897737556561101,
          "relative_change_percent": -4.307000000000016
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1700,
          "estimate": 0.0085,
          "ci95_wilson": [
            0.008106997311857024,
            0.008911883095605151
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05497737556561088,
          "relative_change_percent": -6.075000000000002
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 534,
          "estimate": 0.00267,
          "ci95_wilson": [
            0.0024531966850221873,
            0.0029059076751877066
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03465912518853696,
          "relative_change_percent": -11.489500000000003
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1767,
          "estimate": 0.008835,
          "ci95_wilson": [
            0.008434210731562922,
            0.009254656807259374
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.021477375565610857,
          "relative_change_percent": -2.3732499999999996
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 617,
          "estimate": 0.003085,
          "ci95_wilson": [
            0.0028513125099941055,
            0.0033377759084678798
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.006840874811463041,
          "relative_change_percent": 2.267749999999998
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1755,
          "estimate": 0.008775,
          "ci95_wilson": [
            0.008375594071309334,
            0.009193275772343985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02747737556561096,
          "relative_change_percent": -3.0362500000000106
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 553,
          "estimate": 0.002765,
          "ci95_wilson": [
            0.0025442212079732508,
            0.003004879502920857
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.025159125188536954,
          "relative_change_percent": -8.34025
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1764,
          "estimate": 0.00882,
          "ci95_wilson": [
            0.008419556113715377,
            0.009239312001314675
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02297737556561097,
          "relative_change_percent": -2.5390000000000117
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 583,
          "estimate": 0.002915,
          "ci95_wilson": [
            0.002688081545292219,
            0.0031610134035243314
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01015912518853696,
          "relative_change_percent": -3.3677500000000022
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1794,
          "estimate": 0.00897,
          "ci95_wilson": [
            0.008566115728469948,
            0.009392746624482548
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007977375565610886,
          "relative_change_percent": -0.8815000000000028
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1831,
          "estimate": 0.009155,
          "ci95_wilson": [
            0.008746912988135156,
            0.009581942258255018
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.010522624434389054,
          "relative_change_percent": 1.1627499999999904
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1889,
          "estimate": 0.009445,
          "ci95_wilson": [
            0.00903041170938947,
            0.009878432396984094
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.039522624434389086,
          "relative_change_percent": 4.367249999999994
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 829,
          "estimate": 0.004145,
          "ci95_wilson": [
            0.0038727909729144023,
            0.00443625672686618
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.037988687782805446,
          "relative_change_percent": -8.395500000000002
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 587,
          "estimate": 0.002935,
          "ci95_wilson": [
            0.002707275053166106,
            0.0031818191273734367
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008159125188536955,
          "relative_change_percent": -2.70475
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1779,
          "estimate": 0.008895,
          "ci95_wilson": [
            0.008492832201271944,
            0.00931603303271933
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015477375565610928,
          "relative_change_percent": -1.7102500000000074
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1659,
          "estimate": 0.008295,
          "ci95_wilson": [
            0.007906839985142827,
            0.008702048297158677
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0754773755656109,
          "relative_change_percent": -8.340250000000005
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1715,
          "estimate": 0.008575,
          "ci95_wilson": [
            0.008180240573526055,
            0.008988636952897339
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04747737556561101,
          "relative_change_percent": -5.246250000000017
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1720,
          "estimate": 0.0086,
          "ci95_wilson": [
            0.00820465674487612,
            0.009014219821201014
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04497737556561094,
          "relative_change_percent": -4.970000000000009
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 553,
          "estimate": 0.002765,
          "ci95_wilson": [
            0.0025442212079732508,
            0.003004879502920857
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.025159125188536954,
          "relative_change_percent": -8.34025
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1823,
          "estimate": 0.009115,
          "ci95_wilson": [
            0.00870781796866779,
            0.0095410388142764
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006522624434389043,
          "relative_change_percent": 0.7207499999999892
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 572,
          "estimate": 0.00286,
          "ci95_wilson": [
            0.002635313871698078,
            0.0031037831898802436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015659125188536953,
          "relative_change_percent": -5.191
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1822,
          "estimate": 0.00911,
          "ci95_wilson": [
            0.00870293123444831,
            0.009535925740565132
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.006022624434389064,
          "relative_change_percent": 0.6654999999999914
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1736,
          "estimate": 0.00868,
          "ci95_wilson": [
            0.008282794315107178,
            0.009096079177861928
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03697737556561092,
          "relative_change_percent": -4.0860000000000065
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1778,
          "estimate": 0.00889,
          "ci95_wilson": [
            0.00848794689628136,
            0.009310918529779168
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.015977375565610907,
          "relative_change_percent": -1.7655000000000052
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1814,
          "estimate": 0.00907,
          "ci95_wilson": [
            0.008663838511707834,
            0.00949501999985962
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.002022624434389053,
          "relative_change_percent": 0.22349999999999035
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 641,
          "estimate": 0.003205,
          "ci95_wilson": [
            0.0029666468678237767,
            0.003462436940976163
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01884087481146303,
          "relative_change_percent": 6.245749999999994
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1824,
          "estimate": 0.00912,
          "ci95_wilson": [
            0.008712704734773044,
            0.009546151856101892
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.007022624434389023,
          "relative_change_percent": 0.7759999999999869
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 856,
          "estimate": 0.00428,
          "ci95_wilson": [
            0.004003261839624613,
            0.0045757806742861675
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.024488687782805475,
          "relative_change_percent": -5.41200000000001
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1684,
          "estimate": 0.00842,
          "ci95_wilson": [
            0.008028879941417823,
            0.008830003539152384
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0629773755656109,
          "relative_change_percent": -6.959000000000003
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 571,
          "estimate": 0.002855,
          "ci95_wilson": [
            0.002630517877635909,
            0.0030985793760116643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016159125188536974,
          "relative_change_percent": -5.356750000000007
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1681,
          "estimate": 0.008405,
          "ci95_wilson": [
            0.00801423395298049,
            0.00881465010379747
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.064477375565611,
          "relative_change_percent": -7.124750000000016
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 592,
          "estimate": 0.00296,
          "ci95_wilson": [
            0.002731270818350603,
            0.00320782240184268
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00565912518853697,
          "relative_change_percent": -1.8760000000000054
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1746,
          "estimate": 0.00873,
          "ci95_wilson": [
            0.008331634761736099,
            0.009147236810540488
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03197737556561095,
          "relative_change_percent": -3.5335000000000094
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 595,
          "estimate": 0.002975,
          "ci95_wilson": [
            0.0027456703261020195,
            0.0032234223178835082
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004159125188536944,
          "relative_change_percent": -1.378749999999997
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1785,
          "estimate": 0.008925,
          "ci95_wilson": [
            0.00852214472460236,
            0.009346719356973402
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.012477375565610876,
          "relative_change_percent": -1.3787500000000017
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 568,
          "estimate": 0.00284,
          "ci95_wilson": [
            0.002616130976582636,
            0.003082966853272693
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.017659125188536958,
          "relative_change_percent": -5.854000000000001
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1862,
          "estimate": 0.00931,
          "ci95_wilson": [
            0.008898425220814788,
            0.00974042407142858
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.026022624434389116,
          "relative_change_percent": 2.875499999999997
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 580,
          "estimate": 0.0029,
          "ci95_wilson": [
            0.002673688243772024,
            0.0031454072812522813
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011659125188536986,
          "relative_change_percent": -3.8650000000000104
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1848,
          "estimate": 0.00924,
          "ci95_wilson": [
            0.008829996620053833,
            0.00966885536115906
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.019022624434389054,
          "relative_change_percent": 2.10199999999999
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 634,
          "estimate": 0.00317,
          "ci95_wilson": [
            0.0029329984524941012,
            0.003426086700790602
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.015340874811463042,
          "relative_change_percent": 5.085499999999998
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1865,
          "estimate": 0.009325,
          "ci95_wilson": [
            0.008913089282643873,
            0.009755759433391738
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027522624434389055,
          "relative_change_percent": 3.0412499999999905
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 652,
          "estimate": 0.00326,
          "ci95_wilson": [
            0.003019537887269606,
            0.0035195438087685625
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02434087481146302,
          "relative_change_percent": 8.06899999999999
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 868,
          "estimate": 0.00434,
          "ci95_wilson": [
            0.004061272097163051,
            0.004637768111916707
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.01848868778280546,
          "relative_change_percent": -4.0860000000000065
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 561,
          "estimate": 0.002805,
          "ci95_wilson": [
            0.0025825679085688122,
            0.00304653126577128
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.021159125188536944,
          "relative_change_percent": -7.014249999999997
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1805,
          "estimate": 0.009025,
          "ci95_wilson": [
            0.008619861656572901,
            0.009448998583617823
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.002477375565610937,
          "relative_change_percent": -0.2737500000000085
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1781,
          "estimate": 0.008905,
          "ci95_wilson": [
            0.008502602910418568,
            0.0093262619394342
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.014477375565610968,
          "relative_change_percent": -1.5997500000000118
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 629,
          "estimate": 0.003145,
          "ci95_wilson": [
            0.0029089684785709273,
            0.003400117635060035
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012840874811463013,
          "relative_change_percent": 4.256749999999989
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1729,
          "estimate": 0.008645,
          "ci95_wilson": [
            0.008248608040906507,
            0.009060266796547362
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04047737556561095,
          "relative_change_percent": -4.472750000000009
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1787,
          "estimate": 0.008935,
          "ci95_wilson": [
            0.008531915829200171,
            0.009356947868237087
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011477375565610917,
          "relative_change_percent": -1.2682500000000063
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1886,
          "estimate": 0.00943,
          "ci95_wilson": [
            0.009015745446524026,
            0.00986309923605729
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.038022624434388974,
          "relative_change_percent": 4.201499999999982
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1906,
          "estimate": 0.00953,
          "ci95_wilson": [
            0.009113525655243102,
            0.00996531518595318
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04802262443438909,
          "relative_change_percent": 5.3064999999999936
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1873,
          "estimate": 0.009365,
          "ci95_wilson": [
            0.008952194802031745,
            0.00979665237744985
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.031522624434389065,
          "relative_change_percent": 3.4832499999999915
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1864,
          "estimate": 0.00932,
          "ci95_wilson": [
            0.008908201231176312,
            0.009750647676928549
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.027022624434389075,
          "relative_change_percent": 2.9859999999999927
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 902,
          "estimate": 0.00451,
          "ci95_wilson": [
            0.0042257088543432375,
            0.004813324824381955
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.0014886877828054583,
          "relative_change_percent": -0.32900000000000623
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1827,
          "estimate": 0.009135,
          "ci95_wilson": [
            0.008727365224144025,
            0.009561490790523158
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.008522624434389135,
          "relative_change_percent": 0.9417499999999993
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1802,
          "estimate": 0.00901,
          "ci95_wilson": [
            0.008605203286372645,
            0.009433657530025836
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.003977375565610876,
          "relative_change_percent": -0.4395000000000017
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 614,
          "estimate": 0.00307,
          "ci95_wilson": [
            0.0028369020970526733,
            0.0033221868976170675
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0053408748114630155,
          "relative_change_percent": 1.7704999999999895
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1808,
          "estimate": 0.00904,
          "ci95_wilson": [
            0.008634520318006747,
            0.00946433934597622
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.000977375565610998,
          "relative_change_percent": -0.10800000000001528
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1913,
          "estimate": 0.009565,
          "ci95_wilson": [
            0.009147751558300478,
            0.010001087938411042
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05152262443438912,
          "relative_change_percent": 5.693249999999997
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1857,
          "estimate": 0.009285,
          "ci95_wilson": [
            0.008873985736073725,
            0.009714864516515898
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.023522624434389044,
          "relative_change_percent": 2.5992499999999894
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1875,
          "estimate": 0.009375,
          "ci95_wilson": [
            0.008961971488663604,
            0.009806875306679485
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032522624434389025,
          "relative_change_percent": 3.593749999999987
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1900,
          "estimate": 0.0095,
          "ci95_wilson": [
            0.00908419033058899,
            0.009934651663022803
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.045022624434389036,
          "relative_change_percent": 4.974999999999988
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 933,
          "estimate": 0.004665,
          "ci95_wilson": [
            0.004375728263303286,
            0.0049732994612750984
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.014011312217194517,
          "relative_change_percent": 3.0964999999999883
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 598,
          "estimate": 0.00299,
          "ci95_wilson": [
            0.002760071356207846,
            0.0032390207115699254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.002659125188536962,
          "relative_change_percent": -0.881500000000003
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1813,
          "estimate": 0.009065,
          "ci95_wilson": [
            0.008658952065634593,
            0.009489906638002116
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0015226244343890735,
          "relative_change_percent": 0.1682499999999926
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1852,
          "estimate": 0.00926,
          "ci95_wilson": [
            0.008849547026897579,
            0.009689304186038304
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.021022624434388973,
          "relative_change_percent": 2.3229999999999813
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1891,
          "estimate": 0.009455,
          "ci95_wilson": [
            0.00904018936923269,
            0.00988865435300237
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.040522624434389046,
          "relative_change_percent": 4.477749999999989
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1951,
          "estimate": 0.009755,
          "ci95_wilson": [
            0.009333574496275934,
            0.01019525770180401
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07052262443438903,
          "relative_change_percent": 7.792749999999987
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 658,
          "estimate": 0.00329,
          "ci95_wilson": [
            0.0030483950887324404,
            0.003550685454890217
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02734087481146303,
          "relative_change_percent": 9.063499999999994
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1875,
          "estimate": 0.009375,
          "ci95_wilson": [
            0.008961971488663604,
            0.009806875306679485
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.032522624434389025,
          "relative_change_percent": 3.593749999999987
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 884,
          "estimate": 0.00442,
          "ci95_wilson": [
            0.004138640623987316,
            0.004720396511984411
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.010488687782805439,
          "relative_change_percent": -2.318000000000002
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1845,
          "estimate": 0.009225,
          "ci95_wilson": [
            0.008815334142928916,
            0.009653518414491732
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017522624434389115,
          "relative_change_percent": 1.9362499999999971
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 684,
          "estimate": 0.00342,
          "ci95_wilson": [
            0.0031735026182984163,
            0.0036855729315236918
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04034087481146302,
          "relative_change_percent": 13.37299999999999
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1815,
          "estimate": 0.009075,
          "ci95_wilson": [
            0.008668724989902133,
            0.009500133329596072
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0025226244343890328,
          "relative_change_percent": 0.2787499999999881
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1938,
          "estimate": 0.00969,
          "ci95_wilson": [
            0.009269998745004789,
            0.010128835949975434
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06402262443438914,
          "relative_change_percent": 7.074499999999999
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 585,
          "estimate": 0.002925,
          "ci95_wilson": [
            0.002697677952258751,
            0.0031714166124192956
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.009159125188536957,
          "relative_change_percent": -3.0362500000000012
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1893,
          "estimate": 0.009465,
          "ci95_wilson": [
            0.009049967149867227,
            0.009898876188229327
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.041522624434389005,
          "relative_change_percent": 4.588249999999984
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 682,
          "estimate": 0.00341,
          "ci95_wilson": [
            0.0031638755965254267,
            0.0036752003374351844
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03934087481146302,
          "relative_change_percent": 13.04149999999999
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1844,
          "estimate": 0.00922,
          "ci95_wilson": [
            0.008810446713165714,
            0.009648406036324188
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.017022624434389136,
          "relative_change_percent": 1.8809999999999993
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 950,
          "estimate": 0.00475,
          "ci95_wilson": [
            0.004458032510782821,
            0.00506099194861828
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.022511312217194518,
          "relative_change_percent": 4.974999999999988
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 671,
          "estimate": 0.003355,
          "ci95_wilson": [
            0.0031109369071429045,
            0.003618141139579478
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03384087481146303,
          "relative_change_percent": 11.218249999999994
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1924,
          "estimate": 0.00962,
          "ci95_wilson": [
            0.009201538055906042,
            0.010057299328043705
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05702262443438907,
          "relative_change_percent": 6.300999999999991
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 624,
          "estimate": 0.00312,
          "ci95_wilson": [
            0.002884942396762819,
            0.003374144677214403
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010340874811463029,
          "relative_change_percent": 3.4279999999999937
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1937,
          "estimate": 0.009685,
          "ci95_wilson": [
            0.009265108505795544,
            0.010123726381253926
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06352262443438897,
          "relative_change_percent": 7.01924999999998
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 591,
          "estimate": 0.002955,
          "ci95_wilson": [
            0.0027264713227236554,
            0.0032026220895388802
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00615912518853695,
          "relative_change_percent": -2.0417499999999986
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1847,
          "estimate": 0.009235,
          "ci95_wilson": [
            0.008825109096398158,
            0.009663743076883988
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018522624434389075,
          "relative_change_percent": 2.0467499999999927
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 643,
          "estimate": 0.003215,
          "ci95_wilson": [
            0.0029762620682576625,
            0.0034728213564037733
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01984087481146303,
          "relative_change_percent": 6.577249999999994
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2014,
          "estimate": 0.01007,
          "ci95_wilson": [
            0.00964174052814833,
            0.010517079569568748
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.10202262443438914,
          "relative_change_percent": 11.273499999999999
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 919,
          "estimate": 0.004595,
          "ci95_wilson": [
            0.004307967023654854,
            0.004901063389893057
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.007011312217194542,
          "relative_change_percent": 1.5494999999999937
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1959,
          "estimate": 0.009795,
          "ci95_wilson": [
            0.009372700460279394,
            0.010236130201246538
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07452262443438905,
          "relative_change_percent": 8.23474999999999
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 646,
          "estimate": 0.00323,
          "ci95_wilson": [
            0.0029906859979016726,
            0.003488396850552007
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.021340874811463014,
          "relative_change_percent": 7.074499999999989
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1917,
          "estimate": 0.009585,
          "ci95_wilson": [
            0.009167309870738495,
            0.010021528857696015
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.053522624434389036,
          "relative_change_percent": 5.914249999999988
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 668,
          "estimate": 0.00334,
          "ci95_wilson": [
            0.0030965020339256883,
            0.0036025765890044504
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03234087481146304,
          "relative_change_percent": 10.720999999999998
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1982,
          "estimate": 0.00991,
          "ci95_wilson": [
            0.009485197783830841,
            0.010353628460102297
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0860226244343891,
          "relative_change_percent": 9.505499999999994
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1031,
          "estimate": 0.005155,
          "ci95_wilson": [
            0.004850511411748147,
            0.005478497490043551
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.06301131221719451,
          "relative_change_percent": 13.925499999999985
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 630,
          "estimate": 0.00315,
          "ci95_wilson": [
            0.0029137741634630236,
            0.0034053117580986874
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013340874811463036,
          "relative_change_percent": 4.422499999999997
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1986,
          "estimate": 0.00993,
          "ci95_wilson": [
            0.009504764063797555,
            0.010374061411858574
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.08802262443438902,
          "relative_change_percent": 9.726499999999985
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 719,
          "estimate": 0.003595,
          "ci95_wilson": [
            0.0033420623764784632,
            0.003867006450919828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.05784087481146304,
          "relative_change_percent": 19.174249999999997
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1990,
          "estimate": 0.00995,
          "ci95_wilson": [
            0.009524330793019162,
            0.01039449391435996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0900226244343891,
          "relative_change_percent": 9.947499999999994
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 980,
          "estimate": 0.0049,
          "ci95_wilson": [
            0.004603334230679993,
            0.005215684466643552
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.03751131221719452,
          "relative_change_percent": 8.289999999999987
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1991,
          "estimate": 0.009955,
          "ci95_wilson": [
            0.009529222545363505,
            0.010399601969946364
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09052262443438909,
          "relative_change_percent": 10.002749999999994
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1020,
          "estimate": 0.0051,
          "ci95_wilson": [
            0.004797181795375966,
            0.005421829219177504
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.05751131221719456,
          "relative_change_percent": 12.709999999999997
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.07559313206157968,
        "accepted_deals": 200000,
        "attempted_deals": 2645743,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.14282,
            "second_half_estimate": 0.14021,
            "absolute_difference": 0.002610000000000001,
            "difference_z_score": 1.6744067264884221
          },
          "any_pair": {
            "first_half_estimate": 0.0589,
            "second_half_estimate": 0.05936,
            "absolute_difference": 0.0004600000000000021,
            "difference_z_score": 0.43608815471933965
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02091,
            "second_half_estimate": 0.02116,
            "absolute_difference": 0.0002500000000000002,
            "difference_z_score": 0.38955639201942344
          },
          "ace_king": {
            "first_half_estimate": 0.01061,
            "second_half_estimate": 0.01078,
            "absolute_difference": 0.00017,
            "difference_z_score": 0.3695545684002119
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.13366,
            "second_half_estimate": 0.13344,
            "absolute_difference": 0.00021999999999999797,
            "difference_z_score": 0.14461522129522406
          }
        },
        "maximum_split_half_z_score": 1.6744067264884221
      }
    },
    {
      "model": "inverted_rank_diagnostic",
      "table_size": 9,
      "observed_folds_before_button": 6,
      "accepted_deals": 200000,
      "attempted_deals": 4495212,
      "rng": "NumPy PCG64DXSM",
      "seed": 2026131315,
      "sampling_method": "whole-deal accept/reject using the product of all upstream fold likelihoods",
      "metrics": {
        "at_least_one_ace": {
          "successes": 27904,
          "estimate": 0.13952,
          "monte_carlo_standard_error": 0.0007747714811478286,
          "ci95": [
            0.1380083983118487,
            0.14104544911293665
          ],
          "exact_no_information_baseline": 0.14932126696832582,
          "absolute_change": -0.009801266968325811,
          "absolute_change_percentage_points": -0.9801266968325811,
          "relative_change_percent": -6.563878787878799,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 102.02762594179326
          }
        },
        "any_pair": {
          "successes": 11966,
          "estimate": 0.05983,
          "monte_carlo_standard_error": 0.000530331835269202,
          "ci95": [
            0.058798998615732206,
            0.06087791000878992
          ],
          "exact_no_information_baseline": 0.058823529411764705,
          "absolute_change": 0.0010064705882352962,
          "absolute_change_percentage_points": 0.10064705882352962,
          "relative_change_percent": 1.7110000000000034,
          "event_frequency_translation": {
            "direction": "more",
            "difference_resolved_at_95_percent": false,
            "approximately_one_event_per_target_hands": null
          }
        },
        "premium_pair_tt_plus": {
          "successes": 4174,
          "estimate": 0.02087,
          "monte_carlo_standard_error": 0.00031964388856976447,
          "ci95": [
            0.020252650534798494,
            0.021505754693334468
          ],
          "exact_no_information_baseline": 0.02262443438914027,
          "absolute_change": -0.0017544343891402712,
          "absolute_change_percentage_points": -0.17544343891402714,
          "relative_change_percent": -7.7546,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 569.984267402574
          }
        },
        "ace_king": {
          "successes": 2155,
          "estimate": 0.010775,
          "monte_carlo_standard_error": 0.00023085600896446251,
          "ci95": [
            0.010331833830250997,
            0.011236959185701561
          ],
          "exact_no_information_baseline": 0.012066365007541479,
          "absolute_change": -0.0012913650075414788,
          "absolute_change_percentage_points": -0.12913650075414787,
          "relative_change_percent": -10.702187500000004,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 774.3743977574675
          }
        },
        "both_cards_ten_plus": {
          "successes": 26019,
          "estimate": 0.130095,
          "monte_carlo_standard_error": 0.0007522309850537932,
          "ci95": [
            0.12862775613918562,
            0.13157645333613951
          ],
          "exact_no_information_baseline": 0.14328808446455504,
          "absolute_change": -0.013193084464555055,
          "absolute_change_percentage_points": -1.3193084464555054,
          "relative_change_percent": -9.207384210526318,
          "event_frequency_translation": {
            "direction": "fewer",
            "difference_resolved_at_95_percent": true,
            "approximately_one_event_per_target_hands": 75.79728627423182
          }
        }
      },
      "remaining_rank_composition": {
        "2": {
          "expected_share_of_remaining_cards": 0.08281724999999995,
          "monte_carlo_standard_error": 4.094537696501873e-05,
          "ci95": [
            0.0827369985358151,
            0.0828975014641848
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.5894173076923026,
          "relative_change_percent": 7.662424999999933
        },
        "3": {
          "expected_share_of_remaining_cards": 0.08177424999999972,
          "monte_carlo_standard_error": 4.202968019338452e-05,
          "ci95": [
            0.08169187334053894,
            0.08185662665946049
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.4851173076922788,
          "relative_change_percent": 6.306524999999624
        },
        "4": {
          "expected_share_of_remaining_cards": 0.08075224999999966,
          "monte_carlo_standard_error": 4.292695613837436e-05,
          "ci95": [
            0.08066811471200253,
            0.0808363852879968
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.3829173076922737,
          "relative_change_percent": 4.9779249999995585
        },
        "5": {
          "expected_share_of_remaining_cards": 0.0797459999999995,
          "monte_carlo_standard_error": 4.371226342584565e-05,
          "ci95": [
            0.07966032553800212,
            0.07983167446199688
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.28229230769225705,
          "relative_change_percent": 3.6697999999993414
        },
        "6": {
          "expected_share_of_remaining_cards": 0.07870962499999937,
          "monte_carlo_standard_error": 4.451790590332486e-05,
          "ci95": [
            0.0786223715077617,
            0.07879687849223703
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.17865480769224396,
          "relative_change_percent": 2.322512499999171
        },
        "7": {
          "expected_share_of_remaining_cards": 0.07777812499999931,
          "monte_carlo_standard_error": 4.519435468143115e-05,
          "ci95": [
            0.07768954569251918,
            0.07786670430747944
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": 0.08550480769223823,
          "relative_change_percent": 1.111562499999097
        },
        "8": {
          "expected_share_of_remaining_cards": 0.07674887499999926,
          "monte_carlo_standard_error": 4.584841400264417e-05,
          "ci95": [
            0.0766590137598058,
            0.07683873624019272
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.01742019230776687,
          "relative_change_percent": -0.2264625000009693
        },
        "9": {
          "expected_share_of_remaining_cards": 0.07578824999999918,
          "monte_carlo_standard_error": 4.631547025888971e-05,
          "ci95": [
            0.07569747334636472,
            0.07587902665363365
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.11348269230777447,
          "relative_change_percent": -1.475275000001068
        },
        "T": {
          "expected_share_of_remaining_cards": 0.07494274999999917,
          "monte_carlo_standard_error": 4.6795708258126526e-05,
          "ci95": [
            0.0748510320971822,
            0.07503446790281613
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.19803269230777576,
          "relative_change_percent": -2.5744250000010847
        },
        "J": {
          "expected_share_of_remaining_cards": 0.07404449999999914,
          "monte_carlo_standard_error": 4.728744578916562e-05,
          "ci95": [
            0.07395181830933148,
            0.0741371816906668
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.28785769230777886,
          "relative_change_percent": -3.742150000001125
        },
        "Q": {
          "expected_share_of_remaining_cards": 0.07314524999999912,
          "monte_carlo_standard_error": 4.77051322300473e-05,
          "ci95": [
            0.0730517496589505,
            0.07323875034104774
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.37778269230778067,
          "relative_change_percent": -4.9111750000011485
        },
        "K": {
          "expected_share_of_remaining_cards": 0.0723174999999991,
          "monte_carlo_standard_error": 4.849292707777576e-05,
          "ci95": [
            0.07222245560942174,
            0.07241254439057647
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.46055769230778226,
          "relative_change_percent": -5.987250000001169
        },
        "A": {
          "expected_share_of_remaining_cards": 0.07143537499999915,
          "monte_carlo_standard_error": 4.853343842672454e-05,
          "ci95": [
            0.07134025120863688,
            0.07153049879136142
          ],
          "exact_no_information_share": 0.07692307692307693,
          "absolute_change_percentage_points": -0.5487701923077779,
          "relative_change_percent": -7.134012500001113
        }
      },
      "all_169_button_hand_classes": {
        "AA": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 775,
          "estimate": 0.003875,
          "ci95_wilson": [
            0.0036120786115554446,
            0.00415697945996474
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.06498868778280548,
          "relative_change_percent": -14.36250000000001
        },
        "AKs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 538,
          "estimate": 0.00269,
          "ci95_wilson": [
            0.002472353903509193,
            0.0029267496884236932
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.032659125188536954,
          "relative_change_percent": -10.8265
        },
        "AKo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1617,
          "estimate": 0.008085,
          "ci95_wilson": [
            0.0077018647379099225,
            0.008487031611300159
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09647737556561092,
          "relative_change_percent": -10.660750000000005
        },
        "AQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 534,
          "estimate": 0.00267,
          "ci95_wilson": [
            0.0024531966850221873,
            0.0029059076751877066
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.03465912518853696,
          "relative_change_percent": -11.489500000000003
        },
        "AQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1514,
          "estimate": 0.00757,
          "ci95_wilson": [
            0.00719947750380054,
            0.007959438628542488
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.1479773755656109,
          "relative_change_percent": -16.351500000000005
        },
        "AJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "AJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1655,
          "estimate": 0.008275,
          "ci95_wilson": [
            0.007887315706388084,
            0.008681573344190422
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.077477375565611,
          "relative_change_percent": -8.561250000000015
        },
        "ATs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 554,
          "estimate": 0.00277,
          "ci95_wilson": [
            0.0025490138904465183,
            0.003010086628378337
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024659125188536975,
          "relative_change_percent": -8.174500000000007
        },
        "ATo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1609,
          "estimate": 0.008045,
          "ci95_wilson": [
            0.007662829376738978,
            0.00844606850902512
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10047737556561093,
          "relative_change_percent": -11.102750000000006
        },
        "A9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 571,
          "estimate": 0.002855,
          "ci95_wilson": [
            0.002630517877635909,
            0.0030985793760116643
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.016159125188536974,
          "relative_change_percent": -5.356750000000007
        },
        "A9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1593,
          "estimate": 0.007965,
          "ci95_wilson": [
            0.0075847660432051284,
            0.008364134915666998
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.10847737556561096,
          "relative_change_percent": -11.98675000000001
        },
        "A8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 564,
          "estimate": 0.00282,
          "ci95_wilson": [
            0.0025969509822241794,
            0.0030621476159081572
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019659125188536963,
          "relative_change_percent": -6.517000000000003
        },
        "A8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1709,
          "estimate": 0.008545,
          "ci95_wilson": [
            0.008150942320416927,
            0.00895793635842198
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.05047737556561089,
          "relative_change_percent": -5.577750000000003
        },
        "A7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "A7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1732,
          "estimate": 0.00866,
          "ci95_wilson": [
            0.008263259094899146,
            0.009075615166346966
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03897737556561101,
          "relative_change_percent": -4.307000000000016
        },
        "A6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "A6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1749,
          "estimate": 0.008745,
          "ci95_wilson": [
            0.00834628755999089,
            0.009162583436077938
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03047737556561101,
          "relative_change_percent": -3.3677500000000165
        },
        "A5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 608,
          "estimate": 0.00304,
          "ci95_wilson": [
            0.0028080856395005086,
            0.003291004507584744
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.002340874811463051,
          "relative_change_percent": 0.7760000000000014
        },
        "A5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1746,
          "estimate": 0.00873,
          "ci95_wilson": [
            0.008331634761736099,
            0.009147236810540488
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03197737556561095,
          "relative_change_percent": -3.5335000000000094
        },
        "A4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "A4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1746,
          "estimate": 0.00873,
          "ci95_wilson": [
            0.008331634761736099,
            0.009147236810540488
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03197737556561095,
          "relative_change_percent": -3.5335000000000094
        },
        "A3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 581,
          "estimate": 0.002905,
          "ci95_wilson": [
            0.0026784858358240918,
            0.0031506094971309627
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.011159125188536963,
          "relative_change_percent": -3.699250000000003
        },
        "A3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1765,
          "estimate": 0.008825,
          "ci95_wilson": [
            0.008424440952885836,
            0.009244426970074963
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02247737556561099,
          "relative_change_percent": -2.483750000000014
        },
        "A2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "A2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1804,
          "estimate": 0.00902,
          "ci95_wilson": [
            0.008614975500778008,
            0.00944388493148197
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0029773755656109166,
          "relative_change_percent": -0.32900000000000623
        },
        "KK": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 801,
          "estimate": 0.004005,
          "ci95_wilson": [
            0.0037375673166446847,
            0.004291485761074949
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.05198868778280548,
          "relative_change_percent": -11.48950000000001
        },
        "KQs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "KQo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1650,
          "estimate": 0.00825,
          "ci95_wilson": [
            0.007862911186471757,
            0.008655978824453013
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07997737556561091,
          "relative_change_percent": -8.837500000000004
        },
        "KJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "KJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1665,
          "estimate": 0.008325,
          "ci95_wilson": [
            0.007936127503034436,
            0.008732759626851555
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07247737556561086,
          "relative_change_percent": -8.00875
        },
        "KTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 555,
          "estimate": 0.002775,
          "ci95_wilson": [
            0.0025538067610980505,
            0.0030152935656575534
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.024159125188536953,
          "relative_change_percent": -8.00875
        },
        "KTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1616,
          "estimate": 0.00808,
          "ci95_wilson": [
            0.007696985184024074,
            0.008481911357255262
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0969773755656109,
          "relative_change_percent": -10.716000000000003
        },
        "K9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 547,
          "estimate": 0.002735,
          "ci95_wilson": [
            0.002515469093506817,
            0.0029736327698028017
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028159125188536964,
          "relative_change_percent": -9.334750000000003
        },
        "K9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1663,
          "estimate": 0.008315,
          "ci95_wilson": [
            0.007926364850785775,
            0.008722522663238719
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.07347737556561099,
          "relative_change_percent": -8.119250000000013
        },
        "K8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "K8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1677,
          "estimate": 0.008385,
          "ci95_wilson": [
            0.007994706472114218,
            0.008794178352940751
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06647737556561092,
          "relative_change_percent": -7.345750000000007
        },
        "K7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 566,
          "estimate": 0.00283,
          "ci95_wilson": [
            0.0026065406148981507,
            0.003072557599095682
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.018659125188536962,
          "relative_change_percent": -6.185500000000003
        },
        "K7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1759,
          "estimate": 0.008795,
          "ci95_wilson": [
            0.008395132420672448,
            0.009213736654703864
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.025477375565610867,
          "relative_change_percent": -2.8152500000000007
        },
        "K6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "K6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1742,
          "estimate": 0.00871,
          "ci95_wilson": [
            0.008312098173492035,
            0.009126774167061561
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03397737556561087,
          "relative_change_percent": -3.7545000000000006
        },
        "K5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 589,
          "estimate": 0.002945,
          "ci95_wilson": [
            0.0027168728444869135,
            0.003192220951914125
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007159125188536952,
          "relative_change_percent": -2.3732499999999996
        },
        "K5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1774,
          "estimate": 0.00887,
          "ci95_wilson": [
            0.008468406007515765,
            0.009290460186821765
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.017977375565611,
          "relative_change_percent": -1.9865000000000153
        },
        "K4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "K4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1798,
          "estimate": 0.00899,
          "ci95_wilson": [
            0.008585659247048173,
            0.009413202337627314
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.005977375565610968,
          "relative_change_percent": -0.6605000000000119
        },
        "K3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 622,
          "estimate": 0.00311,
          "ci95_wilson": [
            0.002875333064251082,
            0.0033637543938646436
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009340874811463026,
          "relative_change_percent": 3.096499999999993
        },
        "K3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1777,
          "estimate": 0.008885,
          "ci95_wilson": [
            0.008483061624382757,
            0.00930580399374702
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.016477375565610887,
          "relative_change_percent": -1.8207500000000028
        },
        "K2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 627,
          "estimate": 0.003135,
          "ci95_wilson": [
            0.0028993575762020075,
            0.003389728921567459
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011840874811463054,
          "relative_change_percent": 3.9252500000000023
        },
        "K2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1795,
          "estimate": 0.008975,
          "ci95_wilson": [
            0.008571001559200325,
            0.009397860601682918
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.007477375565610907,
          "relative_change_percent": -0.8262500000000051
        },
        "QQ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 835,
          "estimate": 0.004175,
          "ci95_wilson": [
            0.003901778129248195,
            0.004467268418116874
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.03498868778280548,
          "relative_change_percent": -7.73250000000001
        },
        "QJs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 573,
          "estimate": 0.002865,
          "ci95_wilson": [
            0.0026401100451651496,
            0.0031089868243439197
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.015159125188536973,
          "relative_change_percent": -5.025250000000006
        },
        "QJo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1613,
          "estimate": 0.008065,
          "ci95_wilson": [
            0.007682346751352478,
            0.00846655036613461
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.09847737556561101,
          "relative_change_percent": -10.881750000000016
        },
        "QTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 575,
          "estimate": 0.002875,
          "ci95_wilson": [
            0.0026497029284467868,
            0.0031193935569237786
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.01415912518853697,
          "relative_change_percent": -4.693750000000006
        },
        "QTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1649,
          "estimate": 0.008245,
          "ci95_wilson": [
            0.007858030393290315,
            0.008650859809703707
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.08047737556561088,
          "relative_change_percent": -8.892750000000001
        },
        "Q9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 539,
          "estimate": 0.002695,
          "ci95_wilson": [
            0.002477143700991783,
            0.0029319596988718506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.032159125188536974,
          "relative_change_percent": -10.660750000000007
        },
        "Q9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1683,
          "estimate": 0.008415,
          "ci95_wilson": [
            0.00802399790935586,
            0.008824885763283597
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06347737556561088,
          "relative_change_percent": -7.014250000000001
        },
        "Q8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 552,
          "estimate": 0.00276,
          "ci95_wilson": [
            0.002539428714186603,
            0.0029996721887767556
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.02565912518853698,
          "relative_change_percent": -8.506000000000007
        },
        "Q8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1772,
          "estimate": 0.00886,
          "ci95_wilson": [
            0.008458635762239375,
            0.009280230816236662
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.01897737556561096,
          "relative_change_percent": -2.0970000000000106
        },
        "Q7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 578,
          "estimate": 0.00289,
          "ci95_wilson": [
            0.002664093587288951,
            0.0031350023218738587
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.012659125188536945,
          "relative_change_percent": -4.196499999999997
        },
        "Q7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "Q6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 600,
          "estimate": 0.003,
          "ci95_wilson": [
            0.0027696728830673796,
            0.0032494188005718887
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0016591251885369595,
          "relative_change_percent": -0.550000000000002
        },
        "Q6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1747,
          "estimate": 0.008735,
          "ci95_wilson": [
            0.008336518993862419,
            0.009152352386344915
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03147737556561097,
          "relative_change_percent": -3.478250000000012
        },
        "Q5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 586,
          "estimate": 0.00293,
          "ci95_wilson": [
            0.0027024764161909898,
            0.0031766179564178044
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.008659125188536978,
          "relative_change_percent": -2.870500000000008
        },
        "Q5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1769,
          "estimate": 0.008845,
          "ci95_wilson": [
            0.008443980643834144,
            0.009264886510849649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.020477375565610897,
          "relative_change_percent": -2.262750000000004
        },
        "Q4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 556,
          "estimate": 0.00278,
          "ci95_wilson": [
            0.0025585998194217747,
            0.0030205003152645768
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.023659125188536974,
          "relative_change_percent": -7.843000000000006
        },
        "Q4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1824,
          "estimate": 0.00912,
          "ci95_wilson": [
            0.008712704734773044,
            0.009546151856101892
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.007022624434389023,
          "relative_change_percent": 0.7759999999999869
        },
        "Q3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 611,
          "estimate": 0.003055,
          "ci95_wilson": [
            0.002822493136667669,
            0.003306596434209828
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0038408748114630333,
          "relative_change_percent": 1.2732499999999956
        },
        "Q3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1836,
          "estimate": 0.00918,
          "ci95_wilson": [
            0.008771348405711508,
            0.00960750588033241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.013022624434389125,
          "relative_change_percent": 1.4389999999999983
        },
        "Q2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 593,
          "estimate": 0.002965,
          "ci95_wilson": [
            0.0027360704844083127,
            0.003213022543715719
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.005159125188536947,
          "relative_change_percent": -1.7102499999999978
        },
        "Q2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1832,
          "estimate": 0.00916,
          "ci95_wilson": [
            0.008751800008394924,
            0.009587055045925996
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011022624434389033,
          "relative_change_percent": 1.217999999999988
        },
        "JJ": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 882,
          "estimate": 0.00441,
          "ci95_wilson": [
            0.004128968233156784,
            0.004710069286953446
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.011488687782805485,
          "relative_change_percent": -2.5390000000000117
        },
        "JTs": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "JTo": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1674,
          "estimate": 0.00837,
          "ci95_wilson": [
            0.007980061240368657,
            0.008778824160894068
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.06797737556561087,
          "relative_change_percent": -7.511500000000001
        },
        "J9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "J9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1763,
          "estimate": 0.008815,
          "ci95_wilson": [
            0.008414671308027871,
            0.009234196999071432
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02347737556561095,
          "relative_change_percent": -2.5942500000000095
        },
        "J8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 563,
          "estimate": 0.002815,
          "ci95_wilson": [
            0.002592156440472158,
            0.0030569423497294303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020159125188536985,
          "relative_change_percent": -6.68275000000001
        },
        "J8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1757,
          "estimate": 0.008785,
          "ci95_wilson": [
            0.008385363178628157,
            0.009203506280886658
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.026477375565611,
          "relative_change_percent": -2.9257500000000154
        },
        "J7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 562,
          "estimate": 0.00281,
          "ci95_wilson": [
            0.002587362082424266,
            0.0030517368998465746
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.020659125188536964,
          "relative_change_percent": -6.848500000000003
        },
        "J7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1717,
          "estimate": 0.008585,
          "ci95_wilson": [
            0.008190006937534322,
            0.008998870204750571
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04647737556561088,
          "relative_change_percent": -5.135750000000002
        },
        "J6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 604,
          "estimate": 0.00302,
          "ci95_wilson": [
            0.0027888779380677168,
            0.0032702129772945437
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.00034087481146304575,
          "relative_change_percent": 0.11299999999999966
        },
        "J6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1756,
          "estimate": 0.00878,
          "ci95_wilson": [
            0.008380478608113813,
            0.009198391043470252
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02697737556561098,
          "relative_change_percent": -2.981000000000013
        },
        "J5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 621,
          "estimate": 0.003105,
          "ci95_wilson": [
            0.002870528635262667,
            0.0033585590149223113
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.008840874811463046,
          "relative_change_percent": 2.9307499999999997
        },
        "J5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1753,
          "estimate": 0.008765,
          "ci95_wilson": [
            0.008365825098944176,
            0.009183045128847649
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.02847737556561092,
          "relative_change_percent": -3.146750000000006
        },
        "J4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 594,
          "estimate": 0.00297,
          "ci95_wilson": [
            0.0027408703204678344,
            0.003218222515586945
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.004659125188536967,
          "relative_change_percent": -1.5445000000000046
        },
        "J4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1840,
          "estimate": 0.0092,
          "ci95_wilson": [
            0.008790897307844821,
            0.009627956209922087
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.015022624434389044,
          "relative_change_percent": 1.6599999999999893
        },
        "J3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 632,
          "estimate": 0.00316,
          "ci95_wilson": [
            0.00292338599881852,
            0.003415699538604687
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014340874811463039,
          "relative_change_percent": 4.753999999999997
        },
        "J3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1846,
          "estimate": 0.00923,
          "ci95_wilson": [
            0.008820221604014798,
            0.009658630761336598
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.018022624434389095,
          "relative_change_percent": 1.991499999999995
        },
        "J2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 650,
          "estimate": 0.00325,
          "ci95_wilson": [
            0.003009919996970023,
            0.0035091620832066496
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02334087481146302,
          "relative_change_percent": 7.737499999999991
        },
        "J2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1950,
          "estimate": 0.00975,
          "ci95_wilson": [
            0.009328683880277735,
            0.010190148509871462
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07002262443438906,
          "relative_change_percent": 7.73749999999999
        },
        "TT": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 881,
          "estimate": 0.004405,
          "ci95_wilson": [
            0.0041241321786604146,
            0.004704905533519069
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.011988687782805464,
          "relative_change_percent": -2.6495000000000073
        },
        "T9s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 565,
          "estimate": 0.002825,
          "ci95_wilson": [
            0.002601745707194179,
            0.003067352698868905
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.019159125188536984,
          "relative_change_percent": -6.35125000000001
        },
        "T9o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1720,
          "estimate": 0.0086,
          "ci95_wilson": [
            0.00820465674487612,
            0.009014219821201014
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.04497737556561094,
          "relative_change_percent": -4.970000000000009
        },
        "T8s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 576,
          "estimate": 0.00288,
          "ci95_wilson": [
            0.002654499637332808,
            0.003124596655968506
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.013659125188536948,
          "relative_change_percent": -4.527999999999998
        },
        "T8o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1730,
          "estimate": 0.00865,
          "ci95_wilson": [
            0.008253491691115142,
            0.009065382954269473
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.03997737556561097,
          "relative_change_percent": -4.417500000000012
        },
        "T7s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 623,
          "estimate": 0.003115,
          "ci95_wilson": [
            0.002880137651544208,
            0.0033689496145022663
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.009840874811463049,
          "relative_change_percent": 3.2622500000000008
        },
        "T7o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1770,
          "estimate": 0.00885,
          "ci95_wilson": [
            0.008448865649997419,
            0.009270001312617121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.019977375565610918,
          "relative_change_percent": -2.2075000000000062
        },
        "T6s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 547,
          "estimate": 0.002735,
          "ci95_wilson": [
            0.002515469093506817,
            0.0029736327698028017
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.028159125188536964,
          "relative_change_percent": -9.334750000000003
        },
        "T6o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1793,
          "estimate": 0.008965,
          "ci95_wilson": [
            0.008561229930394031,
            0.009387632614627718
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.008477375565610866,
          "relative_change_percent": -0.9367500000000006
        },
        "T5s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 637,
          "estimate": 0.003185,
          "ci95_wilson": [
            0.002947418285998622,
            0.0034416662910783254
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.016840874811463024,
          "relative_change_percent": 5.582749999999992
        },
        "T5o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1829,
          "estimate": 0.009145,
          "ci95_wilson": [
            0.008737139042678517,
            0.009571716587850164
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.009522624434389095,
          "relative_change_percent": 1.0522499999999948
        },
        "T4s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 582,
          "estimate": 0.00291,
          "ci95_wilson": [
            0.002683283603147316,
            0.0031558115377384862
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.010659125188536983,
          "relative_change_percent": -3.53350000000001
        },
        "T4o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1870,
          "estimate": 0.00935,
          "ci95_wilson": [
            0.008937530001868142,
            0.00978131775382121
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.030022624434389127,
          "relative_change_percent": 3.317499999999998
        },
        "T3s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 584,
          "estimate": 0.00292,
          "ci95_wilson": [
            0.002692879661811245,
            0.003166215094936053
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.00965912518853698,
          "relative_change_percent": -3.202000000000009
        },
        "T3o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1836,
          "estimate": 0.00918,
          "ci95_wilson": [
            0.008771348405711508,
            0.00960750588033241
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.013022624434389125,
          "relative_change_percent": 1.4389999999999983
        },
        "T2s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "T2o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1904,
          "estimate": 0.00952,
          "ci95_wilson": [
            0.00910374709406076,
            0.009955094131274026
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04702262443438913,
          "relative_change_percent": 5.195999999999998
        },
        "99": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 929,
          "estimate": 0.004645,
          "ci95_wilson": [
            0.004356366163595592,
            0.004952662329259798
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.012011312217194512,
          "relative_change_percent": 2.6544999999999868
        },
        "98s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 607,
          "estimate": 0.003035,
          "ci95_wilson": [
            0.002803283467465904,
            0.0032858068716886003
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.001840874811463028,
          "relative_change_percent": 0.6102499999999937
        },
        "98o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1786,
          "estimate": 0.00893,
          "ci95_wilson": [
            0.008527030260465267,
            0.009351833629041245
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.011977375565610897,
          "relative_change_percent": -1.323500000000004
        },
        "97s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 618,
          "estimate": 0.00309,
          "ci95_wilson": [
            0.002856116301940832,
            0.003342971924451902
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.007340874811463021,
          "relative_change_percent": 2.433499999999991
        },
        "97o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1857,
          "estimate": 0.009285,
          "ci95_wilson": [
            0.008873985736073725,
            0.009714864516515898
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.023522624434389044,
          "relative_change_percent": 2.5992499999999894
        },
        "96s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 588,
          "estimate": 0.00294,
          "ci95_wilson": [
            0.0027120738627441185,
            0.0031870201257261717
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.007659125188536975,
          "relative_change_percent": -2.5390000000000073
        },
        "96o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1883,
          "estimate": 0.009415,
          "ci95_wilson": [
            0.009001079456509789,
            0.009847765802279288
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.036522624434389035,
          "relative_change_percent": 4.035749999999988
        },
        "95s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 602,
          "estimate": 0.00301,
          "ci95_wilson": [
            0.002779275078124616,
            0.0032598162213761483
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0006591251885369569,
          "relative_change_percent": -0.2185000000000012
        },
        "95o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1833,
          "estimate": 0.009165,
          "ci95_wilson": [
            0.008756687060308075,
            0.009592167801943595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.011522624434389013,
          "relative_change_percent": 1.2732499999999858
        },
        "94s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 601,
          "estimate": 0.003005,
          "ci95_wilson": [
            0.002774473897278919,
            0.003254617594291097
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.0011591251885369799,
          "relative_change_percent": -0.3842500000000088
        },
        "94o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1899,
          "estimate": 0.009495,
          "ci95_wilson": [
            0.0090793012146267,
            0.009929540971054345
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.044522624434389056,
          "relative_change_percent": 4.91974999999999
        },
        "93s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 626,
          "estimate": 0.00313,
          "ci95_wilson": [
            0.0028945523594671708,
            0.003384534330371547
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.011340874811463031,
          "relative_change_percent": 3.7594999999999947
        },
        "93o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1953,
          "estimate": 0.009765,
          "ci95_wilson": [
            0.009343355814738394,
            0.010205475999203047
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.071522624434389,
          "relative_change_percent": 7.903249999999984
        },
        "92s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 653,
          "estimate": 0.003265,
          "ci95_wilson": [
            0.0030243470539202816,
            0.0035247344500486354
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.024840874811463045,
          "relative_change_percent": 8.234749999999998
        },
        "92o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1998,
          "estimate": 0.00999,
          "ci95_wilson": [
            0.009563465593875213,
            0.010435357576949893
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09402262443438912,
          "relative_change_percent": 10.389499999999996
        },
        "88": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 895,
          "estimate": 0.004475,
          "ci95_wilson": [
            0.004191845438162759,
            0.004777189585047198
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.004988687782805489,
          "relative_change_percent": -1.102500000000013
        },
        "87s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 646,
          "estimate": 0.00323,
          "ci95_wilson": [
            0.0029906859979016726,
            0.003488396850552007
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.021340874811463014,
          "relative_change_percent": 7.074499999999989
        },
        "87o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1803,
          "estimate": 0.009015,
          "ci95_wilson": [
            0.008610089377369025,
            0.009438771246960203
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0034773755656108962,
          "relative_change_percent": -0.384250000000004
        },
        "86s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 590,
          "estimate": 0.00295,
          "ci95_wilson": [
            0.0027216719979582314,
            0.0031974216063735557
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.006659125188536973,
          "relative_change_percent": -2.2075000000000062
        },
        "86o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1801,
          "estimate": 0.009005,
          "ci95_wilson": [
            0.008600317227815589,
            0.009428543780652145
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": -0.0044773755656108555,
          "relative_change_percent": -0.49474999999999947
        },
        "85s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 628,
          "estimate": 0.00314,
          "ci95_wilson": [
            0.0029041629493605035,
            0.0033949233563397114
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.012340874811463034,
          "relative_change_percent": 4.090999999999996
        },
        "85o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1858,
          "estimate": 0.00929,
          "ci95_wilson": [
            0.008878873571075956,
            0.009719976489444417
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.024022624434389024,
          "relative_change_percent": 2.6544999999999868
        },
        "84s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 652,
          "estimate": 0.00326,
          "ci95_wilson": [
            0.003019537887269606,
            0.0035195438087685625
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02434087481146302,
          "relative_change_percent": 8.06899999999999
        },
        "84o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1890,
          "estimate": 0.00945,
          "ci95_wilson": [
            0.009035300524200304,
            0.009883543390104006
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.040022624434389066,
          "relative_change_percent": 4.422499999999991
        },
        "83s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 609,
          "estimate": 0.003045,
          "ci95_wilson": [
            0.002812887975312974,
            0.003296201979703027
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.0028408748114630306,
          "relative_change_percent": 0.9417499999999946
        },
        "83o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1880,
          "estimate": 0.0094,
          "ci95_wilson": [
            0.008986413739992528,
            0.009832432095004305
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.035022624434389096,
          "relative_change_percent": 3.8699999999999948
        },
        "82s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 642,
          "estimate": 0.00321,
          "ci95_wilson": [
            0.0029714543925413216,
            0.0034676292241893666
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01934087481146305,
          "relative_change_percent": 6.411500000000001
        },
        "82o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1992,
          "estimate": 0.00996,
          "ci95_wilson": [
            0.009534114325681652,
            0.010404709997558968
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09102262443438908,
          "relative_change_percent": 10.057999999999993
        },
        "77": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 889,
          "estimate": 0.004445,
          "ci95_wilson": [
            0.0041628232377401,
            0.004746212937885368
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": -0.007988687782805454,
          "relative_change_percent": -1.7655000000000052
        },
        "76s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 597,
          "estimate": 0.002985,
          "ci95_wilson": [
            0.0027552708443947197,
            0.003233821415452303
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": -0.003159125188536985,
          "relative_change_percent": -1.0472500000000105
        },
        "76o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1877,
          "estimate": 0.009385,
          "ci95_wilson": [
            0.008971748297620593,
            0.009817098113583993
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.033522624434388984,
          "relative_change_percent": 3.7042499999999823
        },
        "75s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 633,
          "estimate": 0.003165,
          "ci95_wilson": [
            0.0029281921485487016,
            0.003420893196805253
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.014840874811463019,
          "relative_change_percent": 4.919749999999991
        },
        "75o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1895,
          "estimate": 0.009475,
          "ci95_wilson": [
            0.009059745051103631,
            0.009909097902854424
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.04252262443438914,
          "relative_change_percent": 4.6987499999999995
        },
        "74s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 659,
          "estimate": 0.003295,
          "ci95_wilson": [
            0.003053205133672971,
            0.003555875217880435
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02784087481146305,
          "relative_change_percent": 9.22925
        },
        "74o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1939,
          "estimate": 0.009695,
          "ci95_wilson": [
            0.009274889013330909,
            0.01013394548958006
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06452262443438911,
          "relative_change_percent": 7.129749999999996
        },
        "73s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 677,
          "estimate": 0.003385,
          "ci95_wilson": [
            0.0031398104618961305,
            0.003649266432410741
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03684087481146303,
          "relative_change_percent": 12.212749999999994
        },
        "73o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2039,
          "estimate": 0.010195,
          "ci95_wilson": [
            0.009764059176567847,
            0.01064475611941793
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.11452262443438899,
          "relative_change_percent": 12.654749999999982
        },
        "72s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 625,
          "estimate": 0.003125,
          "ci95_wilson": [
            0.0028897472995292072,
            0.003379339582378763
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.010840874811463052,
          "relative_change_percent": 3.5937500000000013
        },
        "72o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1958,
          "estimate": 0.00979,
          "ci95_wilson": [
            0.009367809614258824,
            0.010231021239336358
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07402262443438906,
          "relative_change_percent": 8.17949999999999
        },
        "66": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1020,
          "estimate": 0.0051,
          "ci95_wilson": [
            0.004797181795375966,
            0.005421829219177504
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.05751131221719456,
          "relative_change_percent": 12.709999999999997
        },
        "65s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 676,
          "estimate": 0.00338,
          "ci95_wilson": [
            0.003134997852229642,
            0.003644079234146482
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03634087481146305,
          "relative_change_percent": 12.047
        },
        "65o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1934,
          "estimate": 0.00967,
          "ci95_wilson": [
            0.009250437963092436,
            0.010108397500164793
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06202262443438904,
          "relative_change_percent": 6.853499999999988
        },
        "64s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 658,
          "estimate": 0.00329,
          "ci95_wilson": [
            0.0030483950887324404,
            0.003550685454890217
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02734087481146303,
          "relative_change_percent": 9.063499999999994
        },
        "64o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1954,
          "estimate": 0.00977,
          "ci95_wilson": [
            0.009348246517158836,
            0.010210585104713352
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07202262443438898,
          "relative_change_percent": 7.958499999999981
        },
        "63s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 655,
          "estimate": 0.003275,
          "ci95_wilson": [
            0.003033965828537336,
            0.003535115291293077
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02584087481146305,
          "relative_change_percent": 8.56625
        },
        "63o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1982,
          "estimate": 0.00991,
          "ci95_wilson": [
            0.009485197783830841,
            0.010353628460102297
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.0860226244343891,
          "relative_change_percent": 9.505499999999994
        },
        "62s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 662,
          "estimate": 0.00331,
          "ci95_wilson": [
            0.0030676361385066253,
            0.0035714436368390243
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.029340874811463035,
          "relative_change_percent": 9.726499999999996
        },
        "62o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2043,
          "estimate": 0.010215,
          "ci95_wilson": [
            0.009783631734479417,
            0.010665182793229354
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.11652262443438907,
          "relative_change_percent": 12.875749999999991
        },
        "55": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1006,
          "estimate": 0.00503,
          "ci95_wilson": [
            0.004729321001915593,
            0.005349692701607401
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0505113122171945,
          "relative_change_percent": 11.162999999999984
        },
        "54s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 631,
          "estimate": 0.003155,
          "ci95_wilson": [
            0.0029185800036679987,
            0.00341050572582446
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.013840874811463016,
          "relative_change_percent": 4.58824999999999
        },
        "54o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1923,
          "estimate": 0.009615,
          "ci95_wilson": [
            0.009196648226689771,
            0.01005218934932923
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.05652262443438909,
          "relative_change_percent": 6.245749999999994
        },
        "53s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 652,
          "estimate": 0.00326,
          "ci95_wilson": [
            0.003019537887269606,
            0.0035195438087685625
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02434087481146302,
          "relative_change_percent": 8.06899999999999
        },
        "53o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1940,
          "estimate": 0.0097,
          "ci95_wilson": [
            0.009279779310751619,
            0.010139055000090097
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.06502262443438908,
          "relative_change_percent": 7.1849999999999925
        },
        "52s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 672,
          "estimate": 0.00336,
          "ci95_wilson": [
            0.0031157488146907725,
            0.0036233290399623583
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.03434087481146305,
          "relative_change_percent": 11.384
        },
        "52o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2001,
          "estimate": 0.010005,
          "ci95_wilson": [
            0.00957814160393616,
            0.01045068099068119
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.09552262443438905,
          "relative_change_percent": 10.55524999999999
        },
        "44": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 969,
          "estimate": 0.004845,
          "ci95_wilson": [
            0.004550048360594557,
            0.005158972449490758
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.03201131221719457,
          "relative_change_percent": 7.074499999999999
        },
        "43s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 640,
          "estimate": 0.0032,
          "ci95_wilson": [
            0.002961839494456851,
            0.0034572445064123413
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.01834087481146305,
          "relative_change_percent": 6.080000000000001
        },
        "43o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2042,
          "estimate": 0.01021,
          "ci95_wilson": [
            0.009778738554567009,
            0.010660076165211016
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.1160226244343891,
          "relative_change_percent": 12.820499999999994
        },
        "42s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 659,
          "estimate": 0.003295,
          "ci95_wilson": [
            0.003053205133672971,
            0.003555875217880435
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.02784087481146305,
          "relative_change_percent": 9.22925
        },
        "42o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 1952,
          "estimate": 0.00976,
          "ci95_wilson": [
            0.009338465141103463,
            0.010200366864907232
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.07102262443438902,
          "relative_change_percent": 7.847999999999986
        },
        "33": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1052,
          "estimate": 0.00526,
          "ci95_wilson": [
            0.0049523474038865286,
            0.005586657464450878
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.07351131221719452,
          "relative_change_percent": 16.245999999999988
        },
        "32s": {
          "shape": "suited",
          "physical_combo_count": 4,
          "count": 688,
          "estimate": 0.00344,
          "ci95_wilson": [
            0.0031927583078864546,
            0.0037063164736586456
          ],
          "exact_no_information_baseline": 0.0030165912518853697,
          "absolute_change_percentage_points": 0.04234087481146302,
          "relative_change_percent": 14.03599999999999
        },
        "32o": {
          "shape": "offsuit",
          "physical_combo_count": 12,
          "count": 2034,
          "estimate": 0.01017,
          "ci95_wilson": [
            0.009739594086874442,
            0.010619222169457595
          ],
          "exact_no_information_baseline": 0.00904977375565611,
          "absolute_change_percentage_points": 0.11202262443438908,
          "relative_change_percent": 12.378499999999992
        },
        "22": {
          "shape": "pair",
          "physical_combo_count": 6,
          "count": 1032,
          "estimate": 0.00516,
          "ci95_wilson": [
            0.004855360007726832,
            0.0054836487019956125
          ],
          "exact_no_information_baseline": 0.004524886877828055,
          "absolute_change_percentage_points": 0.0635113122171945,
          "relative_change_percent": 14.035999999999984
        }
      },
      "diagnostics": {
        "observed_complete_pattern_acceptance_rate": 0.044491783702303694,
        "accepted_deals": 200000,
        "attempted_deals": 4495212,
        "split_half": {
          "at_least_one_ace": {
            "first_half_estimate": 0.13868,
            "second_half_estimate": 0.14036,
            "absolute_difference": 0.0016800000000000148,
            "difference_z_score": 1.0841938415855377
          },
          "any_pair": {
            "first_half_estimate": 0.06073,
            "second_half_estimate": 0.05893,
            "absolute_difference": 0.001799999999999996,
            "difference_z_score": 1.697062895668669
          },
          "premium_pair_tt_plus": {
            "first_half_estimate": 0.02143,
            "second_half_estimate": 0.02031,
            "absolute_difference": 0.0011199999999999995,
            "difference_z_score": 1.7519630974764002
          },
          "ace_king": {
            "first_half_estimate": 0.01082,
            "second_half_estimate": 0.01073,
            "absolute_difference": 8.99999999999998e-05,
            "difference_z_score": 0.19492671850497417
          },
          "both_cards_ten_plus": {
            "first_half_estimate": 0.13109,
            "second_half_estimate": 0.1291,
            "absolute_difference": 0.0019900000000000195,
            "difference_z_score": 1.3227377919523775
          }
        },
        "maximum_split_half_z_score": 1.7519630974764002
      }
    }
  ]
}
