GET /api/bet_types/f4c355f7-dd99-4a73-bf1e-42958819f7f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f4c355f7-dd99-4a73-bf1e-42958819f7f2",
"match": "https://api-prod.gambitprofit.com/api/matches/d460466e-a853-406d-88a7-39ca7bad0803/?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": "BAL",
"amount": 6047.0
},
{
"team": "BOS",
"amount": 3953.0
}
],
"expected_reward_tokens": 9130.97,
"profit_sb": 130.97,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "d0272ec0-43b8-47c4-930b-f4dbef0f27d2",
"gambit_id": "e1e601b2-8789-48d5-8637-68765fb4f947",
"last_updated": "2022-09-29T10:31:59.151176-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.51000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c355f7-dd99-4a73-bf1e-42958819f7f2/?format=api"
},
{
"id": "b6b667da-9b32-49d5-9813-e338eec1d3a1",
"gambit_id": "f4bf57bc-84a0-4905-9f73-ffdaa3e3b8a6",
"last_updated": "2022-09-29T10:31:59.150193-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "2.31000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c355f7-dd99-4a73-bf1e-42958819f7f2/?format=api"
}
]
}