GET /api/bet_types/08a8abdd-7551-4700-bcc0-c2ecb729f17e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08a8abdd-7551-4700-bcc0-c2ecb729f17e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0f5e37c-23b7-4fa2-845b-0f5098224076/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-18T09:13:00.921804-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": "Las Vegas Raiders",
                "amount": 5515.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbb45557-fb17-4e59-9eb2-3eeab8ddcce1",
            "gambit_id": "983be5e1-fbf0-4985-9ce7-200862ccd51c",
            "last_updated": "2023-10-23T13:38:23.780909-04:00",
            "created_at": "2023-10-18T09:13:00.929496-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08a8abdd-7551-4700-bcc0-c2ecb729f17e/?format=api"
        },
        {
            "id": "a1bcff28-cc91-46be-831f-8b42f0f87fcc",
            "gambit_id": "0d7ae1e4-19ec-43de-a28d-c26570bd846c",
            "last_updated": "2023-10-23T13:38:23.784462-04:00",
            "created_at": "2023-10-18T09:13:00.936134-04:00",
            "name": "Chicago Bears",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08a8abdd-7551-4700-bcc0-c2ecb729f17e/?format=api"
        }
    ]
}