GET /api/bet_types/cffff445-10e7-4ee4-a240-4182a857cb82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cffff445-10e7-4ee4-a240-4182a857cb82",
    "match": "https://api-prod.gambitprofit.com/api/matches/58c99791-cb8c-4205-abc6-a1e496b1a3c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:18.636234-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 Under 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbf8a4de-1017-41b5-94e9-fe85f8007ca0",
            "gambit_id": "59229a2d-80ae-4e9b-9e17-278edcf0327a",
            "last_updated": "2023-11-18T17:53:25.090099-05:00",
            "created_at": "2023-11-17T09:23:18.646517-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cffff445-10e7-4ee4-a240-4182a857cb82/?format=api"
        },
        {
            "id": "7125ad4d-3c0c-45ca-bbd8-396a455f7c6b",
            "gambit_id": "e24b4310-a3b8-4744-b44e-e73d8f9798fd",
            "last_updated": "2023-11-18T17:53:25.084979-05:00",
            "created_at": "2023-11-17T09:23:18.640559-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cffff445-10e7-4ee4-a240-4182a857cb82/?format=api"
        }
    ]
}