GET /api/bet_types/d3b1b4f5-2cc8-4934-b17f-4ae905ee3e2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b1b4f5-2cc8-4934-b17f-4ae905ee3e2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/859904bc-bbf6-4b12-a33f-685db7a18686/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:43:13.686610-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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e09bf41d-791d-4d32-b552-eb30bd3972b6",
            "gambit_id": "7da2b90b-ad9d-48e5-acd8-fa1f373a6f1e",
            "last_updated": "2024-01-02T10:28:08.853828-05:00",
            "created_at": "2023-12-27T09:43:13.690186-05:00",
            "name": "Game Total Over 42",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b1b4f5-2cc8-4934-b17f-4ae905ee3e2c/?format=api"
        },
        {
            "id": "e228c7a8-d233-4436-97a9-b98e2f7ccdd2",
            "gambit_id": "295ee156-62d5-4b46-916f-7f2026c78305",
            "last_updated": "2024-01-02T10:28:08.857486-05:00",
            "created_at": "2023-12-27T09:43:13.693768-05:00",
            "name": "Game Total Under 42",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b1b4f5-2cc8-4934-b17f-4ae905ee3e2c/?format=api"
        }
    ]
}