GET /api/bet_types/2f6a6bf6-e649-423f-9d9c-9238fce92622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f6a6bf6-e649-423f-9d9c-9238fce92622",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c65d2bc-7eb2-4623-878a-87b5cdb6bcdb/?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 7.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "cde87ef6-fd08-4c78-8124-af34b922ee5b",
            "gambit_id": "3fc72294-79f1-43f2-949b-c53747aee235",
            "last_updated": "2022-09-11T18:32:19.054559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f6a6bf6-e649-423f-9d9c-9238fce92622/?format=api"
        },
        {
            "id": "c17cb576-8779-4ce8-8dd9-e64ed5401739",
            "gambit_id": "2b2b8a03-110c-4185-affb-a1969f18079a",
            "last_updated": "2022-09-11T18:32:19.053422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f6a6bf6-e649-423f-9d9c-9238fce92622/?format=api"
        }
    ]
}