GET /api/bet_types/90f5ab57-ea0c-4681-bda8-55782c8aa2a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "90f5ab57-ea0c-4681-bda8-55782c8aa2a6",
"match": "https://api-prod.gambitprofit.com/api/matches/ed2e93c4-316a-4279-b530-bda093b0c935/?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": "KAN",
"amount": 6493.0
},
{
"team": "DET",
"amount": 3507.0
}
],
"expected_reward_tokens": 9153.27,
"profit_sb": 153.27,
"profit_sb_percentage": 1.7,
"recommended": true
},
"lines": [
{
"id": "960a8fb9-c35d-4420-9248-6f877997b02c",
"gambit_id": "3fb53fd8-c5f8-45a7-bb14-77f79f56a873",
"last_updated": "2022-09-03T19:57:05.312619-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.41000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f5ab57-ea0c-4681-bda8-55782c8aa2a6/?format=api"
},
{
"id": "5026df15-a41d-4874-96b7-581992d42e20",
"gambit_id": "edff28f3-4aa0-424e-82d6-cf9852e8dbd1",
"last_updated": "2022-09-03T19:57:05.311632-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "2.61000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f5ab57-ea0c-4681-bda8-55782c8aa2a6/?format=api"
}
]
}