GET /api/bet_types/85b0dd68-5774-44d6-ae69-0505ab2ac7d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85b0dd68-5774-44d6-ae69-0505ab2ac7d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/17723d14-0d60-4c6f-b060-adcb51291d5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:07.933821-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": "BOS (C Sale)",
                "amount": 5311.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4689.0
            }
        ],
        "expected_reward_tokens": 9612.45,
        "profit_sb": 112.45,
        "profit_sb_percentage": 1.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "555d129f-cfd9-4c29-bef4-43ef90f1c2a0",
            "gambit_id": "0ba2ac6b-24bc-4ccf-95bb-44775c5baca1",
            "last_updated": "2023-04-25T11:42:19.367816-04:00",
            "created_at": "2023-04-24T13:02:07.938714-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.81000",
            "odds": "1.84030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b0dd68-5774-44d6-ae69-0505ab2ac7d8/?format=api"
        },
        {
            "id": "467306b0-4344-44f4-98c6-e35e88a9cfd8",
            "gambit_id": "e55f3041-2d93-47f1-b7eb-af458f0e9432",
            "last_updated": "2023-04-25T11:42:19.365905-04:00",
            "created_at": "2023-04-24T13:02:07.936267-04:00",
            "name": "BAL (D Kremer)",
            "reward": "2.05000",
            "odds": "2.09000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b0dd68-5774-44d6-ae69-0505ab2ac7d8/?format=api"
        }
    ]
}