GET /api/bet_types/6ccc9952-5136-42ba-ac37-0dfc6ba77185/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6ccc9952-5136-42ba-ac37-0dfc6ba77185",
"match": "https://api-prod.gambitprofit.com/api/matches/df8cabb4-fb8c-47fb-b244-e8693e19d264/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-15T08:58:07.356097-04:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "LAA",
"amount": 5423.0
},
{
"team": "HOU",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "743ccdb2-8a80-432d-b5ec-5b07e79fdfe2",
"gambit_id": "df3d578e-1992-4bd6-9baf-c937311ed83b",
"last_updated": "2023-07-17T10:08:19.016807-04:00",
"created_at": "2023-07-15T08:58:07.358801-04:00",
"name": "LAA",
"reward": "1.73000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ccc9952-5136-42ba-ac37-0dfc6ba77185/?format=api"
},
{
"id": "4c28532d-96ff-4174-85fe-613844e8e6d8",
"gambit_id": "2accd408-953e-42ff-bcb8-6953d9e3cfc9",
"last_updated": "2023-07-17T10:08:19.014916-04:00",
"created_at": "2023-07-15T08:58:07.357414-04:00",
"name": "HOU",
"reward": "2.05000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ccc9952-5136-42ba-ac37-0dfc6ba77185/?format=api"
}
]
}