GET /api/bet_types/a019b1ec-b3f9-4553-863c-06255083ddaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a019b1ec-b3f9-4553-863c-06255083ddaf",
"match": "https://api-prod.gambitprofit.com/api/matches/c643d903-2e02-4776-84aa-0dbbd72def35/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-13T09:38:15.636777-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": "Orlando Magic",
"amount": 5000.0
},
{
"team": "Oklahoma City Thunder",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "3a59d0ad-3532-487a-a86e-552c8ab6a161",
"gambit_id": "b17b2987-9991-445b-a25f-6b5a79b78801",
"last_updated": "2024-01-16T11:08:15.854475-05:00",
"created_at": "2024-01-13T09:38:15.640629-05:00",
"name": "Orlando Magic",
"reward": "1.87000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a019b1ec-b3f9-4553-863c-06255083ddaf/?format=api"
},
{
"id": "6ab1624c-bb37-48ed-bd66-8b718faa6b34",
"gambit_id": "0db189f4-3c2d-4822-a5e8-8f8202053154",
"last_updated": "2024-01-16T11:08:15.858165-05:00",
"created_at": "2024-01-13T09:38:15.645939-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a019b1ec-b3f9-4553-863c-06255083ddaf/?format=api"
}
]
}