GET /api/bet_types/8157cf24-b49d-4731-a9d8-899d41214f53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8157cf24-b49d-4731-a9d8-899d41214f53",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a5e9fde-8b5b-4ce1-b167-449d3b152730/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-20T09:16:48.475363-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": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c60c653-ec3e-4347-973f-26e0f787742f",
            "gambit_id": "557ac4f0-d7c7-4204-9332-b0c41887683e",
            "last_updated": "2023-02-21T09:31:48.226675-05:00",
            "created_at": "2023-02-20T09:16:48.478006-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8157cf24-b49d-4731-a9d8-899d41214f53/?format=api"
        },
        {
            "id": "626fbf72-d33e-47b7-be8f-43bdff7f9f78",
            "gambit_id": "df7c7e1e-c76d-4d87-a603-2e44532ba267",
            "last_updated": "2023-02-21T09:31:48.225479-05:00",
            "created_at": "2023-02-20T09:16:48.476673-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8157cf24-b49d-4731-a9d8-899d41214f53/?format=api"
        }
    ]
}