GET /api/bet_types/42d45517-fee8-4b1d-b0ac-372e5a64ff43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42d45517-fee8-4b1d-b0ac-372e5a64ff43",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e9cb888-9c53-4ba1-b662-75e12005859f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:23.544793-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0dac66a-2892-4460-9dcc-d5fdea7f0068",
            "gambit_id": "f695d646-1e73-424c-b8e3-bfd75b100927",
            "last_updated": "2023-09-23T20:53:09.457508-04:00",
            "created_at": "2023-09-22T09:58:23.553356-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42d45517-fee8-4b1d-b0ac-372e5a64ff43/?format=api"
        },
        {
            "id": "611483b3-89c9-4687-b872-522373f187dc",
            "gambit_id": "59a95056-9555-4a18-9a6d-9b7e70aebaca",
            "last_updated": "2023-09-23T20:53:09.454185-04:00",
            "created_at": "2023-09-22T09:58:23.548415-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42d45517-fee8-4b1d-b0ac-372e5a64ff43/?format=api"
        }
    ]
}