GET /api/bet_types/50244724-f65c-4d1d-9344-c09b15541f3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "50244724-f65c-4d1d-9344-c09b15541f3a",
"match": "https://api-prod.gambitprofit.com/api/matches/dfeacbea-e12c-470f-b811-38804ae42fe2/?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": "ARI",
"amount": 5405.0
},
{
"team": "SFO",
"amount": 4595.0
}
],
"expected_reward_tokens": 9188.5,
"profit_sb": 188.5,
"profit_sb_percentage": 2.09,
"recommended": true
},
"lines": [
{
"id": "bb3fe16e-ca6d-41d3-918e-13a03c99f155",
"gambit_id": "8bba732c-d1b5-4ca0-812c-e08c6749551a",
"last_updated": "2022-08-16T13:52:07.856609-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ARI",
"reward": "1.70000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50244724-f65c-4d1d-9344-c09b15541f3a/?format=api"
},
{
"id": "929a55f4-8abf-4029-a59e-e29317b0c739",
"gambit_id": "ff95fe36-2b2c-4b1e-a4f3-f3a8ab63e0dc",
"last_updated": "2022-08-16T13:52:07.856148-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SFO",
"reward": "2.00000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50244724-f65c-4d1d-9344-c09b15541f3a/?format=api"
}
]
}