GET /api/bet_types/7aa9d369-1b9b-411b-ac28-cb99fac20c4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7aa9d369-1b9b-411b-ac28-cb99fac20c4c",
"match": "https://api-prod.gambitprofit.com/api/matches/973d1af1-f95f-4e6e-9086-d32a48f1426c/?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": "KAN",
"amount": 5312.0
},
{
"team": "MIN",
"amount": 4688.0
}
],
"expected_reward_tokens": 9188.48,
"profit_sb": 188.48,
"profit_sb_percentage": 2.09,
"recommended": true
},
"lines": [
{
"id": "f412edce-babb-4aec-b0a5-d22bbb165be0",
"gambit_id": "529e2063-1ead-4e6c-9885-6d48bb789174",
"last_updated": "2022-08-16T13:57:07.403277-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.73000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa9d369-1b9b-411b-ac28-cb99fac20c4c/?format=api"
},
{
"id": "9b891f08-000a-4443-830f-2e9274b3104e",
"gambit_id": "a2bbf40e-8abc-4d9c-8836-06bc80e21db0",
"last_updated": "2022-08-16T13:57:07.402814-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "1.96000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa9d369-1b9b-411b-ac28-cb99fac20c4c/?format=api"
}
]
}