GET /api/bet_types/088a8959-cc1d-41e8-9caa-0db1a8b0e1fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "088a8959-cc1d-41e8-9caa-0db1a8b0e1fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/33444caf-df79-4167-bec7-ff8153481d22/?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 Under 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bbec0e9-85b8-43dc-9187-230518067523",
            "gambit_id": "bc18324e-7b17-4791-a10e-4ba4eb177cce",
            "last_updated": "2022-09-08T10:07:11.972457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/088a8959-cc1d-41e8-9caa-0db1a8b0e1fa/?format=api"
        },
        {
            "id": "a1988666-bc73-4df2-8905-aa2c0f6f9f9c",
            "gambit_id": "11030c8d-90d5-4ae8-8e40-a8b70940f92b",
            "last_updated": "2022-09-08T10:07:11.973388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/088a8959-cc1d-41e8-9caa-0db1a8b0e1fa/?format=api"
        }
    ]
}