GET /api/bet_types/04abc825-768b-4a30-ac1a-4999621584f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04abc825-768b-4a30-ac1a-4999621584f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/33a971c5-50be-4e8e-810a-e1cf3d50e3fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-22T08:23:12.147406-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 Under 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5523633-fe8e-42ca-bef3-657f18ebf1cc",
            "gambit_id": "f18aaa5e-54f1-4b1a-8be5-5044fa506af5",
            "last_updated": "2023-08-23T10:58:23.518193-04:00",
            "created_at": "2023-08-22T08:23:12.156825-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04abc825-768b-4a30-ac1a-4999621584f1/?format=api"
        },
        {
            "id": "d11fbef3-f293-4234-ad1c-327a8163d055",
            "gambit_id": "bfd943c1-4b26-4a0b-aef5-7739bf382cd2",
            "last_updated": "2023-08-23T10:58:23.501030-04:00",
            "created_at": "2023-08-22T08:23:12.151719-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04abc825-768b-4a30-ac1a-4999621584f1/?format=api"
        }
    ]
}