GET /api/bet_types/7f4136aa-ef34-48e9-acfc-d91c4564eece/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f4136aa-ef34-48e9-acfc-d91c4564eece",
    "match": "https://api-prod.gambitprofit.com/api/matches/60b2ab11-c4ce-446c-b5c1-62573db6dc2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:09.092494-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": "Chicago Bears",
                "amount": 5214.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4df0a702-1ee2-4362-8cdc-7f82a9b1be72",
            "gambit_id": "2ed82719-b10d-4e30-928d-83158439a3c6",
            "last_updated": "2023-11-20T19:48:02.601149-05:00",
            "created_at": "2023-11-16T09:28:09.097407-05:00",
            "name": "Chicago Bears",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4136aa-ef34-48e9-acfc-d91c4564eece/?format=api"
        },
        {
            "id": "0c139f89-b7e1-4ca0-862f-d96aba41a884",
            "gambit_id": "3fd281c6-3987-4a7b-8a95-be2a387a6762",
            "last_updated": "2023-11-20T19:48:02.604326-05:00",
            "created_at": "2023-11-16T09:28:09.102441-05:00",
            "name": "Detroit Lions",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4136aa-ef34-48e9-acfc-d91c4564eece/?format=api"
        }
    ]
}