GET /api/bet_types/9f71db5a-7fd2-4dfc-a873-defbcd91474c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f71db5a-7fd2-4dfc-a873-defbcd91474c",
    "match": "https://api-prod.gambitprofit.com/api/matches/316f0141-a462-4124-83c5-7ab0ab204216/?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": "Ultra Prime",
                "amount": 6011.0
            },
            {
                "team": "Team WE",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 8895.47,
        "profit_sb": -104.53,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e70143d-f800-4181-ad54-5dce8521dcea",
            "gambit_id": "5564881c-958d-4f6f-9b70-14bd1d09609b",
            "last_updated": "2022-12-24T17:12:27.704391-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ultra Prime",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f71db5a-7fd2-4dfc-a873-defbcd91474c/?format=api"
        },
        {
            "id": "8138480c-4232-447d-8872-0021ab010054",
            "gambit_id": "db0b2f93-109f-4040-92bf-f826692b4cfe",
            "last_updated": "2022-12-24T17:12:27.703278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team WE",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f71db5a-7fd2-4dfc-a873-defbcd91474c/?format=api"
        }
    ]
}