GET /api/bet_types/d42b9bd7-8d24-4a67-b196-d266acc9818e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d42b9bd7-8d24-4a67-b196-d266acc9818e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2c74a76-04da-4916-b5a0-7841c6475906/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "28a69da7-6433-45b8-9900-12425da5a4b2",
            "gambit_id": "d1036518-02ff-4efa-b8bc-0cde26f90a68",
            "last_updated": "2022-10-26T09:37:06.038392-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42b9bd7-8d24-4a67-b196-d266acc9818e/?format=api"
        },
        {
            "id": "0212d0b6-b4bd-42fd-a5f6-175c50d61974",
            "gambit_id": "dd28d72f-e554-428f-a7b2-4dcb4fac3bf0",
            "last_updated": "2022-10-26T09:37:06.036218-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42b9bd7-8d24-4a67-b196-d266acc9818e/?format=api"
        }
    ]
}