GET /api/bet_types/7a08be8e-cc79-4b99-8970-8279641b30d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a08be8e-cc79-4b99-8970-8279641b30d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca11f72e-5886-49be-b078-10b1dff68d86/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:59.050147-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "303df8bc-af27-461d-946b-0adf0c7903be",
            "gambit_id": "1e90ad53-f0de-4306-87c6-d7fb48beb25f",
            "last_updated": "2024-02-06T09:18:13.821524-05:00",
            "created_at": "2024-02-04T10:42:59.053817-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a08be8e-cc79-4b99-8970-8279641b30d1/?format=api"
        },
        {
            "id": "b47e8f0e-f012-42f1-9b4f-4d3db031b72c",
            "gambit_id": "d75e47d8-d04a-4dc1-8424-7458ff0a36de",
            "last_updated": "2024-02-06T09:18:13.825317-05:00",
            "created_at": "2024-02-04T10:42:59.058508-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a08be8e-cc79-4b99-8970-8279641b30d1/?format=api"
        }
    ]
}