GET /api/bet_types/bfc44a5c-9c40-4083-80e1-e3ffcd1356d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfc44a5c-9c40-4083-80e1-e3ffcd1356d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dc56b5d-557f-4095-91d4-9db156d9af4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:38:08.946223-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": "Boston Celtics",
                "amount": 8079.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 1921.0
            }
        ],
        "expected_reward_tokens": 9451.32,
        "profit_sb": -48.68,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "952d60e9-30e3-460b-99f8-3c4a3e3f2bf7",
            "gambit_id": "41346895-6700-46fe-b88d-76c019842bd0",
            "last_updated": "2024-01-11T11:23:09.280416-05:00",
            "created_at": "2024-01-10T09:38:08.955663-05:00",
            "name": "Boston Celtics",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfc44a5c-9c40-4083-80e1-e3ffcd1356d5/?format=api"
        },
        {
            "id": "1bda1234-7db7-4099-98a9-c0d09270dd2e",
            "gambit_id": "064e6ad5-c102-4027-93f4-ed0c42136456",
            "last_updated": "2024-01-11T11:23:09.277211-05:00",
            "created_at": "2024-01-10T09:38:08.950255-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "4.92000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfc44a5c-9c40-4083-80e1-e3ffcd1356d5/?format=api"
        }
    ]
}