GET /api/bet_types/b00d47e4-2431-449e-92eb-0ea17f8a2200/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b00d47e4-2431-449e-92eb-0ea17f8a2200",
"match": "https://api-prod.gambitprofit.com/api/matches/fc19d41e-55a8-4f01-8e5c-a4c635d88f9a/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Iowa State",
"amount": 10000
}
],
"expected_reward_tokens": 10700.0,
"profit_sb": 1700.0,
"profit_sb_percentage": 18.89,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Iowa State",
"amount": 8744.0
},
{
"team": "Ohio",
"amount": 1256.0
}
],
"expected_reward_tokens": 9356.08,
"profit_sb": 356.08,
"profit_sb_percentage": 3.96,
"recommended": true
},
"lines": [
{
"id": "49bc87b1-6f77-485d-90aa-0bb6ebf450ce",
"gambit_id": "fece77ee-accd-4111-a36d-7d4b56e3bfe0",
"last_updated": "2022-09-18T20:42:17.338921-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa State",
"reward": "1.07000",
"odds": "1.07690",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b00d47e4-2431-449e-92eb-0ea17f8a2200/?format=api"
},
{
"id": "b652b040-6acb-4624-a342-9c62ce731a04",
"gambit_id": "1b678237-1c83-4b38-ac2e-291c9b2e6c1d",
"last_updated": "2022-09-18T20:42:17.339897-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ohio",
"reward": "7.45000",
"odds": "8.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b00d47e4-2431-449e-92eb-0ea17f8a2200/?format=api"
}
]
}