GET /api/bet_types/edbef1eb-8d36-4de3-bf21-04e90b8f57ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edbef1eb-8d36-4de3-bf21-04e90b8f57ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/a847b99a-902c-4caf-a46d-0ec4e5d75054/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 60",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 60",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fadcc9f0-f605-4177-ab44-0929988f141b",
            "gambit_id": "7a24268d-a9bc-4823-9f1a-99d7327853b8",
            "last_updated": "2022-10-23T12:57:23.362353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 60",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "60.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbef1eb-8d36-4de3-bf21-04e90b8f57ba/?format=api"
        },
        {
            "id": "5cca1642-2b85-4e9a-ae6d-0cc9ae36afb3",
            "gambit_id": "c8e25f93-bb56-40b0-9201-07ebf8ac83f0",
            "last_updated": "2022-10-23T12:57:23.363584-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 60",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "60.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbef1eb-8d36-4de3-bf21-04e90b8f57ba/?format=api"
        }
    ]
}