GET /api/bet_types/d6434a51-8f79-4703-ab65-50027b79a9f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6434a51-8f79-4703-ab65-50027b79a9f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbf0f6e1-cdc8-4970-8531-93e27cdcaca1/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a96eb790-cd87-4847-b64f-82f11c9de9ed",
            "gambit_id": "1b6dec7e-7a36-4a77-a709-458becd70349",
            "last_updated": "2022-11-22T09:57:26.691257-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6434a51-8f79-4703-ab65-50027b79a9f1/?format=api"
        },
        {
            "id": "ab97dff0-8075-410c-8112-e1b2dc081fda",
            "gambit_id": "6b71780b-7999-488f-bc5d-c1e1a9bb447d",
            "last_updated": "2022-11-22T09:57:26.692403-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6434a51-8f79-4703-ab65-50027b79a9f1/?format=api"
        }
    ]
}