GET /api/bet_types/21b95385-f1d6-460b-9eff-15785b6ac577/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21b95385-f1d6-460b-9eff-15785b6ac577",
    "match": "https://api-prod.gambitprofit.com/api/matches/3861aaaf-e6a2-4a46-9276-4cb494c6fe29/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:02.886967-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 Islanders",
                "amount": 5214.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "edf08131-3dd7-4969-866a-8fae7ff250e2",
            "gambit_id": "1c367c60-6a12-40ce-a08f-b239e195c206",
            "last_updated": "2023-11-03T11:53:29.749151-04:00",
            "created_at": "2023-11-02T09:03:02.891513-04:00",
            "name": "New York Islanders",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21b95385-f1d6-460b-9eff-15785b6ac577/?format=api"
        },
        {
            "id": "d4141b34-f933-424c-8763-e88deaf70ca2",
            "gambit_id": "a37d2403-afcc-4fa3-bf2f-7cae2f15a1e2",
            "last_updated": "2023-11-03T11:53:29.753356-04:00",
            "created_at": "2023-11-02T09:03:02.895953-04:00",
            "name": "Washington Capitals",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21b95385-f1d6-460b-9eff-15785b6ac577/?format=api"
        }
    ]
}