GET /api/bet_types/cd8e0ad9-86f0-498e-a928-0454d3836a4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd8e0ad9-86f0-498e-a928-0454d3836a4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd8dd505-ba74-468c-90ed-39dd5ed08e21/?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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "825095b5-73ba-4529-a3f3-d5c94ed51442",
            "gambit_id": "9d0dfbc0-4397-4ac8-a6fd-5ba08c50cefa",
            "last_updated": "2022-11-08T11:02:01.845491-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd8e0ad9-86f0-498e-a928-0454d3836a4b/?format=api"
        },
        {
            "id": "9986fb69-3871-495d-a36a-505d15452781",
            "gambit_id": "d5648930-e626-4166-a97c-7e218f2320f3",
            "last_updated": "2022-11-08T11:02:01.846483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd8e0ad9-86f0-498e-a928-0454d3836a4b/?format=api"
        }
    ]
}