GET /api/bet_types/05885c1c-1ccc-40ee-ac38-118f0ffb11ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05885c1c-1ccc-40ee-ac38-118f0ffb11ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b23766e-55a4-410b-b812-5bebec493db2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:15.310672-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": 5773.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "4dbdd1c4-b687-4612-ae7c-5bda7bb050af",
            "gambit_id": "655c5afa-0e4a-4b3b-95e4-7c2dc629e063",
            "last_updated": "2023-11-23T20:07:56.000575-05:00",
            "created_at": "2023-11-22T09:08:15.315024-05:00",
            "name": "New Jersey Devils",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05885c1c-1ccc-40ee-ac38-118f0ffb11ec/?format=api"
        },
        {
            "id": "7c349e72-3b09-457e-af7d-8430d1f2e98a",
            "gambit_id": "d90fb8c8-b559-4832-9919-9d0f8e4c0f2e",
            "last_updated": "2023-11-23T20:07:56.005716-05:00",
            "created_at": "2023-11-22T09:08:15.319214-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05885c1c-1ccc-40ee-ac38-118f0ffb11ec/?format=api"
        }
    ]
}