GET /api/bet_types/b5572847-fd72-472d-9d41-31dbfa3d14c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b5572847-fd72-472d-9d41-31dbfa3d14c4",
"match": "https://api-prod.gambitprofit.com/api/matches/6256f73b-7d29-42cf-8513-e4d29eb2b579/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-14T09:33:05.043496-04: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": "ARI",
"amount": 6390.0
},
{
"team": "NYM",
"amount": 3610.0
}
],
"expected_reward_tokens": 9457.2,
"profit_sb": -42.8,
"profit_sb_percentage": -0.45,
"recommended": false
},
"lines": [
{
"id": "e900cd57-22f3-4142-8b69-8d3c03dc6635",
"gambit_id": "de77ee07-ac9b-4b41-a177-095c5b28da4e",
"last_updated": "2023-09-15T16:08:14.586376-04:00",
"created_at": "2023-09-14T09:33:05.047022-04:00",
"name": "ARI",
"reward": "1.48000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5572847-fd72-472d-9d41-31dbfa3d14c4/?format=api"
},
{
"id": "157fb2a9-783d-4810-b0fd-04f80dbf6061",
"gambit_id": "773c86b7-164f-4f45-bc72-1faa24efd9c8",
"last_updated": "2023-09-15T16:08:14.589714-04:00",
"created_at": "2023-09-14T09:33:05.050858-04:00",
"name": "NYM",
"reward": "2.62000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5572847-fd72-472d-9d41-31dbfa3d14c4/?format=api"
}
]
}