GET /api/bet_types/4eba45d6-a8db-4723-b576-8e0f8807b6e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4eba45d6-a8db-4723-b576-8e0f8807b6e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a98d1b39-4f39-4663-8eaf-aebe404b43b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:05.223001-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": "Arizona Coyotes",
                "amount": 6232.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "33b1099d-d5bf-4a77-99f5-f4783b523349",
            "gambit_id": "a06bcb73-6c80-4245-8256-e8ddb4c5c5ec",
            "last_updated": "2024-01-11T11:08:03.410624-05:00",
            "created_at": "2024-01-09T09:23:05.230612-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eba45d6-a8db-4723-b576-8e0f8807b6e7/?format=api"
        },
        {
            "id": "6fc7703b-c1e0-4b4c-8e80-3c0ace7af277",
            "gambit_id": "9c2b1cb0-73be-4d2c-a4b7-3d013c29faac",
            "last_updated": "2024-01-11T11:08:03.407006-05:00",
            "created_at": "2024-01-09T09:23:05.226769-05:00",
            "name": "Boston Bruins",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eba45d6-a8db-4723-b576-8e0f8807b6e7/?format=api"
        }
    ]
}