GET /api/bet_types/124deff4-c232-4ab2-a8ec-b19b616599d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "124deff4-c232-4ab2-a8ec-b19b616599d8",
"match": "https://api-prod.gambitprofit.com/api/matches/78de8569-b7d4-4935-bcdc-bf2c0e3fc99f/?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": "Golden State Warriors",
"amount": 5000.0
},
{
"team": "Orlando Magic",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "346dd091-e7e7-4ad6-acf3-692dbec581c5",
"gambit_id": "7c3305fd-a625-4800-b8ca-88cd9447692a",
"last_updated": "2022-11-04T09:07:37.984135-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Golden State Warriors",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/124deff4-c232-4ab2-a8ec-b19b616599d8/?format=api"
},
{
"id": "49530277-0617-4664-bd05-905dab330b08",
"gambit_id": "e667ebb2-b806-4bde-8908-9fabb74d0eab",
"last_updated": "2022-11-04T09:07:37.985055-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Orlando Magic",
"reward": "1.80000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/124deff4-c232-4ab2-a8ec-b19b616599d8/?format=api"
}
]
}