GET /api/bet_types/22f58445-2c1f-4b61-8cf7-3b6227556a53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22f58445-2c1f-4b61-8cf7-3b6227556a53",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5b053b0-1ea2-4e99-b406-ac285cf257af/?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": "Team Spirit",
                "amount": 7582.0
            },
            {
                "team": "Team Endpoint",
                "amount": 2418.0
            }
        ],
        "expected_reward_tokens": 8946.6,
        "profit_sb": -53.4,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7bd896e-4376-48fe-aaf3-b8937366e51a",
            "gambit_id": "8b9d1aab-9630-413f-be15-b71f0e18a810",
            "last_updated": "2022-09-02T10:07:11.024985-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Spirit",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22f58445-2c1f-4b61-8cf7-3b6227556a53/?format=api"
        },
        {
            "id": "4b8b8394-01c8-43bb-95d5-8a89fcfe90c0",
            "gambit_id": "be2acc61-d104-4e55-bae4-01476828c041",
            "last_updated": "2022-09-02T10:07:11.024339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Endpoint",
            "reward": "3.70000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22f58445-2c1f-4b61-8cf7-3b6227556a53/?format=api"
        }
    ]
}