GET /api/bet_types/e65795bf-e0de-4c57-bcac-47561acfbd5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e65795bf-e0de-4c57-bcac-47561acfbd5e",
"match": "https://api-prod.gambitprofit.com/api/matches/47142ec8-c658-4ea3-b9e4-bd4febc941f5/?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": "PHI",
"amount": 6269.0
},
{
"team": "MIA",
"amount": 3731.0
}
],
"expected_reward_tokens": 9215.43,
"profit_sb": 215.43,
"profit_sb_percentage": 2.39,
"recommended": true
},
"lines": [
{
"id": "aca713a0-89b1-43c7-b806-4baa8e232ab2",
"gambit_id": "1902aef0-4be1-4f3e-9959-f50d68261593",
"last_updated": "2022-09-14T10:32:13.666446-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65795bf-e0de-4c57-bcac-47561acfbd5e/?format=api"
},
{
"id": "41b17b2a-0ebb-4a36-98bc-f1f58dc6080e",
"gambit_id": "ee4f8f20-dc00-4e12-9953-69f510b730a0",
"last_updated": "2022-09-14T10:32:13.665247-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "2.47000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65795bf-e0de-4c57-bcac-47561acfbd5e/?format=api"
}
]
}