GET /api/bet_types/7c3d2dbe-762b-44ab-ab05-b45ca813d013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7c3d2dbe-762b-44ab-ab05-b45ca813d013",
"match": "https://api-prod.gambitprofit.com/api/matches/490a7e0a-df11-4c23-a937-fb6dd577f035/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-22T11:27:15.448636-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": "Carolina Hurricanes",
"amount": 7100.0
},
{
"team": "Florida Panthers",
"amount": 2900.0
}
],
"expected_reward_tokens": 9512.0,
"profit_sb": 12.0,
"profit_sb_percentage": 0.13,
"recommended": true
},
"lines": [
{
"id": "323047c5-d24c-44cc-bbc0-84ff26189632",
"gambit_id": "b827f4f8-26cc-4b6a-99b0-764687ec45b3",
"last_updated": "2023-05-25T13:47:09.171623-04:00",
"created_at": "2023-05-22T11:27:15.451368-04:00",
"name": "Carolina Hurricanes",
"reward": "1.34000",
"odds": "1.35710",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3d2dbe-762b-44ab-ab05-b45ca813d013/?format=api"
},
{
"id": "b2b82614-e16c-4de2-951c-59a88bc7a84f",
"gambit_id": "5635f21d-7210-473e-9691-711ed3e835fa",
"last_updated": "2023-05-25T13:47:09.169187-04:00",
"created_at": "2023-05-22T11:27:15.449953-04:00",
"name": "Florida Panthers",
"reward": "3.28000",
"odds": "3.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3d2dbe-762b-44ab-ab05-b45ca813d013/?format=api"
}
]
}