GET /api/bet_types/f11d4d63-6b47-48c5-ad78-3fdc93797d47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f11d4d63-6b47-48c5-ad78-3fdc93797d47",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d220ee5-92b2-4b09-a0fa-37f00880a5b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:12.669978-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": "Carolina Hurricanes",
                "amount": 5939.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "81ec2d79-9d51-4945-a22a-4f0f69053a48",
            "gambit_id": "cd138524-4b50-47e3-956c-7f11353aacfe",
            "last_updated": "2024-01-26T20:53:22.465951-05:00",
            "created_at": "2024-01-25T13:28:12.683262-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11d4d63-6b47-48c5-ad78-3fdc93797d47/?format=api"
        },
        {
            "id": "f22d782d-9ccd-462a-8181-d90c4ac9a179",
            "gambit_id": "fbcd4e29-9968-437c-89c9-c9999cb1e892",
            "last_updated": "2024-01-26T20:53:22.462117-05:00",
            "created_at": "2024-01-25T13:28:12.678151-05:00",
            "name": "New Jersey Devils",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11d4d63-6b47-48c5-ad78-3fdc93797d47/?format=api"
        }
    ]
}