GET /api/bet_types/c6bce11b-1169-452c-814d-9c8fbfc6be2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c6bce11b-1169-452c-814d-9c8fbfc6be2a",
"match": "https://api-prod.gambitprofit.com/api/matches/2502dcc7-b181-4719-9fe6-ad41c240f45e/?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": "Texas",
"amount": 5000.0
},
{
"team": "West Virginia",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": -250.0,
"profit_sb_percentage": -2.63,
"recommended": false
},
"lines": [
{
"id": "3e0304c6-df91-44c7-bdd9-df95e27077eb",
"gambit_id": "1b466415-1041-432f-9c59-b68e1b0bfeea",
"last_updated": "2022-10-03T11:12:31.606957-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas",
"reward": "1.85000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6bce11b-1169-452c-814d-9c8fbfc6be2a/?format=api"
},
{
"id": "f43ab35c-300c-4acb-ba91-f68fbcd4d824",
"gambit_id": "e95f0880-590e-4ddc-b066-23dc274a4320",
"last_updated": "2022-10-03T11:12:31.607910-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "West Virginia",
"reward": "1.85000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6bce11b-1169-452c-814d-9c8fbfc6be2a/?format=api"
}
]
}