GET /api/bet_types/e6bdaa72-e977-4744-944e-f89c1a463f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e6bdaa72-e977-4744-944e-f89c1a463f22",
"match": "https://api-prod.gambitprofit.com/api/matches/3b5e3b9f-0489-4963-902c-3148f01b3667/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-23T09:17:59.951910-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": "Orlando Magic",
"amount": 5000.0
},
{
"team": "Indiana Pacers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "ebc1aae7-af0f-498e-9273-b7c00164c441",
"gambit_id": "0b0f6a88-19a0-4a19-bbd2-49139589e716",
"last_updated": "2023-12-26T15:18:19.555610-05:00",
"created_at": "2023-12-23T09:17:59.955629-05:00",
"name": "Orlando Magic",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6bdaa72-e977-4744-944e-f89c1a463f22/?format=api"
},
{
"id": "e860af66-4009-4e58-bc32-33933a03ceda",
"gambit_id": "d92acbc4-8025-4162-a054-908a19cc49a9",
"last_updated": "2023-12-26T15:18:19.558981-05:00",
"created_at": "2023-12-23T09:17:59.959606-05:00",
"name": "Indiana Pacers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6bdaa72-e977-4744-944e-f89c1a463f22/?format=api"
}
]
}