GET /api/bet_types/2a06ccc3-03d6-4b3e-8f31-24f8c4e786c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a06ccc3-03d6-4b3e-8f31-24f8c4e786c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/43628260-a2dc-4035-9e7d-241e27545a22/?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": "TEX",
                "amount": 5668.0
            },
            {
                "team": "HOU",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9182.16,
        "profit_sb": 182.16,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "d449b485-e1c1-4012-9011-4bdb92fbc7e2",
            "gambit_id": "94a48cce-031e-4423-ba1f-d2ae47b27cc0",
            "last_updated": "2022-08-31T11:42:11.995278-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a06ccc3-03d6-4b3e-8f31-24f8c4e786c6/?format=api"
        },
        {
            "id": "4dfc7212-d25b-4f50-8cbc-1f5ccc272989",
            "gambit_id": "a221dd8d-11ef-4d0c-8ee0-f09a8c6efc9f",
            "last_updated": "2022-08-31T11:42:11.996598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a06ccc3-03d6-4b3e-8f31-24f8c4e786c6/?format=api"
        }
    ]
}