GET /api/bet_types/0fd1d5ba-a51e-4d3a-a77e-924011258d1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fd1d5ba-a51e-4d3a-a77e-924011258d1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f9493de-ee28-46e9-846b-6b1cd5b8e9b3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-17T08:58:22.089129-04: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 7.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "61594255-bb88-4228-8453-6a51da41e4cc",
            "gambit_id": "4ecb5e32-9b30-46fb-8e4e-9919902fbb79",
            "last_updated": "2023-10-18T09:13:05.899312-04:00",
            "created_at": "2023-10-17T08:58:22.093986-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd1d5ba-a51e-4d3a-a77e-924011258d1c/?format=api"
        },
        {
            "id": "0e9ac3c5-1ea7-4929-b843-4cc55fa32195",
            "gambit_id": "df51b104-0ed3-4807-af27-cfd2a7ef437a",
            "last_updated": "2023-10-18T09:13:05.902736-04:00",
            "created_at": "2023-10-17T08:58:22.097800-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd1d5ba-a51e-4d3a-a77e-924011258d1c/?format=api"
        }
    ]
}