GET /api/bet_types/bc699522-972f-4ecc-a47b-fe13f3f3dc5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bc699522-972f-4ecc-a47b-fe13f3f3dc5b",
"match": "https://api-prod.gambitprofit.com/api/matches/13818d80-3937-4d2f-87a0-6564bf2d0b0a/?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": "Sacramento Kings",
"amount": 5000.0
},
{
"team": "Detroit Pistons",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "937dee91-3f21-490a-8466-b5977b7ba21b",
"gambit_id": "9fc6618a-1dc0-42b6-8269-c5d21bce7048",
"last_updated": "2022-12-17T19:42:23.030263-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Sacramento Kings",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc699522-972f-4ecc-a47b-fe13f3f3dc5b/?format=api"
},
{
"id": "c9317e23-87f1-4120-9c64-ece3e3f05f3b",
"gambit_id": "e1952f05-7bb8-4cff-a768-b15c96528255",
"last_updated": "2022-12-17T19:42:23.029211-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Pistons",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc699522-972f-4ecc-a47b-fe13f3f3dc5b/?format=api"
}
]
}