{
  "hole_cards": "AhKh",
  "node": "root",
  "is_hero": true,
  "strategy": [
    {
      "action": "check",
      "frequency": 0
    },
    {
      "action": "bet",
      "amount_bb": 7,
      "sizing_pot": 0.35,
      "frequency": 0.0002
    },
    {
      "action": "bet",
      "amount_bb": 13,
      "sizing_pot": 0.65,
      "frequency": 0.2085
    },
    {
      "action": "bet",
      "amount_bb": 24,
      "sizing_pot": 1.2,
      "frequency": 0.314
    },
    {
      "action": "bet",
      "amount_bb": 90,
      "sizing_pot": 4.5,
      "allin": true,
      "frequency": 0.4773
    }
  ]
}