GET /api/bet_types/4ac808cf-4877-4e0d-9ef4-fa44dee0fd9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4ac808cf-4877-4e0d-9ef4-fa44dee0fd9c",
"match": "https://api-prod.gambitprofit.com/api/matches/87e2b9f0-799e-4562-836a-d10795db9f81/?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": "ATL",
"amount": 6047.0
},
{
"team": "PHI",
"amount": 3953.0
}
],
"expected_reward_tokens": 9130.97,
"profit_sb": 130.97,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "8fd6cf25-46c3-4f76-b0c7-5b0744861d48",
"gambit_id": "4a5f9117-0348-4b8d-bbc7-1a770b5969a1",
"last_updated": "2022-09-19T09:32:05.089316-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.51000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac808cf-4877-4e0d-9ef4-fa44dee0fd9c/?format=api"
},
{
"id": "c0b3686b-b1cb-4112-ae17-faca9fb85c71",
"gambit_id": "4fb63613-738e-4601-9346-fba69b67683d",
"last_updated": "2022-09-19T09:32:05.090560-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "2.31000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac808cf-4877-4e0d-9ef4-fa44dee0fd9c/?format=api"
}
]
}