GET /api/bet_types/d6b3dc92-54df-41c9-8059-846518ab18da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6b3dc92-54df-41c9-8059-846518ab18da",
    "match": "https://api-prod.gambitprofit.com/api/matches/252b58e7-0505-495d-bb64-cff71078e7f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-24T09:06:57.842876-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": "Philadelphia Flyers",
                "amount": 5945.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "126e74c0-4117-4603-b94b-0f135ccd4a05",
            "gambit_id": "3641e481-b152-46ac-bcfb-c4286e8506e3",
            "last_updated": "2023-02-25T17:27:18.166781-05:00",
            "created_at": "2023-02-24T09:06:57.844147-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b3dc92-54df-41c9-8059-846518ab18da/?format=api"
        },
        {
            "id": "cfefdda1-932f-4abe-952c-9da76ae6dd09",
            "gambit_id": "e184431d-81b2-4e5a-8129-09a30c3bdd65",
            "last_updated": "2023-02-25T17:27:18.167917-05:00",
            "created_at": "2023-02-24T09:06:57.845486-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b3dc92-54df-41c9-8059-846518ab18da/?format=api"
        }
    ]
}