GET /api/bet_types/c09179ba-02de-43dc-abc4-6e7c1440af06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c09179ba-02de-43dc-abc4-6e7c1440af06",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1d9f6f-d24b-4fa9-adab-0e319298428e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-13T09:17:59.302349-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": "Milwaukee Bucks",
                "amount": 5094.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e8b714a-a1bc-4833-b466-0cab55b80f6e",
            "gambit_id": "7c36c1fb-fa30-41af-a605-afb1273616e5",
            "last_updated": "2023-11-14T10:13:17.134534-05:00",
            "created_at": "2023-11-13T09:17:59.310346-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09179ba-02de-43dc-abc4-6e7c1440af06/?format=api"
        },
        {
            "id": "bef09b2c-dea2-42dd-9777-8e2fcb14306e",
            "gambit_id": "683eb7f7-83ca-41a5-a277-8dfcce7671f5",
            "last_updated": "2023-11-14T10:13:17.130782-05:00",
            "created_at": "2023-11-13T09:17:59.306379-05:00",
            "name": "Chicago Bulls",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09179ba-02de-43dc-abc4-6e7c1440af06/?format=api"
        }
    ]
}