GET /api/bet_types/5c86928c-64ee-4888-9105-6ac2a53f8cc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c86928c-64ee-4888-9105-6ac2a53f8cc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e279ea51-3221-4a45-bf1a-0954701a322d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T12:47:12.856467-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": "New York Knicks",
                "amount": 8545.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1455.0
            }
        ],
        "expected_reward_tokens": 9484.95,
        "profit_sb": -15.05,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ce3c5d8-ee13-47b0-833c-9c2deb413bad",
            "gambit_id": "7c28ff2c-32e5-4c16-adcc-0f6cb9c11331",
            "last_updated": "2023-03-28T11:06:56.133366-04:00",
            "created_at": "2023-03-27T12:47:12.859323-04:00",
            "name": "New York Knicks",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c86928c-64ee-4888-9105-6ac2a53f8cc9/?format=api"
        },
        {
            "id": "ebca81b7-d2b0-44a7-aca3-1bb8798afa97",
            "gambit_id": "88c41f4c-5bdf-4058-8afb-adc3aa865e31",
            "last_updated": "2023-03-28T11:06:56.136431-04:00",
            "created_at": "2023-03-27T12:47:12.862197-04:00",
            "name": "Houston Rockets",
            "reward": "6.52000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c86928c-64ee-4888-9105-6ac2a53f8cc9/?format=api"
        }
    ]
}