GET /api/bet_types/e208d18a-2c33-4ca2-b42b-7548e1e9e0e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e208d18a-2c33-4ca2-b42b-7548e1e9e0e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2e4169c-e83e-4c35-8161-90dc19ae01d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:05.806438-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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "56bf7d6d-adeb-41f0-a526-ea7198bb37cc",
            "gambit_id": "82913afd-1415-4c78-ae35-4a195baa8418",
            "last_updated": "2023-12-26T20:08:04.380395-05:00",
            "created_at": "2023-12-20T11:13:05.811200-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e208d18a-2c33-4ca2-b42b-7548e1e9e0e0/?format=api"
        },
        {
            "id": "cba0cefd-1c64-4870-a541-1a673d55622a",
            "gambit_id": "d20086f9-61eb-4f70-9934-f775607c13fd",
            "last_updated": "2023-12-26T20:08:04.383670-05:00",
            "created_at": "2023-12-20T11:13:05.815603-05:00",
            "name": "Chicago Bears",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e208d18a-2c33-4ca2-b42b-7548e1e9e0e0/?format=api"
        }
    ]
}