GET /api/bet_types/4839c52a-acf8-4458-80fe-7daa055e4eeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4839c52a-acf8-4458-80fe-7daa055e4eeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f119057f-d399-46db-a160-18f04cf4e3a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T13:38:17.383250-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd3413a3-4172-42b9-b206-a23f3ab745c7",
            "gambit_id": "43258697-10a9-4d98-b176-2cfbbb7f193d",
            "last_updated": "2023-06-29T17:58:31.070094-04:00",
            "created_at": "2023-06-28T13:38:17.385074-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4839c52a-acf8-4458-80fe-7daa055e4eeb/?format=api"
        },
        {
            "id": "99e4213f-1b53-416f-b08e-90fded4502c8",
            "gambit_id": "782fba41-4096-4660-af58-22bd2881ca47",
            "last_updated": "2023-06-29T17:58:31.071399-04:00",
            "created_at": "2023-06-28T13:38:17.387027-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4839c52a-acf8-4458-80fe-7daa055e4eeb/?format=api"
        }
    ]
}