GET /api/bet_types/45dfe1a3-0257-420c-a95e-493e98b71660/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45dfe1a3-0257-420c-a95e-493e98b71660",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b15559f-f84f-4410-afe0-7fe8c8e8ce87/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-05T14:19:53.893562-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3933e5c7-3591-4510-b638-dbbc5885cce0",
            "gambit_id": "807342b6-40ba-4805-a588-90fc6f0a139c",
            "last_updated": "2023-03-06T19:17:18.775077-05:00",
            "created_at": "2023-03-05T14:19:53.896671-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45dfe1a3-0257-420c-a95e-493e98b71660/?format=api"
        },
        {
            "id": "bdfd2f7c-d0ad-42b2-89be-8cbe85978962",
            "gambit_id": "29b2e579-26ec-4d61-bcde-c1c1c2158f29",
            "last_updated": "2023-03-06T19:17:18.773875-05:00",
            "created_at": "2023-03-05T14:19:53.895128-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45dfe1a3-0257-420c-a95e-493e98b71660/?format=api"
        }
    ]
}