GET /api/bet_types/1e7418f4-5b2a-4cfe-8193-896525af52bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e7418f4-5b2a-4cfe-8193-896525af52bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b72299-93d1-49c3-8f6f-b161794b9ccc/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:13.762588-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "19145971-063b-4f51-a6a5-f4583c931d8a",
            "gambit_id": "ea6f4207-5858-4672-afbb-592f55f31d24",
            "last_updated": "2024-01-19T11:58:26.617207-05:00",
            "created_at": "2024-01-17T09:28:13.771689-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e7418f4-5b2a-4cfe-8193-896525af52bf/?format=api"
        },
        {
            "id": "e6647947-e66e-4b49-b8e1-8ebeb8914fce",
            "gambit_id": "2e4bb773-8ed1-4e92-9655-c2916ec0c9af",
            "last_updated": "2024-01-19T11:58:26.613976-05:00",
            "created_at": "2024-01-17T09:28:13.767270-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e7418f4-5b2a-4cfe-8193-896525af52bf/?format=api"
        }
    ]
}