GET /api/bet_types/2403a4c6-30af-4a53-acce-0bd82b2a3fd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2403a4c6-30af-4a53-acce-0bd82b2a3fd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd053728-094f-40bc-9804-68697ca520f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:14.044407-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": "Golden State Warriors",
                "amount": 5107.0
            },
            {
                "team": "Miami Heat",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "824fad89-d853-4754-a6a0-6e797f66f137",
            "gambit_id": "8ecfc307-5ac8-4825-afde-8b05e157ba23",
            "last_updated": "2023-12-30T16:23:09.272236-05:00",
            "created_at": "2023-12-28T10:03:14.057267-05:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2403a4c6-30af-4a53-acce-0bd82b2a3fd4/?format=api"
        },
        {
            "id": "48ebf00e-e589-44c3-8315-540c58d54e62",
            "gambit_id": "682fb49b-c10e-4fb6-8d98-9bcc444f006e",
            "last_updated": "2023-12-30T16:23:09.267127-05:00",
            "created_at": "2023-12-28T10:03:14.048216-05:00",
            "name": "Miami Heat",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2403a4c6-30af-4a53-acce-0bd82b2a3fd4/?format=api"
        }
    ]
}