fantasy-manager/sample/data3.json.games.json
Lukas 70a344941a
Allows players to predict match results (#622)
* Adds the calculations for the predictions and adds game results to be stored in the db

* Adds the page for picking predictions

* Allows for the enabling/disabling of prediction and fantasy

* Adds graphs for just fantasy/predictions points

* Updates Bundesliga plugin to support predictions and fixes tests

* Adds tests for prediction

* Increments version for the bundesliga plugin
2023-12-02 16:11:14 -05:00

102 lines
1.9 KiB
JSON

{
"FCB": {
"player_statistic": {
"stats": [
{
"match_day": {
"current": true
},
"best_value_rank": 4,
"pick_count": 58,
"match": {
"home_team": {
"team_code": "FCB"
},
"away_team": {
"team_code": "WOB"
},
"result": {
"home": 5,
"away": 1
}
}
}
]
}
},
"RBL": {
"player_statistic": {
"stats": [
{
"match_day": {
"current": true
},
"best_value_rank": 4,
"pick_count": 58,
"match": {
"home_team": {
"team_code": "DSC"
},
"away_team": {
"team_code": "RBL"
},
"result": {
"home": 0,
"away": 0
}
}
}
]
}
},
"BVB": {
"player_statistic": {
"stats": [
{
"match_day": {
"current": true
},
"best_value_rank": 4,
"pick_count": 58,
"match": {
"home_team": {
"team_code": "BVB"
},
"away_team": {
"team_code": "BSC"
},
"result": {
"home": 2,
"away": 2
}
}
}
]
}
},
"SGE": {
"player_statistic": {
"stats": [
{
"match_day": {
"current": true
},
"best_value_rank": 4,
"pick_count": 58,
"match": {
"home_team": {
"team_code": "SGE"
},
"away_team": {
"team_code": "M05"
},
"result": {
"home": 5,
"away": 1
}
}
}
]
}
}
}