GET /api/bet_types/deca19cf-2c86-49d5-a886-47125223c5e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "deca19cf-2c86-49d5-a886-47125223c5e3",
"match": "https://api-prod.gambitprofit.com/api/matches/c6c241de-35c0-4fe0-9ccb-c4939334a8a5/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-24T13:02:09.798293-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": "NYY",
"amount": 5939.0
},
{
"team": "MIN",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "84d237d7-7cdf-4638-849e-4508a6b6d822",
"gambit_id": "ab27125e-7321-4ea9-b048-387254ba5a3a",
"last_updated": "2023-04-25T11:42:20.455644-04:00",
"created_at": "2023-04-24T13:02:09.803068-04:00",
"name": "NYY",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca19cf-2c86-49d5-a886-47125223c5e3/?format=api"
},
{
"id": "ce1c3535-dc1b-4d83-ad86-6adefb186f06",
"gambit_id": "fe2ef9f9-1bd2-490d-b896-e9f2ba94b1ba",
"last_updated": "2023-04-25T11:42:20.453398-04:00",
"created_at": "2023-04-24T13:02:09.800553-04:00",
"name": "MIN",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca19cf-2c86-49d5-a886-47125223c5e3/?format=api"
}
]
}