GET /api/bet_types/67843872-9e99-4838-95f2-182cdc8f36f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67843872-9e99-4838-95f2-182cdc8f36f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7c4d61f-21dd-4aa7-88ab-662b43ea9fc2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:22.992293-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": "Winnipeg Jets",
                "amount": 5421.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "91b2209f-0e83-4317-aa7a-02a6f2862fc7",
            "gambit_id": "a13c3921-80d0-4e00-aeb0-ace4e776ba6b",
            "last_updated": "2023-04-06T21:36:59.720593-04:00",
            "created_at": "2023-04-05T09:22:22.993853-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67843872-9e99-4838-95f2-182cdc8f36f1/?format=api"
        },
        {
            "id": "e83845ae-d6df-4b9c-8ca1-2b7ccf3fd332",
            "gambit_id": "02fb2b81-8054-41a3-a7dc-1a035435134f",
            "last_updated": "2023-04-06T21:36:59.722243-04:00",
            "created_at": "2023-04-05T09:22:22.995619-04:00",
            "name": "Calgary Flames",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67843872-9e99-4838-95f2-182cdc8f36f1/?format=api"
        }
    ]
}