GET /api/bet_types/a8af7a2d-8c3c-4976-9138-29344c00e5ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a8af7a2d-8c3c-4976-9138-29344c00e5ff",
"match": "https://api-prod.gambitprofit.com/api/matches/37fce599-91a1-4613-bcee-1535b4854c02/?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": "NYY",
"amount": 6278.0
},
{
"team": "TAM",
"amount": 3722.0
}
],
"expected_reward_tokens": 9228.66,
"profit_sb": 228.66,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "97682802-90d5-4a6e-b1b6-bf5fe53ee593",
"gambit_id": "450dd774-3aab-4024-806b-0a09b46d2519",
"last_updated": "2022-09-05T10:27:02.750900-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8af7a2d-8c3c-4976-9138-29344c00e5ff/?format=api"
},
{
"id": "850d56f1-8545-4858-b8ed-858539fded1d",
"gambit_id": "014bb1b0-f36f-49e3-b46d-12fa836dc0f7",
"last_updated": "2022-09-05T10:27:02.749855-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "2.48000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8af7a2d-8c3c-4976-9138-29344c00e5ff/?format=api"
}
]
}