GET /api/bet_types/096e65de-7318-4a2a-ad04-b6a91b7ae2b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "096e65de-7318-4a2a-ad04-b6a91b7ae2b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3777a926-2e5d-40f9-9d3b-bcf767630c36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-03T08:48:01.058514-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": "Chicago Bulls",
                "amount": 5213.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "06bf50ee-e64a-430a-8f7d-66dfd92b96db",
            "gambit_id": "5e138877-c6e5-48b2-bee8-3906eb1e86f3",
            "last_updated": "2024-02-05T14:18:24.642515-05:00",
            "created_at": "2024-02-03T08:48:01.069773-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096e65de-7318-4a2a-ad04-b6a91b7ae2b5/?format=api"
        },
        {
            "id": "aac95b22-3843-4dd4-952a-579c278a3b09",
            "gambit_id": "b816c600-6782-4d17-8b2b-12f77fc0c795",
            "last_updated": "2024-02-05T14:18:24.639147-05:00",
            "created_at": "2024-02-03T08:48:01.062142-05:00",
            "name": "Sacramento Kings",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096e65de-7318-4a2a-ad04-b6a91b7ae2b5/?format=api"
        }
    ]
}