GET /api/bet_types/e9d292d7-e37a-4de2-bd3f-a4f948841e63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9d292d7-e37a-4de2-bd3f-a4f948841e63",
    "match": "https://api-prod.gambitprofit.com/api/matches/5790326c-3cb0-4bba-9b72-82f33a779084/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:08.575717-04: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 York Rangers",
                "amount": 5214.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a867bb3-a228-4a5c-8c7a-92d8b0771342",
            "gambit_id": "da9aa903-6e89-4771-9f20-d54158ac97a0",
            "last_updated": "2023-10-23T20:33:03.092665-04:00",
            "created_at": "2023-10-21T09:38:08.580794-04:00",
            "name": "New York Rangers",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9d292d7-e37a-4de2-bd3f-a4f948841e63/?format=api"
        },
        {
            "id": "03e365ab-f2da-45f8-b7a3-e32c22091108",
            "gambit_id": "d5d994d6-662d-4b40-aefb-58d16c3c165a",
            "last_updated": "2023-10-23T20:33:03.096296-04:00",
            "created_at": "2023-10-21T09:38:08.585099-04:00",
            "name": "Seattle Kraken",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9d292d7-e37a-4de2-bd3f-a4f948841e63/?format=api"
        }
    ]
}