GET /api/bet_types/496e02d7-ff31-42bf-8385-d9fa07c0551d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "496e02d7-ff31-42bf-8385-d9fa07c0551d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbb1ef61-e653-4748-977e-69926948bb93/?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 Over 9",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "93fd2098-8a6b-4342-9c18-642ffa32f99d",
            "gambit_id": "1f21343e-700b-4b72-a358-64d45c87891a",
            "last_updated": "2022-09-14T10:32:13.968934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496e02d7-ff31-42bf-8385-d9fa07c0551d/?format=api"
        },
        {
            "id": "c9be97f0-bbf8-4ca3-b9a5-7652d3979e8e",
            "gambit_id": "aa6d122c-ba1b-47dc-b5c3-cb909cb118de",
            "last_updated": "2022-09-14T10:32:13.967869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496e02d7-ff31-42bf-8385-d9fa07c0551d/?format=api"
        }
    ]
}