GET /api/bet_types/8464c9e6-3dee-409f-a7d5-20338f8a58de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8464c9e6-3dee-409f-a7d5-20338f8a58de",
"match": "https://api-prod.gambitprofit.com/api/matches/f5ec96e1-e140-4e26-914e-a299cf1b6889/?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": "West Virginia",
"amount": 5000.0
},
{
"team": "Oklahoma",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "c52d351c-7a95-402b-b215-d27e6c403f3f",
"gambit_id": "e8b011d5-4470-4d5b-addd-c33ae4c4905b",
"last_updated": "2022-11-14T10:28:55.199023-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "West Virginia",
"reward": "1.80000",
"odds": "1.90910",
"spread": "8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8464c9e6-3dee-409f-a7d5-20338f8a58de/?format=api"
},
{
"id": "a8ec7951-6e59-4d7f-8ec4-ba0b293b8d64",
"gambit_id": "dd272a03-56ec-435b-b821-587a9ad2e4ba",
"last_updated": "2022-11-14T10:28:55.199945-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8464c9e6-3dee-409f-a7d5-20338f8a58de/?format=api"
}
]
}