-
Notifications
You must be signed in to change notification settings - Fork 0
/
testinput.json
85 lines (85 loc) · 1.77 KB
/
testinput.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"simulations": 1000,
"teams": [
{
"name": "Manchester City (M, K)",
"expectedGoals": 2.1842105263157894
},
{
"name": "Manchester United (K)",
"expectedGoals": 1.9210526315789473
},
{
"name": "Liverpool (K)",
"expectedGoals": 1.7894736842105263
},
{
"name": "Chelsea (K)",
"expectedGoals": 1.5263157894736843
},
{
"name": "Leicester",
"expectedGoals": 1.7894736842105263
},
{
"name": "West Ham",
"expectedGoals": 1.631578947368421
},
{
"name": "Tottenham",
"expectedGoals": 1.7894736842105263
},
{
"name": "Arsenal",
"expectedGoals": 1.4473684210526316
},
{
"name": "Leeds",
"expectedGoals": 1.631578947368421
},
{
"name": "Everton",
"expectedGoals": 1.236842105263158
},
{
"name": "Aston Villa",
"expectedGoals": 1.4473684210526316
},
{
"name": "Newcastle",
"expectedGoals": 1.2105263157894737
},
{
"name": "Wolverhampton",
"expectedGoals": 0.9473684210526315
},
{
"name": "Crystal Palace",
"expectedGoals": 1.0789473684210527
},
{
"name": "Southampton",
"expectedGoals": 1.236842105263158
},
{
"name": "Brighton",
"expectedGoals": 1.0526315789473684
},
{
"name": "Burnley",
"expectedGoals": 0.868421052631579
},
{
"name": "Fulham (N)",
"expectedGoals": 0.7105263157894737
},
{
"name": "West Bromwich (N)",
"expectedGoals": 0.9210526315789473
},
{
"name": "Sheffield United (N)",
"expectedGoals": 0.5263157894736842
}
]
}