GET /api/bet_types/28d5ca46-3ebc-4607-95b4-2a0733dc4c72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28d5ca46-3ebc-4607-95b4-2a0733dc4c72",
    "match": "https://api-prod.gambitprofit.com/api/matches/0efa5eca-814e-479f-9081-f2087c8cf4fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-03T11:02:58.196110-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": "TEX (M Scherzer)",
                "amount": 7280.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "06b19085-3dfb-40b3-a727-069a6961648d",
            "gambit_id": "1a4e6c87-1d8c-4256-b0d2-d75adcff2da8",
            "last_updated": "2023-08-04T11:53:16.237232-04:00",
            "created_at": "2023-08-03T11:02:58.209158-04:00",
            "name": "TEX (M Scherzer)",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d5ca46-3ebc-4607-95b4-2a0733dc4c72/?format=api"
        },
        {
            "id": "3a79bfcc-5403-4be8-a4d1-3a113c2d64a8",
            "gambit_id": "f460e44e-85f9-470c-905f-ca631b9cb8aa",
            "last_updated": "2023-08-04T11:53:16.233232-04:00",
            "created_at": "2023-08-03T11:02:58.203150-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d5ca46-3ebc-4607-95b4-2a0733dc4c72/?format=api"
        }
    ]
}