GET /api/bet_types/dc8ef5b7-df17-4a33-a8b1-992de75f5c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dc8ef5b7-df17-4a33-a8b1-992de75f5c8d",
"match": "https://api-prod.gambitprofit.com/api/matches/71b7a66d-ac83-49e7-9ebd-d774c7d44c56/?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": "Miami-Ohio",
"amount": 5000.0
},
{
"team": "Northwestern",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "af4ae465-66cd-492c-9db5-d0ff955f2b56",
"gambit_id": "c48dd010-748c-4700-989f-253ec73245f7",
"last_updated": "2022-09-25T21:22:20.998838-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami-Ohio",
"reward": "1.80000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8ef5b7-df17-4a33-a8b1-992de75f5c8d/?format=api"
},
{
"id": "9609d77d-7d7c-42b4-88b1-efcedb61a95e",
"gambit_id": "464cf839-e3e7-46e3-8e50-4bec3b18cf8c",
"last_updated": "2022-09-25T21:22:20.999862-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Northwestern",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc8ef5b7-df17-4a33-a8b1-992de75f5c8d/?format=api"
}
]
}