GET /api/bet_types/a6523ba6-78a9-42eb-85b0-32e983703986/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6523ba6-78a9-42eb-85b0-32e983703986",
    "match": "https://api-prod.gambitprofit.com/api/matches/42aaf537-c547-4a8e-843d-e3750dd00480/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T13:13:10.185430-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 13",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 13",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0d07284-c371-4443-abd4-58489b659709",
            "gambit_id": "b44d1739-deb0-436c-a123-09964391b27e",
            "last_updated": "2023-10-02T10:38:23.776961-04:00",
            "created_at": "2023-09-30T13:13:10.190826-04:00",
            "name": "Game Total Over 13",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6523ba6-78a9-42eb-85b0-32e983703986/?format=api"
        },
        {
            "id": "4f49a8bd-9cd3-4987-9df3-6488f5ea78bb",
            "gambit_id": "e2869b24-8bd2-4e2e-82b4-76f4db6d1d0b",
            "last_updated": "2023-10-02T10:38:23.781654-04:00",
            "created_at": "2023-09-30T13:13:10.195307-04:00",
            "name": "Game Total Under 13",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6523ba6-78a9-42eb-85b0-32e983703986/?format=api"
        }
    ]
}