GET /api/bet_types/e8718aed-d568-44eb-a747-03d705ee00ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e8718aed-d568-44eb-a747-03d705ee00ad",
"match": "https://api-prod.gambitprofit.com/api/matches/895b1ded-a5e8-4fe1-aef2-0344457a6cc8/?format=api",
"name": "Pick the Winner",
"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": "Denver Nuggets",
"amount": 5610.0
},
{
"team": "Los Angeles Lakers",
"amount": 4390.0
}
],
"expected_reward_tokens": 9480.9,
"profit_sb": -19.1,
"profit_sb_percentage": -0.2,
"recommended": false
},
"lines": [
{
"id": "a3aaf195-dd54-4280-8140-e3263ab383c1",
"gambit_id": "d18a2259-e6a1-427c-a8b2-1d8db244adca",
"last_updated": "2022-10-31T11:47:11.222801-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Nuggets",
"reward": "1.69000",
"odds": "1.71430",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8718aed-d568-44eb-a747-03d705ee00ad/?format=api"
},
{
"id": "40d6611b-8505-4095-a272-65b43dd03934",
"gambit_id": "ca20cc74-d6d2-4933-a6e6-909ae83d88b1",
"last_updated": "2022-10-31T11:47:11.221858-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Lakers",
"reward": "2.16000",
"odds": "2.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8718aed-d568-44eb-a747-03d705ee00ad/?format=api"
}
]
}