GET /api/bet_types/c63ce249-497c-441f-82c2-042d8073639d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c63ce249-497c-441f-82c2-042d8073639d",
"match": "https://api-prod.gambitprofit.com/api/matches/34bc0e11-2252-4db9-a648-6e87c19ab8bb/?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": "UL Monroe",
"amount": 5000.0
},
{
"team": "Coastal Carolina",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "cce443e6-54bc-4b68-a3c8-bb9f202f7db4",
"gambit_id": "b5444d1f-ee23-483c-acae-727dc8d3129e",
"last_updated": "2022-10-11T11:37:05.894022-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UL Monroe",
"reward": "1.88000",
"odds": "1.90910",
"spread": "12.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63ce249-497c-441f-82c2-042d8073639d/?format=api"
},
{
"id": "68c1303d-48ca-4a65-9f3b-f327c705fc9a",
"gambit_id": "58f604a3-6383-4fb2-a260-b1556ad7cd20",
"last_updated": "2022-10-11T11:37:05.894954-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Coastal Carolina",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-12.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63ce249-497c-441f-82c2-042d8073639d/?format=api"
}
]
}