GET /api/bet_types/4726ebf8-1e66-4930-b873-af5239e220ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4726ebf8-1e66-4930-b873-af5239e220ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/235100f0-ac9c-4e12-b4af-58ae631197b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T10:33:23.516676-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": "Sacramento Kings",
                "amount": 5944.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9e8c786-8343-42c0-a38d-dc91c34baabf",
            "gambit_id": "4ffb1d82-e0ab-4ed3-8858-c9348aedfd0e",
            "last_updated": "2023-10-30T15:13:13.094224-04:00",
            "created_at": "2023-10-27T10:33:23.531683-04:00",
            "name": "Sacramento Kings",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4726ebf8-1e66-4930-b873-af5239e220ca/?format=api"
        },
        {
            "id": "8b6d9f70-2529-48db-ba36-5ea1c97aeb1e",
            "gambit_id": "3a7de5a0-1b92-415e-be09-df989ade8126",
            "last_updated": "2023-10-30T15:13:13.090573-04:00",
            "created_at": "2023-10-27T10:33:23.524463-04:00",
            "name": "Golden State Warriors",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4726ebf8-1e66-4930-b873-af5239e220ca/?format=api"
        }
    ]
}