GET /api/bet_types/82b7c25f-0fd7-4b73-996a-d9c8234b801a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82b7c25f-0fd7-4b73-996a-d9c8234b801a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5abedab7-d810-4fee-ba7f-2d77f2c07431/?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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf549c3a-6a3a-43b4-b55f-b8e1e0688a58",
            "gambit_id": "0e87a9ed-1198-482e-9107-af27283254bc",
            "last_updated": "2022-10-31T10:37:24.643470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82b7c25f-0fd7-4b73-996a-d9c8234b801a/?format=api"
        },
        {
            "id": "45a11acd-87f8-47ff-98f2-8ec622f99709",
            "gambit_id": "df1d4962-3507-4564-9a58-c4f42171627f",
            "last_updated": "2022-10-31T10:37:24.642429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82b7c25f-0fd7-4b73-996a-d9c8234b801a/?format=api"
        }
    ]
}