GET /api/bet_types/56beb7e2-64f7-4c57-bab3-115aca582eca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "56beb7e2-64f7-4c57-bab3-115aca582eca",
"match": "https://api-prod.gambitprofit.com/api/matches/04b0f6df-60f9-41e4-a468-21fb72b89a6a/?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": "TAM",
"amount": 6150.0
},
{
"team": "HOU",
"amount": 3850.0
}
],
"expected_reward_tokens": 9471.0,
"profit_sb": -29.0,
"profit_sb_percentage": -0.31,
"recommended": false
},
"lines": [
{
"id": "e82066a9-5949-47da-b8bd-389ac5183d9c",
"gambit_id": "e73c252a-2600-43af-8633-55f6e195a3cb",
"last_updated": "2022-10-02T15:17:30.579313-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "1.54000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56beb7e2-64f7-4c57-bab3-115aca582eca/?format=api"
},
{
"id": "53676e80-2dbc-4401-89cc-46543b58c3a4",
"gambit_id": "ebd8d19f-8094-4434-b96f-991c50434546",
"last_updated": "2022-10-02T15:17:30.578194-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "2.46000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56beb7e2-64f7-4c57-bab3-115aca582eca/?format=api"
}
]
}