GET /api/bet_types/e92f337b-a1ef-460d-b3f6-a09e402d52a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e92f337b-a1ef-460d-b3f6-a09e402d52a1",
"match": "https://api-prod.gambitprofit.com/api/matches/5de23a0f-b823-42ae-8386-52d04880a612/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-02T09:33:15.457660-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": "NYM",
"amount": 5512.0
},
{
"team": "SEA",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "ea41aa01-c746-4cd1-aef5-3a95c6b0aeef",
"gambit_id": "fcc9e61b-82ed-4510-92ae-5c8e015bebf3",
"last_updated": "2023-09-03T12:43:15.258436-04:00",
"created_at": "2023-09-02T09:33:15.466080-04:00",
"name": "NYM",
"reward": "1.71000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92f337b-a1ef-460d-b3f6-a09e402d52a1/?format=api"
},
{
"id": "55189cc7-6cc1-489a-b398-6aa61e8ae6d7",
"gambit_id": "b1651bf9-4641-44c2-a46d-31022424e744",
"last_updated": "2023-09-03T12:43:15.251561-04:00",
"created_at": "2023-09-02T09:33:15.461606-04:00",
"name": "SEA",
"reward": "2.10000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92f337b-a1ef-460d-b3f6-a09e402d52a1/?format=api"
}
]
}