[
  {
    "type": "MIDDLE",
    "results": [
      {
        "position": 1,
        "team": "Centurions Wels",
        "wins": 10,
        "loses": 7,
        "ties": 0,
        "winsPercentage": 0.588,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "ASAK Athletics",
        "wins": 8,
        "loses": 10,
        "ties": 0,
        "winsPercentage": 0.444,
        "gamesBehind": 2.5
      },
      {
        "position": 3,
        "team": "Kufstein Vikings",
        "wins": 7,
        "loses": 11,
        "ties": 0,
        "winsPercentage": 0.389,
        "gamesBehind": 3.5
      }
    ]
  },
  {
    "type": "WEST",
    "results": [
      {
        "position": 1,
        "team": "Schwaz Tigers",
        "wins": 13,
        "loses": 5,
        "ties": 0,
        "winsPercentage": 0.722,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "Feldkirch Cardinals",
        "wins": 12,
        "loses": 6,
        "ties": 0,
        "winsPercentage": 0.667,
        "gamesBehind": 1
      },
      {
        "position": 3,
        "team": "Dornbirn Indians 2",
        "wins": 4,
        "loses": 8,
        "ties": 0,
        "winsPercentage": 0.333,
        "gamesBehind": 6
      },
      {
        "position": 4,
        "team": "Hard Bulls Bandidos",
        "wins": 5,
        "loses": 12,
        "ties": 0,
        "winsPercentage": 0.294,
        "gamesBehind": 7.5
      }
    ]
  }
]