GET /api/bet_types/c0e8f6ae-73d9-46db-aeae-ae42453a61e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0e8f6ae-73d9-46db-aeae-ae42453a61e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1956242-e913-4bab-8705-3bead389c8e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-21T09:03:03.950704-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f6d8e5f-8b29-44aa-8937-37580f10fd4b",
            "gambit_id": "9e90406a-4041-4990-9671-460c83e45953",
            "last_updated": "2023-11-22T09:48:26.871078-05:00",
            "created_at": "2023-11-21T09:03:03.956207-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0e8f6ae-73d9-46db-aeae-ae42453a61e4/?format=api"
        },
        {
            "id": "fc6f85e8-8e15-4d59-95bb-7460e9327b56",
            "gambit_id": "2954a154-f542-42e9-be12-04b583ce3f39",
            "last_updated": "2023-11-22T09:48:26.874543-05:00",
            "created_at": "2023-11-21T09:03:03.961859-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0e8f6ae-73d9-46db-aeae-ae42453a61e4/?format=api"
        }
    ]
}