GET /api/bet_types/ea53277b-2230-45b1-8de3-f891185e3ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ea53277b-2230-45b1-8de3-f891185e3ba2",
"match": "https://api-prod.gambitprofit.com/api/matches/1da6db83-e7a6-4804-85b4-287613c35f49/?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": "North Texas",
"amount": 5000.0
},
{
"team": "UAB",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "599ddbf3-df4b-4b68-b009-679d4427a66b",
"gambit_id": "d024645b-23d0-4ec8-bb8c-2a578344309d",
"last_updated": "2022-11-14T10:03:39.160875-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Texas",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea53277b-2230-45b1-8de3-f891185e3ba2/?format=api"
},
{
"id": "8091ef18-a584-4105-9f6d-f795b538e8b0",
"gambit_id": "011562d8-1857-4523-b5ca-ae62da67342f",
"last_updated": "2022-11-14T10:03:39.159906-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UAB",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea53277b-2230-45b1-8de3-f891185e3ba2/?format=api"
}
]
}