GET /api/bet_types/2ad5dac3-051b-4947-9a16-290e540c15b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ad5dac3-051b-4947-9a16-290e540c15b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f844add-4b16-401c-aefd-85755f408411/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:06.609374-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4efcff2-4e0d-4798-ad6e-5ec81c91870b",
            "gambit_id": "35fe30e4-4f4f-4a85-b79b-0f18f0d413cb",
            "last_updated": "2024-01-19T11:58:31.682666-05:00",
            "created_at": "2024-01-16T09:03:06.613409-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad5dac3-051b-4947-9a16-290e540c15b6/?format=api"
        },
        {
            "id": "293c7996-9ccf-4950-a399-2cebe479c83d",
            "gambit_id": "62dc8c40-4548-44cb-bea6-ee0ca2795683",
            "last_updated": "2024-01-19T11:58:31.685999-05:00",
            "created_at": "2024-01-16T09:03:06.617894-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad5dac3-051b-4947-9a16-290e540c15b6/?format=api"
        }
    ]
}