GET /api/bet_types/9261571f-02aa-4a1f-b8fb-97a016dd9fdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9261571f-02aa-4a1f-b8fb-97a016dd9fdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b74ef7e-91c8-40cc-a614-5152b278b2e7/?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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfca92e9-6148-49f7-a4da-f169894ee527",
            "gambit_id": "b6e60374-d884-448c-9216-2789a1c2488b",
            "last_updated": "2022-12-05T11:47:12.420889-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9261571f-02aa-4a1f-b8fb-97a016dd9fdd/?format=api"
        },
        {
            "id": "f36af5e0-630c-40d4-bd54-c1b0d0651f2a",
            "gambit_id": "eeebe36b-e6df-4046-b1a9-5264c9e5b564",
            "last_updated": "2022-12-05T11:47:12.419711-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9261571f-02aa-4a1f-b8fb-97a016dd9fdd/?format=api"
        }
    ]
}