GET /api/bet_types/7e0178ee-e9b6-4723-9d4c-99b36ef98cbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e0178ee-e9b6-4723-9d4c-99b36ef98cbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/34a13acc-063b-483f-ba80-79f2af42f164/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:06.104616-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 Coyotes",
                "amount": 6324.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d5da9f3-65de-4bb9-8b3a-3f5b77069d84",
            "gambit_id": "18589f38-6e9c-483c-a987-0b48b27ee8d5",
            "last_updated": "2024-01-19T11:48:29.460762-05:00",
            "created_at": "2024-01-16T09:03:06.110359-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0178ee-e9b6-4723-9d4c-99b36ef98cbc/?format=api"
        },
        {
            "id": "2e545f51-c95c-4041-aace-1f936e84415f",
            "gambit_id": "85ec0a84-287a-441a-9a83-40496f408e53",
            "last_updated": "2024-01-19T11:48:29.463864-05:00",
            "created_at": "2024-01-16T09:03:06.116585-05:00",
            "name": "Calgary Flames",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0178ee-e9b6-4723-9d4c-99b36ef98cbc/?format=api"
        }
    ]
}