GET /api/bet_types/8d85187f-7ce0-4ff4-98f1-e45a93bf048c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8d85187f-7ce0-4ff4-98f1-e45a93bf048c",
"match": "https://api-prod.gambitprofit.com/api/matches/82da2d6f-cbbe-4643-83fb-2e8520c042a8/?format=api",
"name": "Play the Odds",
"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": "BOS",
"amount": 5753.0
},
{
"team": "NYY",
"amount": 4247.0
}
],
"expected_reward_tokens": 9088.58,
"profit_sb": 88.58,
"profit_sb_percentage": 0.98,
"recommended": true
},
"lines": [
{
"id": "02a3b284-39de-4971-9193-728020640611",
"gambit_id": "c8f0f2ef-d456-47f6-9bcc-3c4d34004d60",
"last_updated": "2022-09-25T22:02:01.705587-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.58000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d85187f-7ce0-4ff4-98f1-e45a93bf048c/?format=api"
},
{
"id": "e9e33268-d7ee-4cdb-b644-c45c243c3d77",
"gambit_id": "baba1774-e052-44da-839f-c91e9b4eaa31",
"last_updated": "2022-09-25T22:02:01.704425-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.14000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d85187f-7ce0-4ff4-98f1-e45a93bf048c/?format=api"
}
]
}