GET /api/bet_types/c82b72a7-842d-41b0-b93d-5a90a1bacff8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c82b72a7-842d-41b0-b93d-5a90a1bacff8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f8b4672-1f33-4db8-b709-703fb7d46346/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:09.818325-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": "New Jersey Devils",
                "amount": 6752.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b04795d-92a0-4a18-ae45-c19d146c4963",
            "gambit_id": "aae12461-77cc-4c96-8173-1cba28799610",
            "last_updated": "2024-02-07T01:53:03.271088-05:00",
            "created_at": "2024-02-06T09:08:09.826667-05:00",
            "name": "New Jersey Devils",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c82b72a7-842d-41b0-b93d-5a90a1bacff8/?format=api"
        },
        {
            "id": "3bd2f3fe-eb44-4dc1-ab91-1dcf14cd1ea0",
            "gambit_id": "4fda7eed-2f29-4a81-a5c7-bedf26d0b6f8",
            "last_updated": "2024-02-07T01:53:03.267831-05:00",
            "created_at": "2024-02-06T09:08:09.822090-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c82b72a7-842d-41b0-b93d-5a90a1bacff8/?format=api"
        }
    ]
}