GET /api/bet_types/fc019fc2-831c-42d2-bb6b-b1c0cc519b38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc019fc2-831c-42d2-bb6b-b1c0cc519b38",
    "match": "https://api-prod.gambitprofit.com/api/matches/d38f1ebd-51f6-4b0e-b6a9-43e91add509a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:54.820963-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": "Florida Panthers",
                "amount": 5292.0
            },
            {
                "team": "New York Islanders",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b9031c7-c388-4a6f-8550-a0ff67e61a30",
            "gambit_id": "4ffd7227-ac2d-433f-bc28-c9c34d094545",
            "last_updated": "2022-12-25T18:07:05.493924-05:00",
            "created_at": "2022-12-23T09:06:54.823321-05:00",
            "name": "Florida Panthers",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc019fc2-831c-42d2-bb6b-b1c0cc519b38/?format=api"
        },
        {
            "id": "ebf6be9d-d4b9-4889-b644-967443101021",
            "gambit_id": "bb17da00-bd51-4e5c-8be1-0a20706b880b",
            "last_updated": "2022-12-25T18:07:05.492849-05:00",
            "created_at": "2022-12-23T09:06:54.822121-05:00",
            "name": "New York Islanders",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc019fc2-831c-42d2-bb6b-b1c0cc519b38/?format=api"
        }
    ]
}