GET /api/bet_types/60a54abe-3787-4680-b895-276bef2d9c52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60a54abe-3787-4680-b895-276bef2d9c52",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b4fb57-aff9-4cc1-98be-02083130f24c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-19T08:08:06.809723-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": "KAN",
                "amount": 5867.0
            },
            {
                "team": "DET",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e6087f3-7022-493a-b3f8-76e06b5c5689",
            "gambit_id": "5bc9b39a-078f-44b0-a3f7-f0d0bf07a1b0",
            "last_updated": "2023-06-20T10:33:07.458731-04:00",
            "created_at": "2023-06-19T08:08:06.811763-04:00",
            "name": "KAN",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60a54abe-3787-4680-b895-276bef2d9c52/?format=api"
        },
        {
            "id": "652c86cb-eb6b-4d6d-8c4f-e2033a5c5068",
            "gambit_id": "6dddea7b-6754-48ca-909c-a58cbf11ef16",
            "last_updated": "2023-06-20T10:33:07.462616-04:00",
            "created_at": "2023-06-19T08:08:06.813934-04:00",
            "name": "DET",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60a54abe-3787-4680-b895-276bef2d9c52/?format=api"
        }
    ]
}