{"name": "World Cup 1974",
 "matches": 
  [{"round": "Group Matches, Group 1",
    "team1": "West Germany",
    "team2": "Chile",
    "score": [1, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "East Germany",
    "team2": "Australia",
    "score": [2, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "Australia",
    "team2": "West Germany",
    "score": [0, 3]},
   {"round": "Group Matches, Group 1",
    "team1": "Chile",
    "team2": "East Germany",
    "score": [1, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "Australia",
    "team2": "Chile",
    "score": [0, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "East Germany",
    "team2": "West Germany",
    "score": [1, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Brazil",
    "team2": "Yugoslavia",
    "score": [0, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Zaire",
    "team2": "Scotland",
    "score": [0, 2]},
   {"round": "Group Matches, Group 2",
    "team1": "Scotland",
    "team2": "Brazil",
    "score": [0, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Yugoslavia",
    "team2": "Zaire",
    "score": [9, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Scotland",
    "team2": "Yugoslavia",
    "score": [1, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "Zaire",
    "team2": "Brazil",
    "score": [0, 3]},
   {"round": "Group Matches, Group 3",
    "team1": "Sweden",
    "team2": "Bulgaria",
    "score": [0, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Uruguay",
    "team2": "Netherlands",
    "score": [0, 2]},
   {"round": "Group Matches, Group 3",
    "team1": "Netherlands",
    "team2": "Sweden",
    "score": [0, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Bulgaria",
    "team2": "Uruguay",
    "score": [1, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Bulgaria",
    "team2": "Netherlands",
    "score": [1, 4]},
   {"round": "Group Matches, Group 3",
    "team1": "Sweden",
    "team2": "Uruguay",
    "score": [3, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "Italy",
    "team2": "Haiti",
    "score": [3, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Poland",
    "team2": "Argentina",
    "score": [3, 2]},
   {"round": "Group Matches, Group 4",
    "team1": "Argentina",
    "team2": "Italy",
    "score": [1, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Haiti",
    "team2": "Poland",
    "score": [0, 7]},
   {"round": "Group Matches, Group 4",
    "team1": "Poland",
    "team2": "Italy",
    "score": [2, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Argentina",
    "team2": "Haiti",
    "score": [4, 1]},
   {"round": "Second Round, Group A",
    "team1": "Brazil",
    "team2": "East Germany",
    "score": [1, 0]},
   {"round": "Second Round, Group A",
    "team1": "Netherlands",
    "team2": "Argentina",
    "score": [4, 0]},
   {"round": "Second Round, Group A",
    "team1": "East Germany",
    "team2": "Netherlands",
    "score": [0, 2]},
   {"round": "Second Round, Group A",
    "team1": "Argentina",
    "team2": "Brazil",
    "score": [1, 2]},
   {"round": "Second Round, Group A",
    "team1": "Argentina",
    "team2": "East Germany",
    "score": [1, 1]},
   {"round": "Second Round, Group A",
    "team1": "Netherlands",
    "team2": "Brazil",
    "score": [2, 0]},
   {"round": "Second Round, Group B",
    "team1": "Yugoslavia",
    "team2": "West Germany",
    "score": [0, 2]},
   {"round": "Second Round, Group B",
    "team1": "Sweden",
    "team2": "Poland",
    "score": [0, 1]},
   {"round": "Second Round, Group B",
    "team1": "Poland",
    "team2": "Yugoslavia",
    "score": [2, 1]},
   {"round": "Second Round, Group B",
    "team1": "West Germany",
    "team2": "Sweden",
    "score": [4, 2]},
   {"round": "Second Round, Group B",
    "team1": "Poland",
    "team2": "West Germany",
    "score": [0, 1]},
   {"round": "Second Round, Group B",
    "team1": "Sweden",
    "team2": "Yugoslavia",
    "score": [2, 1]},
   {"round": "Match for third place",
    "team1": "Brazil",
    "team2": "Poland",
    "score": [0, 1]},
   {"round": "Final",
    "team1": "Netherlands",
    "team2": "West Germany",
    "score": [1, 2]}]}
