GET /api/bet_types/4ee8248d-e66a-41de-a020-63b0728afe1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4ee8248d-e66a-41de-a020-63b0728afe1a",
"match": "https://api-prod.gambitprofit.com/api/matches/2462aaa4-79e7-442e-834e-e0953072cde6/?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": "STL",
"amount": 5301.0
},
{
"team": "WAS",
"amount": 4699.0
}
],
"expected_reward_tokens": 9116.06,
"profit_sb": 116.06,
"profit_sb_percentage": 1.29,
"recommended": true
},
"lines": [
{
"id": "96f177ae-7813-4152-8032-0d93d510cf1b",
"gambit_id": "893a8b15-b2d8-4b57-ae86-f75016f51dba",
"last_updated": "2022-09-06T10:02:07.092188-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.72000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee8248d-e66a-41de-a020-63b0728afe1a/?format=api"
},
{
"id": "ae32fcce-11eb-4409-9e4a-6d78b2c3fc2b",
"gambit_id": "c1805e48-9543-4c50-9b2c-6b7fe01f0f89",
"last_updated": "2022-09-06T10:02:07.093289-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "1.94000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ee8248d-e66a-41de-a020-63b0728afe1a/?format=api"
}
]
}