GET /api/bet_types/012dfd18-dc51-4075-bec5-53b054312d7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "012dfd18-dc51-4075-bec5-53b054312d7d",
"match": "https://api-prod.gambitprofit.com/api/matches/c5adcb2c-7200-467d-bbbe-8d62880b5395/?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": "Texas A&M",
"amount": 5106.0
},
{
"team": "Mississippi",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "28e0c055-d9bb-4515-94b2-d7dd3944d4aa",
"gambit_id": "0b78ce0e-29a5-4cbb-818b-6a5dbd0aa0a7",
"last_updated": "2022-10-31T10:17:30.902709-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas A&M",
"reward": "1.84000",
"odds": "1.86960",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012dfd18-dc51-4075-bec5-53b054312d7d/?format=api"
},
{
"id": "fb1b07c9-e75e-4659-90ba-824ee1c552a0",
"gambit_id": "9b267c53-41d8-4227-ab55-cabc2c4ce2d6",
"last_updated": "2022-10-31T10:17:30.903669-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mississippi",
"reward": "1.92000",
"odds": "1.95240",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012dfd18-dc51-4075-bec5-53b054312d7d/?format=api"
}
]
}