GET /api/bet_types/885caee0-5723-4ae5-8fb1-7f1faaac78ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "885caee0-5723-4ae5-8fb1-7f1faaac78ba",
"match": "https://api-prod.gambitprofit.com/api/matches/9443cee1-8756-4b74-9a03-b58ef96ac890/?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": "CWS",
"amount": 5395.0
},
{
"team": "SEA",
"amount": 4605.0
}
],
"expected_reward_tokens": 9117.55,
"profit_sb": 117.55,
"profit_sb_percentage": 1.31,
"recommended": true
},
"lines": [
{
"id": "e4a25caa-af86-4b83-97c9-56ad343c8f60",
"gambit_id": "a7a2f036-9dc9-492c-b901-277a5bf36dcd",
"last_updated": "2022-09-08T10:42:24.722537-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "1.69000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/885caee0-5723-4ae5-8fb1-7f1faaac78ba/?format=api"
},
{
"id": "cc78cb20-8bbe-42b8-b6cd-71c9355755d9",
"gambit_id": "94094ff0-4d48-4531-a2ac-77094d72be80",
"last_updated": "2022-09-08T10:42:24.721428-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "1.98000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/885caee0-5723-4ae5-8fb1-7f1faaac78ba/?format=api"
}
]
}