GET /api/bet_types/2338b36a-6b32-4f96-b195-cedb323bafa4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2338b36a-6b32-4f96-b195-cedb323bafa4",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e583f2-421e-4ebc-ad1a-24754811255f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T13:12:10.261319-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 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "a420ef84-b3e6-4df0-9fa2-d847b344c71b",
            "gambit_id": "618bc670-8ce2-4360-9c9e-b33ea13cacdc",
            "last_updated": "2023-02-07T11:16:52.966151-05:00",
            "created_at": "2023-02-06T13:12:10.264700-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2338b36a-6b32-4f96-b195-cedb323bafa4/?format=api"
        },
        {
            "id": "1bd6c446-a4a6-486f-add6-3623c39d741c",
            "gambit_id": "bdc20f28-fd3e-4c26-9bed-f1e988c35f96",
            "last_updated": "2023-02-07T11:16:52.964750-05:00",
            "created_at": "2023-02-06T13:12:10.263086-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2338b36a-6b32-4f96-b195-cedb323bafa4/?format=api"
        }
    ]
}