GET /api/bet_types/cb12187c-822b-4677-98e2-c4af142d7f2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb12187c-822b-4677-98e2-c4af142d7f2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c101fe0c-8240-4e28-8ee7-b66e01ad2023/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T09:06:58.954477-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": "TOR (K Gausman)",
                "amount": 6620.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "d96feb91-c02b-4e5f-857b-defba15946f5",
            "gambit_id": "4c145ef7-5f8c-40f5-b4b3-f2df11d16f4e",
            "last_updated": "2023-04-07T10:22:15.590165-04:00",
            "created_at": "2023-04-06T09:06:58.959217-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb12187c-822b-4677-98e2-c4af142d7f2c/?format=api"
        },
        {
            "id": "f92042b8-07f7-45cc-bc50-db903577e45f",
            "gambit_id": "90d5cbfd-f4ec-4766-b9b2-f58e0903ccca",
            "last_updated": "2023-04-07T10:22:15.587148-04:00",
            "created_at": "2023-04-06T09:06:58.956799-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb12187c-822b-4677-98e2-c4af142d7f2c/?format=api"
        }
    ]
}