GET /api/bet_types/c89783e0-14d5-4e3d-8870-9e12c64ef765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c89783e0-14d5-4e3d-8870-9e12c64ef765",
"match": "https://api-prod.gambitprofit.com/api/matches/70cacbd4-c366-4018-985b-bef7c27f4338/?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": "New York Jets",
"amount": 5000.0
},
{
"team": "Buffalo Bills",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "16981ec5-8f0b-4c00-9cce-2def26ced134",
"gambit_id": "eef3f79d-ba97-436a-9ff7-ab8237b970bd",
"last_updated": "2022-12-12T10:22:13.674771-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Jets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c89783e0-14d5-4e3d-8870-9e12c64ef765/?format=api"
},
{
"id": "da913892-7379-4233-ac8b-f85f9859f84d",
"gambit_id": "5ca9f043-f554-4e2b-8287-e3ef0848ed13",
"last_updated": "2022-12-12T10:22:13.673704-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Bills",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c89783e0-14d5-4e3d-8870-9e12c64ef765/?format=api"
}
]
}