GET /api/bet_types/63dd9041-dd81-4afc-b8db-4869eeb6c077/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "63dd9041-dd81-4afc-b8db-4869eeb6c077",
"match": "https://api-prod.gambitprofit.com/api/matches/11af2191-cc25-451b-b48d-a1979dadebca/?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": "OAK",
"amount": 5204.0
},
{
"team": "LAA",
"amount": 4796.0
}
],
"expected_reward_tokens": 9159.04,
"profit_sb": 159.04,
"profit_sb_percentage": 1.77,
"recommended": true
},
"lines": [
{
"id": "6c8179c9-0899-48db-bf6e-49348c9747e1",
"gambit_id": "68a5aee6-ebf3-4295-ba1c-a98e2bab700c",
"last_updated": "2022-08-10T10:06:57.214874-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.76000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63dd9041-dd81-4afc-b8db-4869eeb6c077/?format=api"
},
{
"id": "01f9358e-23f2-45c8-aa41-d2cba5c9951c",
"gambit_id": "0d618f62-a536-4a5e-bafe-f0ea812f88aa",
"last_updated": "2022-08-10T10:06:57.215337-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LAA",
"reward": "1.91000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63dd9041-dd81-4afc-b8db-4869eeb6c077/?format=api"
}
]
}