GET /api/bet_types/0fa5fa86-af7f-47d7-9655-1831d945fd41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0fa5fa86-af7f-47d7-9655-1831d945fd41",
"match": "https://api-prod.gambitprofit.com/api/matches/badee02a-ca8a-4aec-9427-ee7f0bd4b81a/?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": "TEX",
"amount": 6269.0
},
{
"team": "MIA",
"amount": 3731.0
}
],
"expected_reward_tokens": 9215.43,
"profit_sb": 215.43,
"profit_sb_percentage": 2.39,
"recommended": true
},
"lines": [
{
"id": "6c1cb0e1-c992-4b4b-9176-3bccd2973b8f",
"gambit_id": "bfb0ad51-b49a-4ab5-81c0-68a863035477",
"last_updated": "2022-09-13T22:57:07.910594-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fa5fa86-af7f-47d7-9655-1831d945fd41/?format=api"
},
{
"id": "aaa13a94-aa73-4f67-b9c2-654b69646787",
"gambit_id": "675d2acf-7f85-44cb-8e8f-e7236bba7b9b",
"last_updated": "2022-09-13T22:57:07.909564-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "2.47000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fa5fa86-af7f-47d7-9655-1831d945fd41/?format=api"
}
]
}