GET /api/bet_types/7554784f-8e51-4ff9-9913-4039654a0477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7554784f-8e51-4ff9-9913-4039654a0477",
    "match": "https://api-prod.gambitprofit.com/api/matches/14fa1dfe-4216-4933-a13b-6671eddb0c22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:03.010027-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": "Baltimore Ravens",
                "amount": 5577.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e62ce27-a65f-4882-a099-186da6340f6b",
            "gambit_id": "72db0517-c618-4d10-9b1f-3d972848934b",
            "last_updated": "2023-01-02T12:31:58.486751-05:00",
            "created_at": "2023-01-01T09:22:03.011241-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7554784f-8e51-4ff9-9913-4039654a0477/?format=api"
        },
        {
            "id": "d4c042c9-4c15-4fff-9510-9f08ae48b70e",
            "gambit_id": "b93692fc-bdd1-43e2-beb2-79b4558e3656",
            "last_updated": "2023-01-02T12:31:58.487837-05:00",
            "created_at": "2023-01-01T09:22:03.012463-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7554784f-8e51-4ff9-9913-4039654a0477/?format=api"
        }
    ]
}