GET /api/bet_types/593cff05-92ce-437f-9700-2bd3e8dcf6d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "593cff05-92ce-437f-9700-2bd3e8dcf6d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/da36653c-dfa3-4bd4-8b55-2d5e622cd502/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-08T09:02:56.577814-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 246.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 246.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e3ae7fb-4686-4058-959b-1981a9e05cec",
            "gambit_id": "8c3a78f4-ef29-40b7-91c2-06296bc2e0e3",
            "last_updated": "2024-01-10T10:03:15.432193-05:00",
            "created_at": "2024-01-08T09:02:56.585313-05:00",
            "name": "Game Total Over 246.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/593cff05-92ce-437f-9700-2bd3e8dcf6d1/?format=api"
        },
        {
            "id": "48af72ab-b6a1-4171-9790-8ba02f86562e",
            "gambit_id": "6edcd4d8-ac6a-4b07-9028-9fb40c4754fd",
            "last_updated": "2024-01-10T10:03:15.435750-05:00",
            "created_at": "2024-01-08T09:02:56.581138-05:00",
            "name": "Game Total Under 246.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/593cff05-92ce-437f-9700-2bd3e8dcf6d1/?format=api"
        }
    ]
}