GET /api/bet_types/933e662b-cb8f-4464-ab4e-dd2cf7c319fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "933e662b-cb8f-4464-ab4e-dd2cf7c319fc",
"match": "https://api-prod.gambitprofit.com/api/matches/9c93806f-1119-4bfb-98eb-59bde1b8c5f7/?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": "SDG",
"amount": 6326.0
},
{
"team": "NYM",
"amount": 3674.0
}
],
"expected_reward_tokens": 9552.26,
"profit_sb": 52.26,
"profit_sb_percentage": 0.55,
"recommended": true
},
"lines": [
{
"id": "c8031cf7-8748-49c2-895d-b8d14600fea5",
"gambit_id": "df3e824e-081a-444c-821e-d587416d18f5",
"last_updated": "2022-10-10T07:52:21.178833-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SDG",
"reward": "1.51000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/933e662b-cb8f-4464-ab4e-dd2cf7c319fc/?format=api"
},
{
"id": "507545af-0adc-41c8-8638-ff018fe5c67f",
"gambit_id": "1ec6fd8d-0f9f-4500-a482-c8e77066965c",
"last_updated": "2022-10-10T07:52:21.177712-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "2.60000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/933e662b-cb8f-4464-ab4e-dd2cf7c319fc/?format=api"
}
]
}