GET /api/bet_types/57dfbe51-8282-483f-a100-2dcae1ae6dd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57dfbe51-8282-483f-a100-2dcae1ae6dd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a11cd09c-1c03-49d6-bbce-5a8e3443683d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T08:23:05.331565-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": "BAL (D Kremer)",
                "amount": 5234.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f2da61f-6f9b-40a4-9c1a-b5965b6fd83b",
            "gambit_id": "7d6e84af-90d6-4c45-a369-c73dbddc5ff1",
            "last_updated": "2023-07-02T11:08:02.240363-04:00",
            "created_at": "2023-06-30T08:23:05.335332-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57dfbe51-8282-483f-a100-2dcae1ae6dd3/?format=api"
        },
        {
            "id": "01c19184-531f-4465-88fa-01bcbffa8f01",
            "gambit_id": "6fc6b060-983f-44e9-9dd9-de65adb9d437",
            "last_updated": "2023-07-02T11:08:02.238050-04:00",
            "created_at": "2023-06-30T08:23:05.333421-04:00",
            "name": "MIN (P Lopez)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57dfbe51-8282-483f-a100-2dcae1ae6dd3/?format=api"
        }
    ]
}