[
  {
    "type": "MIDDLE",
    "results": [
      {
        "position": 1,
        "team": "Kufstein Vikings",
        "wins": 14,
        "loses": 4,
        "ties": 0,
        "winsPercentage": 0.778,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "ASAK Athletics",
        "wins": 9,
        "loses": 9,
        "ties": 0,
        "winsPercentage": 0.5,
        "gamesBehind": 5
      },
      {
        "position": 3,
        "team": "Centurions Wels",
        "wins": 5,
        "loses": 13,
        "ties": 0,
        "winsPercentage": 0.278,
        "gamesBehind": 9
      }
    ]
  },
  {
    "type": "WEST",
    "results": [
      {
        "position": 1,
        "team": "Hard Bulls Bandidos",
        "wins": 12,
        "loses": 6,
        "ties": 0,
        "winsPercentage": 0.667,
        "gamesBehind": 0
      },
      {
        "position": 2,
        "team": "Feldkirch Cardinals",
        "wins": 8,
        "loses": 10,
        "ties": 0,
        "winsPercentage": 0.444,
        "gamesBehind": 4
      },
      {
        "position": 2,
        "team": "Schwaz Tigers",
        "wins": 8,
        "loses": 10,
        "ties": 0,
        "winsPercentage": 0.444,
        "gamesBehind": 4
      },
      {
        "position": 4,
        "team": "Dornbirn Indians 2",
        "wins": 4,
        "loses": 8,
        "ties": 0,
        "winsPercentage": 0.333,
        "gamesBehind": 5
      }
    ]
  }
]