GET /api/bet_types/5756e772-b92e-4fd7-a28b-04c81cadb3db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5756e772-b92e-4fd7-a28b-04c81cadb3db",
    "match": "https://api-prod.gambitprofit.com/api/matches/8870ab3e-9198-4558-befe-cca5155844e5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T12:57:57.967607-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 Under 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "31a73d39-31bd-4277-bb4f-283b387bc303",
            "gambit_id": "e27cd7c7-793b-475a-99a8-9b4adcb68316",
            "last_updated": "2023-08-29T09:18:24.783154-04:00",
            "created_at": "2023-08-24T12:57:57.977906-04:00",
            "name": "Game Total Under 38",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5756e772-b92e-4fd7-a28b-04c81cadb3db/?format=api"
        },
        {
            "id": "90579599-ffb6-4474-bb58-4a60ac758b6f",
            "gambit_id": "fec09081-4daf-4a46-b2df-35fb79e6a31c",
            "last_updated": "2023-08-29T09:18:24.786596-04:00",
            "created_at": "2023-08-24T12:57:57.973299-04:00",
            "name": "Game Total Over 38",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5756e772-b92e-4fd7-a28b-04c81cadb3db/?format=api"
        }
    ]
}