{
  "scope": "Synthetic 25-to-100 color-up; exact-divisible pooled remainders; fixed illustrative cards, not random draws or observed play.",
  "oldDenomination": 25,
  "newDenomination": 100,
  "cases": [
    {
      "id": "last-chips",
      "label": "B has only the chips being removed",
      "players": [
        {"seat": "A", "higherValue": 500, "oldChips": 7, "cards": ["As", "Ks", "Qs"]},
        {"seat": "B", "higherValue": 0, "oldChips": 3, "cards": ["8h", "7h", "6h"]},
        {"seat": "C", "higherValue": 500, "oldChips": 2, "cards": ["Js", "Tc"]}
      ]
    },
    {
      "id": "other-chip",
      "label": "B also has a 100-value chip",
      "players": [
        {"seat": "A", "higherValue": 500, "oldChips": 7, "cards": ["As", "Ks", "Qs"]},
        {"seat": "B", "higherValue": 100, "oldChips": 3, "cards": ["8h", "7h", "6h"]},
        {"seat": "C", "higherValue": 500, "oldChips": 2, "cards": ["Js", "Tc"]}
      ]
    },
    {
      "id": "b-wins",
      "label": "B wins an ordinary race chip",
      "players": [
        {"seat": "A", "higherValue": 500, "oldChips": 7, "cards": ["8h", "Ks", "Qs"]},
        {"seat": "B", "higherValue": 0, "oldChips": 3, "cards": ["As", "7h", "6h"]},
        {"seat": "C", "higherValue": 500, "oldChips": 2, "cards": ["Js", "Tc"]}
      ]
    }
  ]
}
