GET /api/bet_types/17e84c8a-2ff8-41d0-b79d-ff1463d51d2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17e84c8a-2ff8-41d0-b79d-ff1463d51d2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c7ddff2-1b78-467f-97eb-c07086dbaf9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:19.267531-04: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": "Tampa Bay Lightning",
                "amount": 5094.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9d172e0-d789-4333-bb6f-d13afc324a9f",
            "gambit_id": "5129b6b0-580d-4f20-a710-40ae283fc1d4",
            "last_updated": "2023-10-28T10:18:23.618297-04:00",
            "created_at": "2023-10-26T09:28:19.275677-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17e84c8a-2ff8-41d0-b79d-ff1463d51d2d/?format=api"
        },
        {
            "id": "e7cb9cad-289e-498e-a244-2326dbe4d8e9",
            "gambit_id": "ceb659ba-7f93-403e-8fe8-a5cc27cc0e26",
            "last_updated": "2023-10-28T10:18:23.614685-04:00",
            "created_at": "2023-10-26T09:28:19.271523-04:00",
            "name": "San Jose Sharks",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17e84c8a-2ff8-41d0-b79d-ff1463d51d2d/?format=api"
        }
    ]
}