AI sports betting

Job ID: 33851849

Budget: €6 – €12 EUR

I need a python code to predict odds etc.
For this i want different algorithm to compare ( accuracy, plot,) then further improvements like pipeline, xgboost....
First, just 1 dataset on 1 season with string values for playername to be converted. If satisfying result I would combine a pipeline of more dataset to make an App


1.Excelfile with date, playday, team, team2 will be provided.
2. Algorithm then ask me for playday(1-34) ,have then teams vs teams2 and ask for result,result2, halftimeresult,halftimeresult2. With that i need a table where a win gives 3 points , a draw 1 point,lost 0 points.
3. Additionally, Algorithm aks for Input 11 playernames per team, ask how many and who was substituted and who came in. This needs to be count so i have a table per team of which player has most games played , has been taken out, taken in.
4. Model needs to be able to take all those variables into account and be able to predict a column odd & oddshalfttime (1 for win, 0 for draw, 2 for awaywin). And modle needs to be able to be changed easily to maybe predict result etc.