GET /api/bet_types/aedc9ca3-c0dc-47bf-bb88-722425160298/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aedc9ca3-c0dc-47bf-bb88-722425160298",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ed70b30-f7eb-4fec-850e-6e12ec77d2ca/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:15.484922-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f326cfa6-fbe3-4407-a6eb-a69efa00a0a4",
            "gambit_id": "b58623c6-fb2a-496d-9ee4-53bad77f42f1",
            "last_updated": "2024-01-15T10:08:20.867752-05:00",
            "created_at": "2024-01-12T09:48:15.488995-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedc9ca3-c0dc-47bf-bb88-722425160298/?format=api"
        },
        {
            "id": "9a98cec5-53e5-404e-b26d-fab021cc1e70",
            "gambit_id": "bea2f576-e237-4652-a5a4-c45dea70f1e2",
            "last_updated": "2024-01-15T10:08:20.881632-05:00",
            "created_at": "2024-01-12T09:48:15.493395-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedc9ca3-c0dc-47bf-bb88-722425160298/?format=api"
        }
    ]
}