GET /api/bet_types/f6757e98-ae19-4951-a31e-b28fb90533b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f6757e98-ae19-4951-a31e-b28fb90533b3",
"match": "https://api-prod.gambitprofit.com/api/matches/e8c2e0b8-77a4-4049-adf2-90f6c468796d/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05: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": "CWS",
"amount": 5916.0
},
{
"team": "CLE",
"amount": 4084.0
}
],
"expected_reward_tokens": 9228.96,
"profit_sb": 228.96,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "1c9f2fbf-dc13-43e5-9ad6-9ceefe6f63cc",
"gambit_id": "694232d8-743c-446b-80c8-7c25af01c38a",
"last_updated": "2022-08-21T12:52:07.605556-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "1.56000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6757e98-ae19-4951-a31e-b28fb90533b3/?format=api"
},
{
"id": "1a8e889d-f26d-40fa-a293-d8a5785ed12a",
"gambit_id": "e81c1872-7d52-4e53-af30-2f2980ab6325",
"last_updated": "2022-08-21T12:52:07.605139-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CLE",
"reward": "2.26000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6757e98-ae19-4951-a31e-b28fb90533b3/?format=api"
}
]
}