GET /api/bet_types/d4b0706a-b04c-4982-acc1-eafd65172a82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d4b0706a-b04c-4982-acc1-eafd65172a82",
"match": "https://api-prod.gambitprofit.com/api/matches/67a0acb9-d72e-4980-9ed6-8af100f11dac/?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": "LAA",
"amount": 5096.0
},
{
"team": "DET",
"amount": 4904.0
}
],
"expected_reward_tokens": 9070.88,
"profit_sb": 70.88,
"profit_sb_percentage": 0.79,
"recommended": true
},
"lines": [
{
"id": "b0511bdd-e1a3-4a71-89b0-02cff598a6e9",
"gambit_id": "16ef2048-9118-4e18-aa17-f55a5d78d6e9",
"last_updated": "2022-09-08T10:42:24.558801-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LAA",
"reward": "1.78000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4b0706a-b04c-4982-acc1-eafd65172a82/?format=api"
},
{
"id": "c25d754a-914a-4786-bb3f-926963c367b4",
"gambit_id": "9f10c61f-2698-477d-bd8c-eafc4ef42521",
"last_updated": "2022-09-08T10:42:24.559832-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.85000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4b0706a-b04c-4982-acc1-eafd65172a82/?format=api"
}
]
}