GET /api/bet_types/c184a766-1a43-4b30-8e0d-9b692c31bcc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c184a766-1a43-4b30-8e0d-9b692c31bcc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/638585a6-6b68-4c29-b409-0ce7e3003671/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": 5000.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "674b9e59-9646-4b18-b34d-6fb5a0ca39f2",
            "gambit_id": "7296b23c-e04e-45ac-9d97-858f3e864787",
            "last_updated": "2022-12-16T10:37:17.107656-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c184a766-1a43-4b30-8e0d-9b692c31bcc0/?format=api"
        },
        {
            "id": "40cea503-43c5-47ff-974f-a0203a95542d",
            "gambit_id": "ffceabda-103a-42ad-b16b-2b2045d4c7ad",
            "last_updated": "2022-12-16T10:37:17.108781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c184a766-1a43-4b30-8e0d-9b692c31bcc0/?format=api"
        }
    ]
}