GET /api/bet_types/9ddc3876-55d3-46ce-9f76-0d634d82c29e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9ddc3876-55d3-46ce-9f76-0d634d82c29e",
"match": "https://api-prod.gambitprofit.com/api/matches/3fced72f-3318-4405-b410-2e511fcf93d1/?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": "Denver Nuggets",
"amount": 5097.0
},
{
"team": "Indiana Pacers",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "368db1b3-59af-47bd-b216-ae11a47c1e67",
"gambit_id": "fe521428-10a5-463b-8197-d03ccb2364b7",
"last_updated": "2022-11-10T09:27:58.271748-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Nuggets",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddc3876-55d3-46ce-9f76-0d634d82c29e/?format=api"
},
{
"id": "de0afed4-ed83-43c3-a489-c8d7cdc49ddd",
"gambit_id": "b19a9876-48cc-423e-817c-ccebfdcbe5f0",
"last_updated": "2022-11-10T09:27:58.270759-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana Pacers",
"reward": "1.84000",
"odds": "1.95240",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddc3876-55d3-46ce-9f76-0d634d82c29e/?format=api"
}
]
}