GET /api/bet_types/a147f263-3d11-4c66-823e-a09f4d105d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a147f263-3d11-4c66-823e-a09f4d105d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:06.081658-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": "Toronto Maple Leafs",
                "amount": 5955.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "3796822e-e382-49ba-aece-8732a8c3cad4",
            "gambit_id": "b0d94863-7aac-4315-bdb1-2723cbee14be",
            "last_updated": "2023-01-20T10:11:59.457904-05:00",
            "created_at": "2023-01-19T09:22:06.082772-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a147f263-3d11-4c66-823e-a09f4d105d8e/?format=api"
        },
        {
            "id": "d1f7a2c8-d8b8-4a19-8c9c-ff4ed8192870",
            "gambit_id": "3e2aa08f-6606-4093-bb0d-f2279be89947",
            "last_updated": "2023-01-20T10:11:59.458959-05:00",
            "created_at": "2023-01-19T09:22:06.083931-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a147f263-3d11-4c66-823e-a09f4d105d8e/?format=api"
        }
    ]
}