{
  "races": [
    {
      "id": 1,
      "name": "Beat the Clock to Yellow Rock",
      "active": true,
      "participants": [
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        9,
        10
      ]
    },
    {
      "id": 2,
      "name": "Idaho a Go-Go",
      "active": true,
      "participants": [
        1,
        2,
        7
      ]
    },
    {
      "id": 3,
      "name": "The Baja-Ha-Ha Race",
      "active": true,
      "participants": [
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        9,
        10,
        11
      ]
    },
    {
      "id": 4,
      "name": "The Zippy Mississippi Race",
      "active": true,
      "participants": [
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        9,
        10
      ]
    },
    {
      "id": 5,
      "name": "Hot Race at Chillicothe",
      "active": false,
      "participants": [
        1,
        5,
        10
      ]
    },
    {
      "id": 6,
      "name": "Rhode Island Road Race",
      "active": true,
      "participants": [
        1,
        3,
        8
      ]
    },
    {
      "id": 7,
      "name": "Wacky Race to Ripsaw",
      "active": true,
      "participants": [
        1,
        2,
        6
      ]
    },
    {
      "id": 8,
      "name": "The Dipsy Doodle Desert Derby",
      "active": false,
      "participants": [
        1,
        2,
        3,
        9,
        10
      ]
    }
  ],
  "participants": [
    {
      "id": 1,
      "body": "The Boulder Mobile"
    },
    {
      "id": 2,
      "body": "The Buzzwagon"
    },
    {
      "id": 3,
      "body": "The Creepy Coupe"
    },
    {
      "id": 4,
      "body": "The Bulletproof Bomb"
    },
    {
      "id": 5,
      "body": "The Compact Pussycat"
    },
    {
      "id": 6,
      "body": "The Crimson Haybaler"
    },
    {
      "id": 7,
      "body": "The Convert-A-Car"
    },
    {
      "id": 8,
      "body": "The Arkansas Chuggabug"
    },
    {
      "id": 9,
      "body": "The Turbo Terrific"
    },
    {
      "id": 10,
      "body": "The Army Surplus Special"
    },
    {
      "id": 11,
      "body": "The Mean Machine"
    }
  ]
}