{"name": "World Cup 1966",
 "matches": 
  [{"round": "Group Matches, Group 1",
    "team1": "England",
    "team2": "Uruguay",
    "score": [0, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "France",
    "team2": "Mexico",
    "score": [1, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "Uruguay",
    "team2": "France",
    "score": [2, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "England",
    "team2": "Mexico",
    "score": [2, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "Uruguay",
    "team2": "Mexico",
    "score": [0, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "England",
    "team2": "France",
    "score": [2, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "West Germany",
    "team2": "Switzerland",
    "score": [5, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Argentina",
    "team2": "Spain",
    "score": [2, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "Spain",
    "team2": "Switzerland",
    "score": [2, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "West Germany",
    "team2": "Argentina",
    "score": [0, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Argentina",
    "team2": "Switzerland",
    "score": [2, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "West Germany",
    "team2": "Spain",
    "score": [2, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Brazil",
    "team2": "Bulgaria",
    "score": [2, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Portugal",
    "team2": "Hungary",
    "score": [3, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Hungary",
    "team2": "Brazil",
    "score": [3, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Portugal",
    "team2": "Bulgaria",
    "score": [3, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Portugal",
    "team2": "Brazil",
    "score": [3, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Hungary",
    "team2": "Bulgaria",
    "score": [3, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Soviet Union",
    "team2": "North Korea",
    "score": [3, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "Italy",
    "team2": "Chile",
    "score": [2, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "North Korea",
    "team2": "Chile",
    "score": [1, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Soviet Union",
    "team2": "Italy",
    "score": [1, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "North Korea",
    "team2": "Italy",
    "score": [1, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "Soviet Union",
    "team2": "Chile",
    "score": [2, 1]},
   {"round": "Quarter-final",
    "team1": "Soviet Union",
    "team2": "Hungary",
    "score": [2, 1]},
   {"round": "Quarter-final",
    "team1": "Portugal",
    "team2": "North Korea",
    "score": [5, 3]},
   {"round": "Quarter-final",
    "team1": "West Germany",
    "team2": "Uruguay",
    "score": [4, 0]},
   {"round": "Quarter-final",
    "team1": "England",
    "team2": "Argentina",
    "score": [1, 0]},
   {"round": "Semi-final",
    "team1": "West Germany",
    "team2": "Soviet Union",
    "score": [2, 1]},
   {"round": "Semi-final",
    "team1": "England",
    "team2": "Portugal",
    "score": [2, 1]},
   {"round": "Match for third place",
    "team1": "Portugal",
    "team2": "Soviet Union",
    "score": [2, 1]},
   {"round": "Final",
    "team1": "England",
    "team2": "West Germany",
    "score": {"et": [4, 2]}}]}
