GET /api/bet_types/e86ba902-7f7c-4bc6-b6a5-40cb562b4609/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e86ba902-7f7c-4bc6-b6a5-40cb562b4609",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b78f2fd-fc19-4097-ac08-56bf6bf8a5ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 6982.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3018.0
            }
        ],
        "expected_reward_tokens": 9144.54,
        "profit_sb": 144.54,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "03916cfa-a528-4d28-bd54-4155669fcef5",
            "gambit_id": "a749e79a-7f9d-4247-bc62-02ded507cae1",
            "last_updated": "2022-12-21T10:41:57.798588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.31000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86ba902-7f7c-4bc6-b6a5-40cb562b4609/?format=api"
        },
        {
            "id": "14b79760-f938-48e5-b354-a2b4837c6f8f",
            "gambit_id": "45005004-d82c-48e1-bf3a-be15cf397597",
            "last_updated": "2022-12-21T10:41:57.799666-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.03000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86ba902-7f7c-4bc6-b6a5-40cb562b4609/?format=api"
        }
    ]
}