GET /api/bet_types/70e206d7-1e77-4d59-830d-21c3a994c401/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70e206d7-1e77-4d59-830d-21c3a994c401",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5e9f109-eb97-4024-8548-c26759629d3d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-11T09:38:00.366459-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee7cc465-b6bf-46d6-ae8d-8be531a46f1c",
            "gambit_id": "859ff6ca-b20d-4f56-8e04-c4f0ddb7a8d4",
            "last_updated": "2023-12-12T21:53:21.573969-05:00",
            "created_at": "2023-12-11T09:38:00.375287-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70e206d7-1e77-4d59-830d-21c3a994c401/?format=api"
        },
        {
            "id": "2206b35f-884f-4f5f-af72-ee151ad657e4",
            "gambit_id": "608f1eb3-f467-455d-bad5-67788f3b82bc",
            "last_updated": "2023-12-12T21:53:21.577268-05:00",
            "created_at": "2023-12-11T09:38:00.370353-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70e206d7-1e77-4d59-830d-21c3a994c401/?format=api"
        }
    ]
}