GET /api/bet_types/542a2e23-5535-45eb-8cda-93b151d68637/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "542a2e23-5535-45eb-8cda-93b151d68637",
"match": "https://api-prod.gambitprofit.com/api/matches/5113b270-b39c-4a9f-adfd-fb6359501993/?format=api",
"name": "Pick the Winner",
"created_at": "2023-03-30T09:36:55.649276-04: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": "Edmonton Oilers",
"amount": 5939.0
},
{
"team": "Los Angeles Kings",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "87c919a7-ce11-4c14-81ac-c134ef992e40",
"gambit_id": "32232d16-3783-45cb-ba65-bc5d890ade05",
"last_updated": "2023-03-31T14:37:25.867758-04:00",
"created_at": "2023-03-30T09:36:55.650898-04:00",
"name": "Edmonton Oilers",
"reward": "1.60000",
"odds": "1.62500",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542a2e23-5535-45eb-8cda-93b151d68637/?format=api"
},
{
"id": "545e36dd-b6d6-40bc-a9c5-638f50365571",
"gambit_id": "0538b705-cb09-4025-b207-03f60333161f",
"last_updated": "2023-03-31T14:37:25.869626-04:00",
"created_at": "2023-03-30T09:36:55.652790-04:00",
"name": "Los Angeles Kings",
"reward": "2.34000",
"odds": "2.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542a2e23-5535-45eb-8cda-93b151d68637/?format=api"
}
]
}