GET /api/bet_types/0829b76d-6ce4-4eae-97b1-e50c2bb9eb03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0829b76d-6ce4-4eae-97b1-e50c2bb9eb03",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8669f1f-eeab-4cca-a274-25f52c681ab5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Brooklyn Nets",
                "amount": 7936.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 2064.0
            }
        ],
        "expected_reward_tokens": 9205.44,
        "profit_sb": 205.44,
        "profit_sb_percentage": 2.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "481481b4-b2b7-4346-af1e-e302722e52fd",
            "gambit_id": "4ccd5640-55c4-4253-b0b2-386fb54eeec2",
            "last_updated": "2022-12-22T10:07:23.997589-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.16000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0829b76d-6ce4-4eae-97b1-e50c2bb9eb03/?format=api"
        },
        {
            "id": "f1506025-1b01-455b-b483-ddef5deff43c",
            "gambit_id": "48061dbf-0eeb-40e8-b882-a098e7ff04ee",
            "last_updated": "2022-12-22T10:07:23.998707-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "4.46000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0829b76d-6ce4-4eae-97b1-e50c2bb9eb03/?format=api"
        }
    ]
}