GET /api/bet_types/1b44eeb3-e1f4-4936-8c19-6ae7fe6c6c1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1b44eeb3-e1f4-4936-8c19-6ae7fe6c6c1a",
"match": "https://api-prod.gambitprofit.com/api/matches/0a4b2308-854b-47f8-b480-a23c77efd88c/?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": "St Louis Blues",
"amount": 5097.0
},
{
"team": "New York Islanders",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "e759128e-d165-4c88-ad98-bf73e76ecfa2",
"gambit_id": "4a9d78c7-a88e-4cdb-a0a7-15cf8953ca3e",
"last_updated": "2022-11-04T09:17:43.971004-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "1.77000",
"odds": "1.86960",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b44eeb3-e1f4-4936-8c19-6ae7fe6c6c1a/?format=api"
},
{
"id": "23a2759c-1df4-4a91-ac97-9933a9960d17",
"gambit_id": "7b0703a4-1048-45f0-aadb-ea5ef2c97b54",
"last_updated": "2022-11-04T09:17:43.971930-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Islanders",
"reward": "1.84000",
"odds": "1.95240",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b44eeb3-e1f4-4936-8c19-6ae7fe6c6c1a/?format=api"
}
]
}