GET /api/bet_types/f5d37f34-2c30-4879-b58d-d39019051d42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5d37f34-2c30-4879-b58d-d39019051d42",
    "match": "https://api-prod.gambitprofit.com/api/matches/753c25b2-1e99-40f9-89b0-98350034df0e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:42:14.236623-05: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": "Jamal Pogues",
                "amount": 6553.0
            },
            {
                "team": "Josh Parisian",
                "amount": 3447.0
            }
        ],
        "expected_reward_tokens": 9305.26,
        "profit_sb": -194.74,
        "profit_sb_percentage": -2.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4408677e-4b1c-4ab6-b152-be3129cac8af",
            "gambit_id": "87123ac8-9d9b-41ea-a895-34615dee377e",
            "last_updated": "2023-02-19T16:32:15.980866-05:00",
            "created_at": "2023-02-18T09:42:14.237976-05:00",
            "name": "Jamal Pogues",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d37f34-2c30-4879-b58d-d39019051d42/?format=api"
        },
        {
            "id": "5604e25b-3cf0-416b-9262-5214169fc6e2",
            "gambit_id": "da8bf6f7-6254-4689-be8d-52173ad5e5ca",
            "last_updated": "2023-02-19T16:32:15.984898-05:00",
            "created_at": "2023-02-18T09:42:14.239236-05:00",
            "name": "Josh Parisian",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d37f34-2c30-4879-b58d-d39019051d42/?format=api"
        }
    ]
}