GET /api/bet_types/300ee3c6-ecd8-4eba-9477-5233e041ffed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "300ee3c6-ecd8-4eba-9477-5233e041ffed",
    "match": "https://api-prod.gambitprofit.com/api/matches/c25166e3-2eed-4e07-b000-c56ad535033b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-05T08:33:06.265926-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": "Vegas Golden Knights",
                "amount": 6160.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "65587027-7145-4892-a9df-42d18ed1970b",
            "gambit_id": "f38d8d0e-8d34-4007-94e3-2e3b3d018d80",
            "last_updated": "2023-11-06T21:23:16.637200-05:00",
            "created_at": "2023-11-05T08:33:06.273991-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/300ee3c6-ecd8-4eba-9477-5233e041ffed/?format=api"
        },
        {
            "id": "968d5cdf-5b2e-4ac3-aec4-ea32783b8f97",
            "gambit_id": "8dbe8516-3fee-48d5-93c5-99063da97cc3",
            "last_updated": "2023-11-06T21:23:16.640583-05:00",
            "created_at": "2023-11-05T08:33:06.279543-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/300ee3c6-ecd8-4eba-9477-5233e041ffed/?format=api"
        }
    ]
}