GET /api/bet_types/2a280389-f6c9-47ef-8a8f-9bcea48a3e8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a280389-f6c9-47ef-8a8f-9bcea48a3e8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c25166e3-2eed-4e07-b000-c56ad535033b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-05T08:33:06.283981-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": "Anaheim Ducks",
                "amount": 5944.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "185dfe01-9625-495c-b58b-938a2ac766aa",
            "gambit_id": "cd17e0d1-565f-46b6-8e28-24abc6f41abe",
            "last_updated": "2023-11-06T21:23:16.650288-05:00",
            "created_at": "2023-11-05T08:33:06.293610-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a280389-f6c9-47ef-8a8f-9bcea48a3e8f/?format=api"
        },
        {
            "id": "13cd6abe-1eb6-4556-a6f2-7eb81f9ec3dd",
            "gambit_id": "a4041bb3-4086-4663-9fb7-4e40369888f1",
            "last_updated": "2023-11-06T21:23:16.647028-05:00",
            "created_at": "2023-11-05T08:33:06.288861-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a280389-f6c9-47ef-8a8f-9bcea48a3e8f/?format=api"
        }
    ]
}