GET /api/bet_types/db8dcdf9-2c2d-4f01-b97a-c2e86a2c9819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db8dcdf9-2c2d-4f01-b97a-c2e86a2c9819",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fd2927e-5da1-4a6e-b919-849fb2f5f84f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T08:52:10.579313-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": "Buffalo Bills",
                "amount": 5098.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5c1952f-f923-4a29-b854-68c17fcdd457",
            "gambit_id": "54d2944f-8a79-459f-8bf9-5f8460aa17ac",
            "last_updated": "2023-01-09T20:26:48.414581-05:00",
            "created_at": "2023-01-02T08:52:10.581712-05:00",
            "name": "Buffalo Bills",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db8dcdf9-2c2d-4f01-b97a-c2e86a2c9819/?format=api"
        },
        {
            "id": "a41b2438-c9bb-45a8-ab73-e2fcdd15396f",
            "gambit_id": "8cee9e27-bfe6-4370-99cc-ee3caba6c7cc",
            "last_updated": "2023-01-09T20:26:48.413532-05:00",
            "created_at": "2023-01-02T08:52:10.580457-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db8dcdf9-2c2d-4f01-b97a-c2e86a2c9819/?format=api"
        }
    ]
}