GET /api/bet_types/d96ff87e-cceb-495f-b534-b6ba09f97048/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d96ff87e-cceb-495f-b534-b6ba09f97048",
    "match": "https://api-prod.gambitprofit.com/api/matches/c117b54c-81e7-4e92-810e-3c877b3eb384/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:07.755063-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": "St Louis Blues",
                "amount": 5688.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "46daf428-da40-423b-9cbe-5758102f4604",
            "gambit_id": "72aab834-efbe-4a07-b9a8-88ef51c967e1",
            "last_updated": "2024-01-31T22:18:13.518923-05:00",
            "created_at": "2024-01-30T08:58:07.768810-05:00",
            "name": "St Louis Blues",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d96ff87e-cceb-495f-b534-b6ba09f97048/?format=api"
        },
        {
            "id": "372c137a-180b-4ac6-b909-e0d2e725b95c",
            "gambit_id": "7f66d32d-24bb-4af2-844f-330ea60bce93",
            "last_updated": "2024-01-31T22:18:13.515768-05:00",
            "created_at": "2024-01-30T08:58:07.762088-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d96ff87e-cceb-495f-b534-b6ba09f97048/?format=api"
        }
    ]
}