GET /api/bet_types/8d3961c9-55a7-4dfa-acdb-8dff54a8a334/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d3961c9-55a7-4dfa-acdb-8dff54a8a334",
    "match": "https://api-prod.gambitprofit.com/api/matches/51205cf5-3da2-4989-a2eb-e6f37d425f49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:16.073517-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 Knicks",
                "amount": 6546.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f813714-e953-4455-90ba-082339149619",
            "gambit_id": "f233eead-b42d-4946-906c-f66c29526c18",
            "last_updated": "2023-11-03T10:28:05.368957-04:00",
            "created_at": "2023-11-01T09:08:16.085008-04:00",
            "name": "New York Knicks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d3961c9-55a7-4dfa-acdb-8dff54a8a334/?format=api"
        },
        {
            "id": "dae7d2c0-5bd9-4b4b-8a92-77a47e0704a9",
            "gambit_id": "ebaf77e1-2b90-4205-81f2-771f93eb72ef",
            "last_updated": "2023-11-03T10:28:05.365566-04:00",
            "created_at": "2023-11-01T09:08:16.078362-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d3961c9-55a7-4dfa-acdb-8dff54a8a334/?format=api"
        }
    ]
}