-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.py
50 lines (49 loc) · 1.2 KB
/
events.py
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
xbetcom = {
"country" : "Venezuela",
"winner" : "Joao Fonseca",
"loser" : "Dmitry Popko",
"min_quota" : 0.2,
"origin_quota" : 1,
"amount" : 0
}
bodog = {
"country" : "Venezuela",
"winner" : "",
"loser" : "",
"min_quota" : 0,
"origin_quota" : 0,
"amount" : 0
}
megapari = {
"country" : "Venezuela",
"winner" : "",
"loser" : "",
"min_quota" : 0,
"origin_quota" : 0,
"amount" : 0
}
marathon = {
"country" : "Venezuela",
"winner" : "Arnaldi Matteo",
"loser" : "Walton Adam",
"min_quota" : 0.5,
"origin_quota" : 1.1,
"amount" : 0
}
pinnacle = {
"country" : "Venezuela",
"winner" : "Daria Kasatkina", # Daria Kasatkina, Jelena Ostapenko
"loser" : "Peyton Stearns",
"min_quota" : 1.1,
"origin_quota" : 1.496,
"amount" : 1
}
vbet = {
"country" : "Venezuela",
"winner" : "Gonzalo Bueno",
"loser" : "Joao Lucas Reis Da Silva",
"min_quota" : 1,
"origin_quota" : 1.2,
"amount" : 0
}
# new_amount = float(input("new amount = "))