GET /api/bet_types/efdb1049-e274-4f66-af2d-39360cad9de8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "efdb1049-e274-4f66-af2d-39360cad9de8",
"match": "https://api-prod.gambitprofit.com/api/matches/89fc0bd0-2d55-4daa-b588-0b692974f875/?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": "BAL",
"amount": 5501.0
},
{
"team": "CLE",
"amount": 4499.0
}
],
"expected_reward_tokens": 9131.66,
"profit_sb": 131.66,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "6574bdf3-24d5-483e-9b58-eb79eb6a23c4",
"gambit_id": "d13c92ca-7f99-4ff6-8671-7df58c168934",
"last_updated": "2022-09-02T09:02:06.976912-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.66000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdb1049-e274-4f66-af2d-39360cad9de8/?format=api"
},
{
"id": "6e697bf2-97c7-4c3c-a650-e475d546b341",
"gambit_id": "269b2fda-56d1-4b96-8400-9902ba4afa18",
"last_updated": "2022-09-02T09:02:06.976454-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CLE",
"reward": "2.03000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdb1049-e274-4f66-af2d-39360cad9de8/?format=api"
}
]
}