GET /api/bet_types/39e575e5-2099-4884-80a7-5c54643ee414/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39e575e5-2099-4884-80a7-5c54643ee414",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0c0613d-e7d2-469a-bf41-7df5dd7aa3d2/?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 36.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 36.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d8b2b7f-1a76-4b86-9670-858e3cbe1a09",
            "gambit_id": "45a22758-7dd6-437d-a10f-739bb0856ea4",
            "last_updated": "2022-12-23T12:22:18.012523-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 36.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e575e5-2099-4884-80a7-5c54643ee414/?format=api"
        },
        {
            "id": "10fc5410-cdc2-4f31-85dc-30bb4f2f1820",
            "gambit_id": "124e31b2-f5b4-418b-a060-e2a8f3b8ea59",
            "last_updated": "2022-12-23T12:22:18.013692-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 36.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e575e5-2099-4884-80a7-5c54643ee414/?format=api"
        }
    ]
}