GET /api/bet_types/8c441d89-3e46-4f79-91bb-ade2a5b3ea51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c441d89-3e46-4f79-91bb-ade2a5b3ea51",
    "match": "https://api-prod.gambitprofit.com/api/matches/53612180-03b6-493e-9a86-2929d3927a66/?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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "76e24623-8313-41f2-bf32-eaf290e9776e",
            "gambit_id": "b08a850d-495e-47ad-83fd-72ac35be80bb",
            "last_updated": "2022-08-05T10:01:56.394227-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c441d89-3e46-4f79-91bb-ade2a5b3ea51/?format=api"
        },
        {
            "id": "ab4087ca-4e94-4df6-9939-bbbdc378a514",
            "gambit_id": "4b459f1a-ab68-40ed-98c3-d70dceb727dd",
            "last_updated": "2022-08-05T10:01:56.393648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c441d89-3e46-4f79-91bb-ade2a5b3ea51/?format=api"
        }
    ]
}