GET /api/bet_types/f69d3819-da49-4278-98b6-b7edb8b9c72c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f69d3819-da49-4278-98b6-b7edb8b9c72c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e950abbf-07c9-4a1d-bb7c-0a025056d557/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:07:01.050680-04: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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ae8f998-5c5f-46d2-b1da-fbd4f8cf3661",
            "gambit_id": "3a729d12-f43d-4553-b3b3-b5a1a3ba4011",
            "last_updated": "2023-03-29T10:22:00.060318-04:00",
            "created_at": "2023-03-28T10:07:01.052459-04:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f69d3819-da49-4278-98b6-b7edb8b9c72c/?format=api"
        },
        {
            "id": "872829e6-e9cd-490f-a861-4f2b5c029d4c",
            "gambit_id": "95bae972-9ab3-4396-aba9-e3dcc2deb28a",
            "last_updated": "2023-03-29T10:22:00.061908-04:00",
            "created_at": "2023-03-28T10:07:01.054555-04:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f69d3819-da49-4278-98b6-b7edb8b9c72c/?format=api"
        }
    ]
}