GET /api/bet_types/98f21219-d33b-4b3e-a40f-07f877d9ed78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "98f21219-d33b-4b3e-a40f-07f877d9ed78",
"match": "https://api-prod.gambitprofit.com/api/matches/0a13e376-531c-4b51-9666-391117ce6a01/?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": "TAM",
"amount": 5974.0
},
{
"team": "HOU",
"amount": 4026.0
}
],
"expected_reward_tokens": 9139.02,
"profit_sb": 139.02,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "fc71fcf1-f5aa-497c-a713-f562317582d5",
"gambit_id": "cad2df51-8206-49e3-922e-2135e778d453",
"last_updated": "2022-09-22T15:12:27.198581-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "1.53000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98f21219-d33b-4b3e-a40f-07f877d9ed78/?format=api"
},
{
"id": "5e4be51f-69f1-4c6e-af51-b0f412d4fad7",
"gambit_id": "4d65ce01-8843-457d-82d6-18332191a27f",
"last_updated": "2022-09-22T15:12:27.199720-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "2.27000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98f21219-d33b-4b3e-a40f-07f877d9ed78/?format=api"
}
]
}