GET /api/bet_types/bd433715-84f6-41ae-bb0f-7d944488bd22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bd433715-84f6-41ae-bb0f-7d944488bd22",
"match": "https://api-prod.gambitprofit.com/api/matches/e4c0d299-fda4-4923-9fb3-fa9306272429/?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": "HOU",
"amount": 6260.0
},
{
"team": "TAM",
"amount": 3740.0
}
],
"expected_reward_tokens": 9200.4,
"profit_sb": 200.4,
"profit_sb_percentage": 2.23,
"recommended": true
},
"lines": [
{
"id": "69317df6-7b3a-489e-ae68-d5cddcd3ab6c",
"gambit_id": "5a3f1f02-2427-4160-85cd-0a7df7399db5",
"last_updated": "2022-09-21T15:57:18.495779-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd433715-84f6-41ae-bb0f-7d944488bd22/?format=api"
},
{
"id": "61ceb301-6c97-458f-bbfb-8d4b4a8f9436",
"gambit_id": "cdfbb728-1730-4940-8b29-54472b57272d",
"last_updated": "2022-09-21T15:57:18.494757-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "2.46000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd433715-84f6-41ae-bb0f-7d944488bd22/?format=api"
}
]
}