GET /api/bet_types/1c53a8d9-ad78-435b-b75e-e55273d3b435/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1c53a8d9-ad78-435b-b75e-e55273d3b435",
"match": "https://api-prod.gambitprofit.com/api/matches/13e069ca-930c-456b-84a0-9252cad05794/?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": "ARI",
"amount": 5208.0
},
{
"team": "LOS",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "938587ce-802a-46a3-9f82-128bf04afd54",
"gambit_id": "c0b4f3f5-7497-4bc9-972d-64fdf4122e0a",
"last_updated": "2022-09-23T10:12:04.843569-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ARI",
"reward": "1.73000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c53a8d9-ad78-435b-b75e-e55273d3b435/?format=api"
},
{
"id": "0d4d2172-36c6-4d21-9047-78271a0536ad",
"gambit_id": "dc42bca7-4c5f-4c78-a762-8430a13f8490",
"last_updated": "2022-09-23T10:12:04.842617-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LOS",
"reward": "1.88000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c53a8d9-ad78-435b-b75e-e55273d3b435/?format=api"
}
]
}