GET /api/bet_types/201238d9-97e4-421d-ac51-6af7d3a4ca9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "201238d9-97e4-421d-ac51-6af7d3a4ca9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbc34bc9-2eca-4f0e-be75-d915a36c8b8f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-07T09:07:55.085933-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8588e42-28fe-4f9f-9968-3511d7d88baf",
            "gambit_id": "d94edaf7-911e-427a-86ab-4d38a8b7cc04",
            "last_updated": "2024-01-09T10:43:22.876887-05:00",
            "created_at": "2024-01-07T09:07:55.090035-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201238d9-97e4-421d-ac51-6af7d3a4ca9d/?format=api"
        },
        {
            "id": "a2e6f908-f30c-4585-a33e-970c21f51d5c",
            "gambit_id": "7015b6a6-d0d4-4cf4-bebd-e4d286ed5352",
            "last_updated": "2024-01-09T10:43:22.880218-05:00",
            "created_at": "2024-01-07T09:07:55.094740-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201238d9-97e4-421d-ac51-6af7d3a4ca9d/?format=api"
        }
    ]
}