GET /api/bet_types/f4389fa9-448b-4907-a789-b30372e34d1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f4389fa9-448b-4907-a789-b30372e34d1f",
"match": "https://api-prod.gambitprofit.com/api/matches/8f4a6635-412a-433a-9708-311746e94ff9/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-29T08:38:26.666094-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": "CHC",
"amount": 5939.0
},
{
"team": "PHI",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "ac89adb3-a18d-4455-b8a8-26227afba754",
"gambit_id": "a133486f-d176-4678-9891-b7687456bb8d",
"last_updated": "2023-06-30T10:28:09.345280-04:00",
"created_at": "2023-06-29T08:38:26.670242-04:00",
"name": "CHC",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4389fa9-448b-4907-a789-b30372e34d1f/?format=api"
},
{
"id": "83ec2286-c7e6-46f2-a30c-7d58425f7226",
"gambit_id": "49b4351c-18b8-412b-9c36-8720719a03fb",
"last_updated": "2023-06-30T10:28:09.343723-04:00",
"created_at": "2023-06-29T08:38:26.668112-04:00",
"name": "PHI",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4389fa9-448b-4907-a789-b30372e34d1f/?format=api"
}
]
}