GET /api/bet_types/9b8c9f76-a922-49f3-803d-9a33f94c2938/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b8c9f76-a922-49f3-803d-9a33f94c2938",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9740fcc-660f-48aa-a310-83c152d68610/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:07:18.873993-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": "Denver Nuggets",
                "amount": 6458.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff1d40d7-bbf2-44bc-865a-8ea6987acf47",
            "gambit_id": "ae7e483e-a795-47a7-9338-261a22215ee8",
            "last_updated": "2023-03-04T12:31:50.838678-05:00",
            "created_at": "2023-03-03T08:07:18.875271-05:00",
            "name": "Denver Nuggets",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8c9f76-a922-49f3-803d-9a33f94c2938/?format=api"
        },
        {
            "id": "dda7fe2d-de8d-4349-80b0-9a1352a4a48e",
            "gambit_id": "c3f27032-6716-4d38-bdf0-760ab446a5a9",
            "last_updated": "2023-03-04T12:31:50.839819-05:00",
            "created_at": "2023-03-03T08:07:18.876584-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8c9f76-a922-49f3-803d-9a33f94c2938/?format=api"
        }
    ]
}