GET /api/bet_types/1c85d141-ac76-4691-9aae-b7b2c0734c6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1c85d141-ac76-4691-9aae-b7b2c0734c6f",
"match": "https://api-prod.gambitprofit.com/api/matches/5227de28-6fb3-4c90-abf5-bf0452674667/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-19T08:48:01.539155-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": "MIN",
"amount": 6010.0
},
{
"team": "SEA",
"amount": 3990.0
}
],
"expected_reward_tokens": 9495.8,
"profit_sb": -4.2,
"profit_sb_percentage": -0.04,
"recommended": false
},
"lines": [
{
"id": "2b036535-178c-4e04-b0e6-aeb46e92c4a7",
"gambit_id": "96ffce12-f7fa-4303-865d-17e82cb306da",
"last_updated": "2023-07-20T19:38:11.923051-04:00",
"created_at": "2023-07-19T08:48:01.541482-04:00",
"name": "MIN",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c85d141-ac76-4691-9aae-b7b2c0734c6f/?format=api"
},
{
"id": "8fda0563-a708-44a0-b46d-63d11c30ec5c",
"gambit_id": "345b1056-1cfb-4839-a56c-73877878e070",
"last_updated": "2023-07-20T19:38:11.924977-04:00",
"created_at": "2023-07-19T08:48:01.543942-04:00",
"name": "SEA",
"reward": "2.38000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c85d141-ac76-4691-9aae-b7b2c0734c6f/?format=api"
}
]
}