GET /api/bet_types/46db0e9f-9948-4cf5-9fbb-546c895f3317/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46db0e9f-9948-4cf5-9fbb-546c895f3317",
    "match": "https://api-prod.gambitprofit.com/api/matches/87fd6e8b-2aa3-4968-9bfe-510461daeb8e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:15.286234-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": "Philadelphia Flyers",
                "amount": 6928.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "730e3ac9-a61b-4b8b-8264-9fe65578cb5a",
            "gambit_id": "2c87f420-1425-42d9-8256-3434ab19b964",
            "last_updated": "2023-11-03T10:13:02.636635-04:00",
            "created_at": "2023-11-01T09:08:15.297058-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46db0e9f-9948-4cf5-9fbb-546c895f3317/?format=api"
        },
        {
            "id": "ddc014fa-a39d-4e76-b189-daa78cbe6e7c",
            "gambit_id": "dbd02796-6a35-463c-a08e-bd6b0e17edb3",
            "last_updated": "2023-11-03T10:13:02.633340-04:00",
            "created_at": "2023-11-01T09:08:15.291608-04:00",
            "name": "Buffalo Sabres",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46db0e9f-9948-4cf5-9fbb-546c895f3317/?format=api"
        }
    ]
}