GET /api/bet_types/8007bc9e-2bd5-41f6-9320-1d40aef32b29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8007bc9e-2bd5-41f6-9320-1d40aef32b29",
    "match": "https://api-prod.gambitprofit.com/api/matches/67a536ca-8b68-4237-99fd-719619f364c5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-02T10:32:07.288446-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff5773fd-6810-4ae0-b5cd-b123bb67df65",
            "gambit_id": "5de63132-a4d1-40ff-80ad-30a793592c25",
            "last_updated": "2023-06-04T13:22:20.027773-04:00",
            "created_at": "2023-06-02T10:32:07.296642-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8007bc9e-2bd5-41f6-9320-1d40aef32b29/?format=api"
        },
        {
            "id": "7d70bbe5-fcbd-44ce-b5e8-3c5fba311449",
            "gambit_id": "358da380-da3f-4ebf-b672-2a6e73cb3b98",
            "last_updated": "2023-06-04T13:22:20.029442-04:00",
            "created_at": "2023-06-02T10:32:07.294362-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8007bc9e-2bd5-41f6-9320-1d40aef32b29/?format=api"
        }
    ]
}