Skip to content

Commit

Permalink
Update data/json
Browse files Browse the repository at this point in the history
  • Loading branch information
16bravo committed Feb 1, 2024
1 parent f90c101 commit 85fe4bc
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 109 deletions.
18 changes: 18 additions & 0 deletions data/json/matches/Bahrain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"team": "Bahrain",
"matches": [
{
"date": "2024-01-31",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Bahrain",
"team2": "Japan",
"original_team1": "Bahrain",
"original_team2": "Japan",
"flag1": "bahrain.png",
"flag2": "japan.png",
"score1": 1,
"score2": 3,
"rating1": 4844,
"rating2": 5399,
"rating_ev": 5,
"rank": 2,
"win_prob": 8.3
},
{
"date": "2024-01-25",
"country": "Qatar",
Expand Down
18 changes: 18 additions & 0 deletions data/json/matches/Iran.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"team": "Iran",
"matches": [
{
"date": "2024-01-31",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Iran",
"team2": "Syria",
"original_team1": "Iran",
"original_team2": "Syria",
"flag1": "iran.png",
"flag2": "syria.png",
"score1": 1,
"score2": 1,
"rating1": 5260,
"rating2": 4863,
"rating_ev": -26,
"rank": 2,
"win_prob": 87.4
},
{
"date": "2024-01-23",
"country": "Qatar",
Expand Down
18 changes: 18 additions & 0 deletions data/json/matches/Japan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"team": "Japan",
"matches": [
{
"date": "2024-01-31",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Japan",
"team2": "Bahrain",
"original_team1": "Japan",
"original_team2": "Bahrain",
"flag1": "japan.png",
"flag2": "bahrain.png",
"score1": 3,
"score2": 1,
"rating1": 5399,
"rating2": 4844,
"rating_ev": -5,
"rank": 1,
"win_prob": 91.7
},
{
"date": "2024-01-24",
"country": "Qatar",
Expand Down
18 changes: 18 additions & 0 deletions data/json/matches/Syria.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"team": "Syria",
"matches": [
{
"date": "2024-01-31",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Syria",
"team2": "Iran",
"original_team1": "Syria",
"original_team2": "Iran",
"flag1": "syria.png",
"flag2": "iran.png",
"score1": 1,
"score2": 1,
"rating1": 4863,
"rating2": 5260,
"rating_ev": 26,
"rank": 3,
"win_prob": 12.6
},
{
"date": "2024-01-23",
"country": "Qatar",
Expand Down
Loading

0 comments on commit 85fe4bc

Please sign in to comment.