GET /api/bet_types/0c680888-38db-4258-92df-f56a43e51154/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0c680888-38db-4258-92df-f56a43e51154",
"match": "https://api-prod.gambitprofit.com/api/matches/2d7c6c67-c7f2-49fd-9651-35acc97d3ba9/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Air Force",
"amount": 10000
}
],
"expected_reward_tokens": 10300.0,
"profit_sb": 1300.0,
"profit_sb_percentage": 14.44,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Air Force",
"amount": 9117.0
},
{
"team": "Nevada",
"amount": 883.0
}
],
"expected_reward_tokens": 9386.29,
"profit_sb": 386.29,
"profit_sb_percentage": 4.29,
"recommended": true
},
"lines": [
{
"id": "ef4fd020-575e-4b82-a72c-cc5fe158f3c6",
"gambit_id": "52e29d6e-a994-4ab1-8ebe-fc6a48cf99d6",
"last_updated": "2022-09-24T11:41:58.714640-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Air Force",
"reward": "1.03000",
"odds": "1.03330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c680888-38db-4258-92df-f56a43e51154/?format=api"
},
{
"id": "91a4ccfe-5d10-4fcd-bd57-dab2a13f2aeb",
"gambit_id": "9b4d8afe-13e3-413e-ba5e-b2a5a86c63db",
"last_updated": "2022-09-24T11:41:58.715610-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nevada",
"reward": "10.63000",
"odds": "12.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c680888-38db-4258-92df-f56a43e51154/?format=api"
}
]
}