GET /api/bet_types/a8603a3e-2abf-4ad7-be9a-35544296ee91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8603a3e-2abf-4ad7-be9a-35544296ee91",
    "match": "https://api-prod.gambitprofit.com/api/matches/778c06e2-87d1-4f43-bdbc-cc4917c1247c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T17:37:09.832964-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": "Florida Panthers",
                "amount": 5521.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e921e10-1041-4244-9f7b-2dc1351830fe",
            "gambit_id": "cbf9c2ae-f411-4826-8e19-1eda9c9fc33b",
            "last_updated": "2023-02-16T17:01:54.839516-05:00",
            "created_at": "2023-02-14T17:37:09.835299-05:00",
            "name": "Florida Panthers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8603a3e-2abf-4ad7-be9a-35544296ee91/?format=api"
        },
        {
            "id": "2ac09255-91ea-4932-b437-3e3e0788f286",
            "gambit_id": "a9fdd14c-a328-4012-9b89-ee65e30d5574",
            "last_updated": "2023-02-16T17:01:54.838323-05:00",
            "created_at": "2023-02-14T17:37:09.834086-05:00",
            "name": "St Louis Blues",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8603a3e-2abf-4ad7-be9a-35544296ee91/?format=api"
        }
    ]
}