{
  "teams": [
    {
      "id": 1,
      "name": "レジャーズ",
      "url_path": "leisures",
      "regulation_at_bats": "0.5"
    },
    {
      "id": 7,
      "name": "横濱鳥",
      "url_path": "yokohamabird",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 8,
      "name": "レッドタイガース",
      "url_path": "redtigres",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 9,
      "name": "Win100PC",
      "url_path": "windowspc",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 10,
      "name": "松本東",
      "url_path": "east",
      "regulation_at_bats": "0.0"
    },
    {
      "id": 11,
      "name": "k",
      "url_path": "m",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 12,
      "name": "A.B.Cats",
      "url_path": "abcats",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 13,
      "name": "spベアーズ",
      "url_path": "spbears",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 14,
      "name": "spベアーズ",
      "url_path": "sp_bears",
      "regulation_at_bats": "2.0"
    },
    {
      "id": 15,
      "name": "bms_demo",
      "url_path": "demo_team",
      "regulation_at_bats": "2.0"
    }
  ],
  "games": [
    {
      "id": 1,
      "date": "2014-03-01",
      "start_time": "18:00",
      "game_status": 2,
      "top_status": 1,
      "bottom_status": 1,
      "stadium": "天王洲"
    },
    {
      "id": 3,
      "date": "2014-03-08",
      "start_time": "15:00",
      "game_status": 2,
      "top_status": 2,
      "bottom_status": 2,
      "stadium": "六郷"
    },
    {
      "id": 4,
      "date": "2014-03-15",
      "start_time": "12:30",
      "game_status": 2,
      "top_status": 2,
      "bottom_status": 2,
      "stadium": ""
    },
    {
      "id": 5,
      "date": "2014-03-15",
      "start_time": "11:45",
      "game_status": 2,
      "top_status": 0,
      "bottom_status": 0,
      "stadium": "品川のところ"
    },
    {
      "id": 6,
      "date": "2014-04-05",
      "start_time": "19:00",
      "game_status": 2,
      "top_status": 2,
      "bottom_status": 2,
      "stadium": "天王洲"
    }
  ],
  "players": [
    {
      "id": 1,
      "name": "山田太郎",
      "back_number": "02"
    },
    {
      "id": 2,
      "name": "里中智",
      "back_number": "01"
    },
    {
      "id": 3,
      "name": "岩鬼正美",
      "back_number": "05"
    },
    {
      "id": 4,
      "name": "殿馬一人",
      "back_number": "04"
    },
    {
      "id": 5,
      "name": "土井垣将",
      "back_number": "02"
    },
    {
      "id": 6,
      "name": "微笑三太郎",
      "back_number": "07"
    }
  ]
}