GET /api/bet_types/c1dba144-0828-43ec-975e-9cb563fd1cfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c1dba144-0828-43ec-975e-9cb563fd1cfa",
"match": "https://api-prod.gambitprofit.com/api/matches/cfd2a865-fab9-4017-af8f-03d09d22ee12/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-22T11:27:14.740453-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": "LOS",
"amount": 5788.0
},
{
"team": "ATL",
"amount": 4212.0
}
],
"expected_reward_tokens": 9434.44,
"profit_sb": -65.56,
"profit_sb_percentage": -0.69,
"recommended": false
},
"lines": [
{
"id": "b79b2cdd-a158-4ff2-9c51-6a866c48293f",
"gambit_id": "39e517a2-853e-49bd-bd74-e17b61692d54",
"last_updated": "2023-05-25T13:47:06.494789-04:00",
"created_at": "2023-05-22T11:27:14.743154-04:00",
"name": "LOS",
"reward": "1.63000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1dba144-0828-43ec-975e-9cb563fd1cfa/?format=api"
},
{
"id": "d4e7667f-6770-4c41-b314-ce3079f8c3c6",
"gambit_id": "39cf3e23-012d-4d88-bdd3-d88ec6fb73f2",
"last_updated": "2023-05-25T13:47:06.492372-04:00",
"created_at": "2023-05-22T11:27:14.741773-04:00",
"name": "ATL",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1dba144-0828-43ec-975e-9cb563fd1cfa/?format=api"
}
]
}