GET /api/bet_types/38dc62b7-6fa6-4fd1-89f3-c21c72643b2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38dc62b7-6fa6-4fd1-89f3-c21c72643b2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd1b8e32-eb47-43a3-812c-2d5fcc3a8cb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Cincinnati",
                "amount": 7535.0
            },
            {
                "team": "Tulsa",
                "amount": 2465.0
            }
        ],
        "expected_reward_tokens": 9416.3,
        "profit_sb": -83.7,
        "profit_sb_percentage": -0.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5bedfb0-27e6-4853-a641-f8366a3bb8f4",
            "gambit_id": "1112beb4-7abb-41c6-8037-b0b3b7c647e3",
            "last_updated": "2022-10-03T11:07:28.431439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38dc62b7-6fa6-4fd1-89f3-c21c72643b2e/?format=api"
        },
        {
            "id": "2abe6969-34b7-4a17-a369-9d8c4e404d68",
            "gambit_id": "7305fd3f-d7cc-4803-8233-145ce16138d7",
            "last_updated": "2022-10-03T11:07:28.430317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "3.82000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38dc62b7-6fa6-4fd1-89f3-c21c72643b2e/?format=api"
        }
    ]
}