GET /api/bet_types/8c926228-341e-4920-a08b-61ae633650d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c926228-341e-4920-a08b-61ae633650d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bb86401-ad6f-4c0f-9c66-967a755e396c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:04.064034-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "69d69c1a-4d6d-4c3c-b7ef-4549010d6c5e",
            "gambit_id": "64639b84-6905-4cde-9b0b-79e47b40452a",
            "last_updated": "2023-11-27T09:53:17.266411-05:00",
            "created_at": "2023-11-24T09:08:04.069433-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c926228-341e-4920-a08b-61ae633650d1/?format=api"
        },
        {
            "id": "6c592894-1d8f-423d-91f6-7ef702254bd9",
            "gambit_id": "91f70f8a-b5b1-4c62-8132-860ddc3ff476",
            "last_updated": "2023-11-27T09:53:17.269955-05:00",
            "created_at": "2023-11-24T09:08:04.074925-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c926228-341e-4920-a08b-61ae633650d1/?format=api"
        }
    ]
}