GET /api/bet_types/d9cdbfc7-2743-4339-acec-385c01c52c41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9cdbfc7-2743-4339-acec-385c01c52c41",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6bc66c2-89c5-49c1-8601-529a5b477ff5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T00:37:18.558755-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 Over 149",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 149",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbfdf54e-d60d-4cf4-b006-0ef4960fbd1c",
            "gambit_id": "88e77264-c360-4dcd-9a28-3054476c83b3",
            "last_updated": "2023-03-17T10:37:26.697864-04:00",
            "created_at": "2023-03-15T00:37:18.562377-04:00",
            "name": "Game Total Over 149",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "149.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9cdbfc7-2743-4339-acec-385c01c52c41/?format=api"
        },
        {
            "id": "d4ce0346-7083-4ece-8d00-da0661366f6d",
            "gambit_id": "36276085-0c00-4acb-a5d9-3d3d0471e162",
            "last_updated": "2023-03-17T10:37:26.696306-04:00",
            "created_at": "2023-03-15T00:37:18.560447-04:00",
            "name": "Game Total Under 149",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "149.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9cdbfc7-2743-4339-acec-385c01c52c41/?format=api"
        }
    ]
}