GET /api/bet_types/66ab5685-0f28-48a5-8998-ca89e68bd912/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66ab5685-0f28-48a5-8998-ca89e68bd912",
    "match": "https://api-prod.gambitprofit.com/api/matches/105cc638-e036-4b93-a161-cc9dace44f55/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:14.669761-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": "Colorado Avalanche",
                "amount": 6603.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "e656b0c2-e9aa-4e8e-a144-973dc5597c31",
            "gambit_id": "fb839ac4-8b55-4505-a205-0ad0ea7d5d76",
            "last_updated": "2023-12-04T15:23:34.995140-05:00",
            "created_at": "2023-12-02T08:28:14.673898-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ab5685-0f28-48a5-8998-ca89e68bd912/?format=api"
        },
        {
            "id": "f291a7c7-6a74-448a-bb1c-6429c9a44fec",
            "gambit_id": "a932f91b-2ddf-4482-97fe-3d0bef53fdef",
            "last_updated": "2023-12-04T15:23:34.998557-05:00",
            "created_at": "2023-12-02T08:28:14.678790-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ab5685-0f28-48a5-8998-ca89e68bd912/?format=api"
        }
    ]
}