GET /api/bet_types/fdba7f6a-f148-4604-9896-2d78876e427b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdba7f6a-f148-4604-9896-2d78876e427b",
    "match": "https://api-prod.gambitprofit.com/api/matches/234ae1ca-4c69-4a8e-a95e-4476b073939f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:16.985284-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": "St Louis Blues",
                "amount": 5213.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c7376b3-cfe0-448a-b3f1-c726a530efc2",
            "gambit_id": "0b8fd148-fe4d-4fa3-934b-4712e04d7478",
            "last_updated": "2024-01-23T20:23:21.175413-05:00",
            "created_at": "2024-01-20T05:38:17.022290-05:00",
            "name": "St Louis Blues",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdba7f6a-f148-4604-9896-2d78876e427b/?format=api"
        },
        {
            "id": "dcf93ad0-2a72-4234-abc9-b6a2d6ec3860",
            "gambit_id": "6fd23a04-5ce0-4192-929d-af905ce478c7",
            "last_updated": "2024-01-23T20:23:21.172197-05:00",
            "created_at": "2024-01-20T05:38:16.997102-05:00",
            "name": "Washington Capitals",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdba7f6a-f148-4604-9896-2d78876e427b/?format=api"
        }
    ]
}