GET /api/bet_types/c198df6a-f95c-431d-837c-4a8063061874/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c198df6a-f95c-431d-837c-4a8063061874",
"match": "https://api-prod.gambitprofit.com/api/matches/13cff65d-452a-4dbc-b524-ffbeee92e956/?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": "New York Mets",
"amount": 6409.0
},
{
"team": "Pittsburgh Pirates",
"amount": 3591.0
}
],
"expected_reward_tokens": 9228.87,
"profit_sb": 228.87,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "190b773d-76b0-4eaa-a404-2ed41cbf3a51",
"gambit_id": "a881cf8c-2836-4f4f-86ad-87426d6edc30",
"last_updated": "2022-09-08T10:22:15.589962-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Mets",
"reward": "1.44000",
"odds": "1.48780",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c198df6a-f95c-431d-837c-4a8063061874/?format=api"
},
{
"id": "e6f3cfc9-01a4-4c94-94a0-8413d9534a17",
"gambit_id": "9d89e721-e45b-434c-86f9-6b0875f786cb",
"last_updated": "2022-09-08T10:22:15.588987-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Pittsburgh Pirates",
"reward": "2.57000",
"odds": "2.75000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c198df6a-f95c-431d-837c-4a8063061874/?format=api"
}
]
}