GET /api/bet_types/2cc4c352-2a92-4c30-a1f2-1a6e037ac61d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2cc4c352-2a92-4c30-a1f2-1a6e037ac61d",
"match": "https://api-prod.gambitprofit.com/api/matches/9c7f9823-0c33-490c-a3e5-f472c73e9625/?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": "Colorado",
"amount": 5000.0
},
{
"team": "Washington",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "42ba7961-eaf8-4de6-ab81-b961ffa63db7",
"gambit_id": "c249ea54-9e59-43ee-b65a-1ba16c69dd32",
"last_updated": "2022-12-24T17:12:24.964944-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Colorado",
"reward": "1.80000",
"odds": "1.90910",
"spread": "30.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc4c352-2a92-4c30-a1f2-1a6e037ac61d/?format=api"
},
{
"id": "44b6a6b0-32b6-4a03-aaaf-00727f6dc9f0",
"gambit_id": "3867a13c-bc81-4114-b536-bbebae076a88",
"last_updated": "2022-12-24T17:12:24.963708-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-30.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc4c352-2a92-4c30-a1f2-1a6e037ac61d/?format=api"
}
]
}