{
  "hole_cards": "AhKh",
  "node": "root",
  "is_hero": true,
  "strategy": [
    {
      "action": "check",
      "frequency": 0
    },
    {
      "action": "bet",
      "amount_bb": 4,
      "sizing_pot": 0.5333,
      "frequency": 0.2666
    },
    {
      "action": "bet",
      "amount_bb": 97,
      "sizing_pot": 12.9333,
      "allin": true,
      "frequency": 0.7334
    }
  ]
}