GET /api/bet_types/9fde7518-bab3-4fbd-b335-a056c52fd44a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fde7518-bab3-4fbd-b335-a056c52fd44a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa274de7-8ea1-4f33-ad20-f635795e56f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:04.532329-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 2.5",
                "amount": 5789.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcdd38af-e278-430a-9b61-06bef859b909",
            "gambit_id": "4c012903-b5a5-48dd-a2ba-844a43168ea7",
            "last_updated": "2023-12-07T21:58:08.509649-05:00",
            "created_at": "2023-12-06T09:13:04.537100-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.60000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fde7518-bab3-4fbd-b335-a056c52fd44a/?format=api"
        },
        {
            "id": "d9af664e-1f21-4fc5-90ce-34010f5c877f",
            "gambit_id": "4993c85e-53d0-48e0-b176-6998bae641c0",
            "last_updated": "2023-12-07T21:58:08.518241-05:00",
            "created_at": "2023-12-06T09:13:04.541274-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fde7518-bab3-4fbd-b335-a056c52fd44a/?format=api"
        }
    ]
}