GET /api/bet_types/60fbe397-4c47-4d16-9e24-cd60e7176229/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60fbe397-4c47-4d16-9e24-cd60e7176229",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0c86fe2-9ba3-49be-a842-7df02644243e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T08:13:09.926632-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": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "69df2270-5443-4cc3-8d34-a9fc998aa822",
            "gambit_id": "90981021-322f-4488-88ed-d1a5ab8dd076",
            "last_updated": "2023-08-10T15:13:05.040129-04:00",
            "created_at": "2023-08-09T08:13:09.938626-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60fbe397-4c47-4d16-9e24-cd60e7176229/?format=api"
        },
        {
            "id": "17123b43-9bdb-490a-bcc2-1267868381b6",
            "gambit_id": "c0d3e573-0692-4dca-a8ca-02363679a670",
            "last_updated": "2023-08-10T15:13:05.035924-04:00",
            "created_at": "2023-08-09T08:13:09.930663-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60fbe397-4c47-4d16-9e24-cd60e7176229/?format=api"
        }
    ]
}