GET /api/bet_types/1bdae5a9-b261-47e5-9d26-f303a25a534b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bdae5a9-b261-47e5-9d26-f303a25a534b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fdd943d-c27b-433f-9b50-20683861c480/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:03.299342-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": "LAA",
                "amount": 5213.0
            },
            {
                "team": "SEA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1073b112-dc37-4123-874e-1983c5a7bd6d",
            "gambit_id": "e2782cbf-1f6d-4f19-93d6-3940e8fad46f",
            "last_updated": "2023-09-15T16:23:16.859657-04:00",
            "created_at": "2023-09-12T09:23:03.303114-04:00",
            "name": "LAA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bdae5a9-b261-47e5-9d26-f303a25a534b/?format=api"
        },
        {
            "id": "1074a40d-0e96-4f6d-9e9d-ad1238f8db3c",
            "gambit_id": "4bd5f890-0ff9-4710-8637-629abf1196a6",
            "last_updated": "2023-09-15T16:23:16.863647-04:00",
            "created_at": "2023-09-12T09:23:03.307879-04:00",
            "name": "SEA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bdae5a9-b261-47e5-9d26-f303a25a534b/?format=api"
        }
    ]
}