GET /api/bet_types/7985a539-4b50-41b3-94b1-4c548e81fa23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7985a539-4b50-41b3-94b1-4c548e81fa23",
    "match": "https://api-prod.gambitprofit.com/api/matches/a33c3c6c-c456-411e-bd90-d2222c0214ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:11.791899-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": "Vancouver Canucks",
                "amount": 5773.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cf7b8fd-616b-4c75-adbd-6da273c7b468",
            "gambit_id": "9cd769b1-3406-4da9-9f5e-0208d91964b7",
            "last_updated": "2024-01-16T15:23:04.842967-05:00",
            "created_at": "2024-01-13T09:38:11.796572-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7985a539-4b50-41b3-94b1-4c548e81fa23/?format=api"
        },
        {
            "id": "fd7c86e2-3866-41f7-82f4-a520081bccbf",
            "gambit_id": "967974d0-c652-4c02-9b7a-eb8459d813e8",
            "last_updated": "2024-01-16T15:23:04.846602-05:00",
            "created_at": "2024-01-13T09:38:11.803477-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7985a539-4b50-41b3-94b1-4c548e81fa23/?format=api"
        }
    ]
}