GET /api/bet_types/02a07009-eff8-452d-adb1-6fed3a6ed891/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02a07009-eff8-452d-adb1-6fed3a6ed891",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5a000c1-036c-4646-a981-9ef98478d952/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:02.600303-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": "HOU (F Valdez)",
                "amount": 5776.0
            },
            {
                "team": "SEA (L Gilbert)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec2f4486-ae7e-4439-8ed9-ab95e7aee6ed",
            "gambit_id": "23fad93e-00d9-4abd-8702-f5c15f2cb225",
            "last_updated": "2023-08-21T11:03:21.396780-04:00",
            "created_at": "2023-08-19T09:28:02.611575-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a07009-eff8-452d-adb1-6fed3a6ed891/?format=api"
        },
        {
            "id": "7652298a-1f4b-4548-ba51-d37328a17227",
            "gambit_id": "eded5e14-2a17-4def-9cb8-183c85cd0327",
            "last_updated": "2023-08-21T11:03:21.377868-04:00",
            "created_at": "2023-08-19T09:28:02.604936-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a07009-eff8-452d-adb1-6fed3a6ed891/?format=api"
        }
    ]
}