GET /api/bet_types/afefb47a-49df-44c8-a9a7-b8bdb9d65879/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "afefb47a-49df-44c8-a9a7-b8bdb9d65879",
"match": "https://api-prod.gambitprofit.com/api/matches/9337f299-27cd-4a50-b9c7-91212a992271/?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": "MIA",
"amount": 5302.0
},
{
"team": "NYM",
"amount": 4698.0
}
],
"expected_reward_tokens": 9066.42,
"profit_sb": 66.42,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "702bbf98-da72-4ec6-90d2-f16bba99573e",
"gambit_id": "cef7318a-980e-4933-84a7-aabad843a28e",
"last_updated": "2022-09-10T22:02:15.372751-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "1.71000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afefb47a-49df-44c8-a9a7-b8bdb9d65879/?format=api"
},
{
"id": "5631f4cf-82d2-4fa7-a62e-13ff7d2e150e",
"gambit_id": "e18929bc-aa0f-4e9d-a484-6d20c65ba2b5",
"last_updated": "2022-09-10T22:02:15.373930-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "1.93000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afefb47a-49df-44c8-a9a7-b8bdb9d65879/?format=api"
}
]
}