GET /api/bet_types/7d951061-f8f8-4a62-be2f-fd5e90aff3bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d951061-f8f8-4a62-be2f-fd5e90aff3bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/28db1a5c-afa2-40a5-935a-a9588e104a33/?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 2.5",
                "amount": 5487.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4513.0
            }
        ],
        "expected_reward_tokens": 8888.94,
        "profit_sb": -111.06,
        "profit_sb_percentage": -1.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "83feee4f-fa62-422d-9099-5b831a5d6893",
            "gambit_id": "0635d621-f220-4387-853d-17c6bd4c12da",
            "last_updated": "2022-11-07T09:32:06.316723-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d951061-f8f8-4a62-be2f-fd5e90aff3bc/?format=api"
        },
        {
            "id": "6f62dd7c-06fe-4643-a33e-38ed9319985d",
            "gambit_id": "e99d5cac-4cc9-4e41-9fb8-ab1fe5a4a000",
            "last_updated": "2022-11-07T09:32:06.315598-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d951061-f8f8-4a62-be2f-fd5e90aff3bc/?format=api"
        }
    ]
}