GET /api/bet_types/045d681c-9508-446f-999d-027696311e0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "045d681c-9508-446f-999d-027696311e0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5a71dd9-9918-4822-b67c-c3bd1b17b9b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-16T09:23:08.629250-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "95a53f1f-9fc1-45dc-88bc-373ae294d3f8",
            "gambit_id": "5246df7e-318f-4926-b858-7f16b2aa34c5",
            "last_updated": "2023-12-18T10:33:32.432657-05:00",
            "created_at": "2023-12-16T09:23:08.634924-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/045d681c-9508-446f-999d-027696311e0c/?format=api"
        },
        {
            "id": "3a997634-4a7b-4760-a1b0-6442ae67e459",
            "gambit_id": "f8d9b85b-f9d4-477d-8372-ec31efd9bf5c",
            "last_updated": "2023-12-18T10:33:32.435823-05:00",
            "created_at": "2023-12-16T09:23:08.639881-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/045d681c-9508-446f-999d-027696311e0c/?format=api"
        }
    ]
}