GET /api/bet_types/73569f8d-35fa-49bf-8adb-725aa3670f38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73569f8d-35fa-49bf-8adb-725aa3670f38",
    "match": "https://api-prod.gambitprofit.com/api/matches/a96bfb4d-ab21-48fc-b662-c04aa37e260a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T11:01:57.245752-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 6.5",
                "amount": 5196.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "94f168db-5ce9-48ee-ae11-4d023650f192",
            "gambit_id": "8b1307fb-601a-4beb-950e-c481a9a01320",
            "last_updated": "2023-01-13T11:47:16.451199-05:00",
            "created_at": "2023-01-12T11:01:57.247039-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73569f8d-35fa-49bf-8adb-725aa3670f38/?format=api"
        },
        {
            "id": "71bb2811-b1ca-46a4-8159-fb5608c072ff",
            "gambit_id": "e9cb915c-bd6e-4a17-b978-a9ecb3d4b6ba",
            "last_updated": "2023-01-13T11:47:16.452295-05:00",
            "created_at": "2023-01-12T11:01:57.248263-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73569f8d-35fa-49bf-8adb-725aa3670f38/?format=api"
        }
    ]
}