GET /api/bet_types/d3e0322f-5d34-43fa-9753-5b390ffe84a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d3e0322f-5d34-43fa-9753-5b390ffe84a9",
"match": "https://api-prod.gambitprofit.com/api/matches/34027c67-311c-43ac-937c-dec44acd1897/?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": "HOU",
"amount": 5301.0
},
{
"team": "TEX",
"amount": 4699.0
}
],
"expected_reward_tokens": 9116.06,
"profit_sb": 116.06,
"profit_sb_percentage": 1.29,
"recommended": true
},
"lines": [
{
"id": "6bbb40f5-3fc2-44e3-8919-84c095b99329",
"gambit_id": "6dd51c62-151c-4333-906b-0b5c1a1f74a7",
"last_updated": "2022-09-07T12:47:00.070264-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "1.72000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e0322f-5d34-43fa-9753-5b390ffe84a9/?format=api"
},
{
"id": "2511a2f6-a8fa-45c2-b112-d50cfb822da2",
"gambit_id": "932f9f9d-97cd-49b6-9ed4-cc43b0a296fe",
"last_updated": "2022-09-07T12:47:00.071214-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.94000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e0322f-5d34-43fa-9753-5b390ffe84a9/?format=api"
}
]
}