GET /api/bet_types/eb65811c-b234-4529-912c-f0bb961fb03f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb65811c-b234-4529-912c-f0bb961fb03f",
    "match": "https://api-prod.gambitprofit.com/api/matches/31058bc2-2019-451d-8312-33961897ba92/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-14T09:13:24.852871-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": "CHC",
                "amount": 5614.0
            },
            {
                "team": "BOS",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "00ae366b-d908-4ead-8bea-fbf560953ebf",
            "gambit_id": "a40531f6-212c-4e3c-b0e8-59b236081ebe",
            "last_updated": "2023-07-17T09:13:04.845721-04:00",
            "created_at": "2023-07-14T09:13:24.856162-04:00",
            "name": "CHC",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb65811c-b234-4529-912c-f0bb961fb03f/?format=api"
        },
        {
            "id": "a5e82f96-cb15-4548-985b-8a071cdb3b74",
            "gambit_id": "c8d7c434-b7af-47eb-bead-7fd295b00f84",
            "last_updated": "2023-07-17T09:13:04.843273-04:00",
            "created_at": "2023-07-14T09:13:24.854625-04:00",
            "name": "BOS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb65811c-b234-4529-912c-f0bb961fb03f/?format=api"
        }
    ]
}