GET /api/bet_types/ec34d64f-2ba3-40d8-b0fe-43ae3c2b58d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec34d64f-2ba3-40d8-b0fe-43ae3c2b58d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc608b0-4c4c-451d-84f2-c11fc6d5100e/?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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a79b75d8-f6cd-45fc-9cc4-ce4f917358b9",
            "gambit_id": "301c816c-a7a5-412a-85d0-962e72336e06",
            "last_updated": "2022-10-24T10:47:24.294332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec34d64f-2ba3-40d8-b0fe-43ae3c2b58d1/?format=api"
        },
        {
            "id": "66b5c50c-35d6-4a5c-9d9e-ca6f18d9360b",
            "gambit_id": "ef8b4f97-86a9-494f-b9f3-50ee4a012125",
            "last_updated": "2022-10-24T10:47:24.293303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec34d64f-2ba3-40d8-b0fe-43ae3c2b58d1/?format=api"
        }
    ]
}