GET /api/bet_types/712558bf-1002-4206-bba1-295d9d6ea89f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "712558bf-1002-4206-bba1-295d9d6ea89f",
    "match": "https://api-prod.gambitprofit.com/api/matches/423ada1e-4240-4864-8e40-09c987f3394b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-25T13:47:02.072932-04: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 8",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "b23f7d6e-12ad-41ce-863c-22abfedbc1ea",
            "gambit_id": "21cd16e3-5dcc-480e-b8b4-71b4b63b2194",
            "last_updated": "2023-05-26T11:52:18.448211-04:00",
            "created_at": "2023-05-25T13:47:02.076300-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/712558bf-1002-4206-bba1-295d9d6ea89f/?format=api"
        },
        {
            "id": "3768aaaf-4a54-4e6f-b1e7-49c171e3b2f4",
            "gambit_id": "e6c60c1e-0adb-4db8-a2d0-d06a5c4b05c2",
            "last_updated": "2023-05-26T11:52:18.450602-04:00",
            "created_at": "2023-05-25T13:47:02.078879-04:00",
            "name": "Game Total Under 8",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/712558bf-1002-4206-bba1-295d9d6ea89f/?format=api"
        }
    ]
}