GET /api/bet_types/9aea4f1b-50f3-4d6b-8b7f-43b9c978a954/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9aea4f1b-50f3-4d6b-8b7f-43b9c978a954",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ff9be8-5b96-47f9-8ad0-7010e22be591/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:05.465398-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": "New York Rangers",
                "amount": 7242.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2758.0
            }
        ],
        "expected_reward_tokens": 9487.02,
        "profit_sb": -12.98,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "e47169b8-ed18-432a-86e5-daf281e933e4",
            "gambit_id": "b5b4451a-ab99-4301-aa83-899c59f7f8b8",
            "last_updated": "2023-12-18T11:08:03.772078-05:00",
            "created_at": "2023-12-15T09:13:05.473951-05:00",
            "name": "New York Rangers",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aea4f1b-50f3-4d6b-8b7f-43b9c978a954/?format=api"
        },
        {
            "id": "f44d40b3-7e29-4b93-9860-9aeee01ec351",
            "gambit_id": "c9b45b51-c8e7-4375-86cd-41dc3e6eb812",
            "last_updated": "2023-12-18T11:08:03.768502-05:00",
            "created_at": "2023-12-15T09:13:05.469460-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.44000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aea4f1b-50f3-4d6b-8b7f-43b9c978a954/?format=api"
        }
    ]
}