GET /api/bet_types/9bdaad12-6e75-4a96-968c-6808392cdfb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9bdaad12-6e75-4a96-968c-6808392cdfb3",
"match": "https://api-prod.gambitprofit.com/api/matches/fd85a6ec-cc45-4f68-bf6b-756c034c3a77/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-18T09:43:11.594488-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": "NYY",
"amount": 6163.0
},
{
"team": "BOS",
"amount": 3837.0
}
],
"expected_reward_tokens": 9552.65,
"profit_sb": 52.65,
"profit_sb_percentage": 0.55,
"recommended": true
},
"lines": [
{
"id": "3dad9bc4-909b-4213-976d-adcaa0a6d630",
"gambit_id": "f092d478-e7e7-4890-bda0-91597921bc79",
"last_updated": "2023-06-19T14:03:35.557184-04:00",
"created_at": "2023-06-18T09:43:11.596248-04:00",
"name": "NYY",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdaad12-6e75-4a96-968c-6808392cdfb3/?format=api"
},
{
"id": "8e0276b3-e74c-4a7f-8eaf-696107470a62",
"gambit_id": "cb85531d-6383-431e-83e1-9473dcc7fc97",
"last_updated": "2023-06-19T14:03:35.559844-04:00",
"created_at": "2023-06-18T09:43:11.597769-04:00",
"name": "BOS",
"reward": "2.49000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdaad12-6e75-4a96-968c-6808392cdfb3/?format=api"
}
]
}