GET /api/bet_types/d18206d0-7655-4453-acf6-f02e09f4e273/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d18206d0-7655-4453-acf6-f02e09f4e273",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e887fce-bbb5-4087-82f7-1026e59e8efd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:16.142481-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f2bf6e8-3e5c-4248-b9c4-2f0ed699e44c",
            "gambit_id": "f87e7071-20cb-4869-86cc-e1c9d3f9cfca",
            "last_updated": "2023-01-22T21:22:16.199040-05:00",
            "created_at": "2023-01-21T10:22:16.143767-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18206d0-7655-4453-acf6-f02e09f4e273/?format=api"
        },
        {
            "id": "a0d075ba-3ab3-40c4-9d67-c59d9a018c3c",
            "gambit_id": "653848f9-6074-4666-ae32-6e654338b081",
            "last_updated": "2023-01-22T21:22:16.200329-05:00",
            "created_at": "2023-01-21T10:22:16.145047-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18206d0-7655-4453-acf6-f02e09f4e273/?format=api"
        }
    ]
}