GET /api/bet_types/98759f7f-018a-4590-ac15-531b8003ba6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98759f7f-018a-4590-ac15-531b8003ba6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/93310818-0bb8-4206-a470-b1a6741d966c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:23:02.805438-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 Under 215.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3ae896d-165f-4673-a81b-d636ff8de842",
            "gambit_id": "2f3d41cb-aca4-46b5-a945-f4fa9143aed1",
            "last_updated": "2023-11-10T11:33:14.310124-05:00",
            "created_at": "2023-11-08T08:23:02.814223-05:00",
            "name": "Game Total Under 215.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98759f7f-018a-4590-ac15-531b8003ba6f/?format=api"
        },
        {
            "id": "8d51beca-d1b3-42c1-a549-582cc80280d0",
            "gambit_id": "c61b18b1-4f55-4411-8601-e71189111083",
            "last_updated": "2023-11-10T11:33:14.313395-05:00",
            "created_at": "2023-11-08T08:23:02.809550-05:00",
            "name": "Game Total Over 215.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98759f7f-018a-4590-ac15-531b8003ba6f/?format=api"
        }
    ]
}