GET /api/bet_types/e92312d4-fee2-43f2-86f4-b702ec871966/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92312d4-fee2-43f2-86f4-b702ec871966",
    "match": "https://api-prod.gambitprofit.com/api/matches/c65bf266-9efe-47e8-960b-3c337f5c46b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-17T11:42:58.138978-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": "LOS (E Sheehan)",
                "amount": 5079.0
            },
            {
                "team": "BAL (G Rodriguez)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a9a3a82-cba9-458e-aa30-0c76aa9204ab",
            "gambit_id": "d2397f01-d248-437d-8d40-f35a4f630b5c",
            "last_updated": "2023-07-18T17:13:11.625939-04:00",
            "created_at": "2023-07-17T11:42:58.140889-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92312d4-fee2-43f2-86f4-b702ec871966/?format=api"
        },
        {
            "id": "dfdebf46-ad1d-4501-bde7-1df20de1b781",
            "gambit_id": "03619207-8722-41e3-aff7-0258b7c70e89",
            "last_updated": "2023-07-18T17:13:11.627300-04:00",
            "created_at": "2023-07-17T11:42:58.142626-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92312d4-fee2-43f2-86f4-b702ec871966/?format=api"
        }
    ]
}