GET /api/bet_types/b50930b4-6363-4905-950d-930e95ff563a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b50930b4-6363-4905-950d-930e95ff563a",
    "match": "https://api-prod.gambitprofit.com/api/matches/60f1a737-b380-4f1e-a422-35d70d170e8e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:04.645787-05: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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a20dd36-40ca-4c29-82e8-7823157a88af",
            "gambit_id": "34f57fd8-986a-41e4-8060-8e3678923f63",
            "last_updated": "2023-12-26T20:08:06.333886-05:00",
            "created_at": "2023-12-20T11:13:04.649867-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b50930b4-6363-4905-950d-930e95ff563a/?format=api"
        },
        {
            "id": "ef903331-7b27-44af-9172-6c6055f82cdc",
            "gambit_id": "bf27c365-44a9-47ef-863e-8fc9d10c0522",
            "last_updated": "2023-12-26T20:08:06.337404-05:00",
            "created_at": "2023-12-20T11:13:04.654420-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b50930b4-6363-4905-950d-930e95ff563a/?format=api"
        }
    ]
}