GET /api/bet_types/33702c9b-540e-4086-acfb-105acf5992ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33702c9b-540e-4086-acfb-105acf5992ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/60916836-bbb4-414a-a506-af20f98126c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T09:08:00.273318-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": "CHC",
                "amount": 5939.0
            },
            {
                "team": "ATL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e549fc0-e43e-4540-94d4-e6c7e5777bfc",
            "gambit_id": "f7a1f958-d4f0-48aa-abd8-3f9c3f1f5c72",
            "last_updated": "2023-09-29T10:03:19.195083-04:00",
            "created_at": "2023-09-28T09:08:00.277253-04:00",
            "name": "CHC",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33702c9b-540e-4086-acfb-105acf5992ba/?format=api"
        },
        {
            "id": "d5d73bec-c20f-47d9-8e19-b2fcc93d61b8",
            "gambit_id": "90bc4d57-6c87-4363-8fd1-4f865a3e4e40",
            "last_updated": "2023-09-29T10:03:19.199194-04:00",
            "created_at": "2023-09-28T09:08:00.281013-04:00",
            "name": "ATL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33702c9b-540e-4086-acfb-105acf5992ba/?format=api"
        }
    ]
}