GET /api/bet_types/1deb8f3f-5fcd-44e0-8a5c-9bd6794781a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1deb8f3f-5fcd-44e0-8a5c-9bd6794781a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ce992e3-fb8c-4635-b51f-904f21a73d12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:19.117841-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": "MIN (S Gray)",
                "amount": 5196.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 9559.96,
        "profit_sb": 59.96,
        "profit_sb_percentage": 0.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd34ab52-b834-4b3f-a476-c0844ae39bbe",
            "gambit_id": "265a86f2-150b-48bc-9231-ddc0faeaf3fd",
            "last_updated": "2023-09-07T10:23:05.828439-04:00",
            "created_at": "2023-09-05T09:53:19.124987-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1deb8f3f-5fcd-44e0-8a5c-9bd6794781a7/?format=api"
        },
        {
            "id": "4642c9f6-4a14-4859-8305-260b24400a8c",
            "gambit_id": "a0acdcdd-7ca6-4d12-b015-f3bc74b16426",
            "last_updated": "2023-09-07T10:23:05.831931-04:00",
            "created_at": "2023-09-05T09:53:19.134990-04:00",
            "name": "CLE (T Bibee)",
            "reward": "1.99000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1deb8f3f-5fcd-44e0-8a5c-9bd6794781a7/?format=api"
        }
    ]
}