-
Notifications
You must be signed in to change notification settings - Fork 0
/
kurz.json
61 lines (61 loc) · 1.26 KB
/
kurz.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
{
"NHL": [
{
"rate": "1.75",
"team1": "Washington",
"team2": "Toronto"
},
{
"rate": "1.85",
"team1": "Pittsburgh",
"team2": "Columbus"
},
{
"rate": "1.95",
"team1": "Minnesota",
"team2": "St.Louis"
},
{
"rate": "2.15",
"team1": "Montreal",
"team2": "NY Rangers"
},
{
"rate": "2.3",
"team1": "Nashville",
"team2": "Chicago"
},
{
"rate": "2.3",
"team1": "Edmonton",
"team2": "S.Jose"
},
{
"rate": "2.57",
"team1": "Ottawa",
"team2": "Boston"
}
],
"PREMIER_LEAGUE": [
{
"rate": "1.27",
"team1": "Man.Utd.",
"team2": "Anderlecht"
},
{
"rate": "2.1",
"team1": "Schalke",
"team2": "Ajax"
},
{
"rate": "2.45",
"team1": "Genk",
"team2": "Celta Vigo"
},
{
"rate": "2.67",
"team1": "Besiktas",
"team2": "Lyon"
}
]
}