GET /api/bet_types/43114429-b2aa-4c76-8a37-b3d88fdf4d46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43114429-b2aa-4c76-8a37-b3d88fdf4d46",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7c1f90c-f882-481f-9425-2ab64856ca4f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T20:08:22.191209-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 Under 2.5",
                "amount": 5391.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4609.0
            }
        ],
        "expected_reward_tokens": 9218.0,
        "profit_sb": -282.0,
        "profit_sb_percentage": -2.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "25d60aeb-af3c-4fda-b492-c8b3d046e843",
            "gambit_id": "334afda7-6eb0-4cea-a0c7-4445a5fec0b0",
            "last_updated": "2023-11-06T10:23:09.823266-05:00",
            "created_at": "2023-11-03T20:08:22.199323-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.71000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43114429-b2aa-4c76-8a37-b3d88fdf4d46/?format=api"
        },
        {
            "id": "a6c1d877-6dc9-42ac-af72-a6f82123b1ad",
            "gambit_id": "7ccbc8d6-ca00-4126-a83b-102eaf1e3429",
            "last_updated": "2023-11-06T10:23:09.819541-05:00",
            "created_at": "2023-11-03T20:08:22.195019-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43114429-b2aa-4c76-8a37-b3d88fdf4d46/?format=api"
        }
    ]
}