GET /api/bet_types/dc992dae-6ba9-4af7-aca5-32ed5457f02d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc992dae-6ba9-4af7-aca5-32ed5457f02d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0672acfa-ff64-4396-bef4-333de9fb224e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:56.969298-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 6",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "570208e9-54e3-4da3-b880-31cbc0b4815c",
            "gambit_id": "0e271ae9-fb4b-4135-8c07-9cf034fc2003",
            "last_updated": "2022-12-25T17:57:04.943526-05:00",
            "created_at": "2022-12-23T09:06:56.971736-05:00",
            "name": "Game Total Over 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc992dae-6ba9-4af7-aca5-32ed5457f02d/?format=api"
        },
        {
            "id": "19081846-67aa-435c-9087-f4456df3e1b1",
            "gambit_id": "06cba33f-dc8a-48bf-9763-0e87289a76ad",
            "last_updated": "2022-12-25T17:57:04.942221-05:00",
            "created_at": "2022-12-23T09:06:56.970513-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc992dae-6ba9-4af7-aca5-32ed5457f02d/?format=api"
        }
    ]
}