GET /api/bet_types/ae0876ac-0b45-4da8-b0f0-0fab6c64237f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae0876ac-0b45-4da8-b0f0-0fab6c64237f",
    "match": "https://api-prod.gambitprofit.com/api/matches/93d00f3b-7611-4e41-b8db-e11aeb8b0b76/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 8",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "6be43b15-c3a0-428d-913b-b214bd1d0ca5",
            "gambit_id": "afb02b5a-3c72-4a26-9560-e925dd355c05",
            "last_updated": "2022-09-10T22:02:15.525947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae0876ac-0b45-4da8-b0f0-0fab6c64237f/?format=api"
        },
        {
            "id": "ba9271df-c652-4da6-a6eb-70abd29b6fff",
            "gambit_id": "32065d10-20ff-4e91-860d-750ea1febb03",
            "last_updated": "2022-09-10T22:02:15.524350-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae0876ac-0b45-4da8-b0f0-0fab6c64237f/?format=api"
        }
    ]
}