GET /api/bet_types/9374b39a-7e4a-436b-b792-0182c8125093/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9374b39a-7e4a-436b-b792-0182c8125093",
"match": "https://api-prod.gambitprofit.com/api/matches/95a28ab5-4df4-48b0-8f0a-2ee339c2960c/?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": "Philadelphia 76ers",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "5098457f-0acd-4bef-8c58-249d910dd0c5",
"gambit_id": "1b84a174-f4bf-4ecf-8c51-7d5ffbace121",
"last_updated": "2022-12-12T10:57:24.635294-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia 76ers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9374b39a-7e4a-436b-b792-0182c8125093/?format=api"
},
{
"id": "b4fc601b-7f65-43dd-9555-36e3117d32a0",
"gambit_id": "63cd5b34-64ec-46b5-ae75-1cef019b9ebb",
"last_updated": "2022-12-12T10:57:24.636455-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte Hornets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9374b39a-7e4a-436b-b792-0182c8125093/?format=api"
}
]
}