GET /api/bet_types/4dc63234-dd20-4936-ac26-5ab3600260b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dc63234-dd20-4936-ac26-5ab3600260b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e99f0dc-9c26-4fdb-a8a1-3f53ee268028/?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 10.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d82cbcd-530a-4324-9988-023ac761f1d6",
            "gambit_id": "fa55ce79-beac-4b04-9e6c-3ad393ba0f59",
            "last_updated": "2022-08-31T12:17:00.212133-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 10.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dc63234-dd20-4936-ac26-5ab3600260b2/?format=api"
        },
        {
            "id": "e59593c5-2416-4e34-ac38-a5bc496bdcb7",
            "gambit_id": "db47b2df-ad9a-4c83-af05-5d94daf3cf9e",
            "last_updated": "2022-08-31T12:17:00.211655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 10.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dc63234-dd20-4936-ac26-5ab3600260b2/?format=api"
        }
    ]
}