GET /api/bet_types/3d1ffdeb-c765-4ff1-9c11-21cbfceba728/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d1ffdeb-c765-4ff1-9c11-21cbfceba728",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a898cc4-bc72-43fb-b232-2be9c393332f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:59.683113-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": "New York Islanders",
                "amount": 7112.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2b3646a-7c38-49ca-8ade-0d0edd82728d",
            "gambit_id": "ce852a2f-8ead-440b-99c1-4f21b6a8052f",
            "last_updated": "2023-04-10T09:31:58.033862-04:00",
            "created_at": "2023-04-08T09:01:59.685227-04:00",
            "name": "New York Islanders",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1ffdeb-c765-4ff1-9c11-21cbfceba728/?format=api"
        },
        {
            "id": "6e2096fe-0dfc-438c-a199-fa917e9666a4",
            "gambit_id": "a1680fba-45c7-49c0-b1e8-c90d5cf9790a",
            "last_updated": "2023-04-10T09:31:58.035892-04:00",
            "created_at": "2023-04-08T09:01:59.687757-04:00",
            "name": "Philadelphia Flyers",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1ffdeb-c765-4ff1-9c11-21cbfceba728/?format=api"
        }
    ]
}