GET /api/bet_types/b9978050-9353-4bf8-b41c-5690efa67dec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b9978050-9353-4bf8-b41c-5690efa67dec",
"match": "https://api-prod.gambitprofit.com/api/matches/d5756647-257b-41bf-8bf7-d6dc261b67b0/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-01T18:08:09.042114-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": 5857.0
},
{
"team": "OAK",
"amount": 4143.0
}
],
"expected_reward_tokens": 9487.47,
"profit_sb": -12.53,
"profit_sb_percentage": -0.13,
"recommended": false
},
"lines": [
{
"id": "6db76ee9-3378-4828-b843-19ec3dbf2b09",
"gambit_id": "0db6e146-aafc-4803-a4ac-715fb870a2be",
"last_updated": "2023-08-02T18:58:02.233378-04:00",
"created_at": "2023-08-01T18:08:09.055790-04:00",
"name": "LOS",
"reward": "1.62000",
"odds": "1.64520",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9978050-9353-4bf8-b41c-5690efa67dec/?format=api"
},
{
"id": "716f1c85-126e-4e26-a7e9-f81afea97096",
"gambit_id": "3655c121-08ae-483f-b303-a10ed897fc4c",
"last_updated": "2023-08-02T18:58:02.213549-04:00",
"created_at": "2023-08-01T18:08:09.047948-04:00",
"name": "OAK",
"reward": "2.29000",
"odds": "2.35000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9978050-9353-4bf8-b41c-5690efa67dec/?format=api"
}
]
}