GET /api/bet_types/1c960900-7e9e-45da-8e6a-0399d6f270f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c960900-7e9e-45da-8e6a-0399d6f270f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f5c151d-55a8-43fe-8db6-f912591793ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-09T14:27:16.256912-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": "Carolina Hurricanes",
                "amount": 7643.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2357.0
            }
        ],
        "expected_reward_tokens": 9475.14,
        "profit_sb": -24.86,
        "profit_sb_percentage": -0.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ef488c6-386a-44da-b563-2ba3d60b1974",
            "gambit_id": "f7b1beb1-441a-43df-aaaf-acfac8a8f30d",
            "last_updated": "2023-03-10T10:42:01.543938-05:00",
            "created_at": "2023-03-09T14:27:16.258114-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c960900-7e9e-45da-8e6a-0399d6f270f8/?format=api"
        },
        {
            "id": "60954a54-9707-4f15-be29-866e535016f1",
            "gambit_id": "acb0c2d4-63bc-411a-b602-3ad0fe1a69a6",
            "last_updated": "2023-03-10T10:42:01.545678-05:00",
            "created_at": "2023-03-09T14:27:16.259565-05:00",
            "name": "Philadelphia Flyers",
            "reward": "4.02000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c960900-7e9e-45da-8e6a-0399d6f270f8/?format=api"
        }
    ]
}