GET /api/bet_types/80656e69-5b51-49f4-989c-7be338be09f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80656e69-5b51-49f4-989c-7be338be09f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c94d00fc-c571-4471-be10-9abda794cc59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:14.660409-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": 5512.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "df323ecc-1ad1-4556-9330-3fc110660ebd",
            "gambit_id": "54d780f4-4069-48ce-bfa9-ae604589ead8",
            "last_updated": "2023-03-13T13:17:02.214411-04:00",
            "created_at": "2023-03-11T09:32:14.663154-05:00",
            "name": "St Louis Blues",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80656e69-5b51-49f4-989c-7be338be09f4/?format=api"
        },
        {
            "id": "974438bd-1216-48f5-8a4e-989ccdbb89b4",
            "gambit_id": "b48e537f-bb5a-4c74-a808-73ccbb059aab",
            "last_updated": "2023-03-13T13:17:02.212783-04:00",
            "created_at": "2023-03-11T09:32:14.661785-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80656e69-5b51-49f4-989c-7be338be09f4/?format=api"
        }
    ]
}