GET /api/bet_types/48d93733-2fac-44d9-97ee-c29b50363341/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48d93733-2fac-44d9-97ee-c29b50363341",
    "match": "https://api-prod.gambitprofit.com/api/matches/c737e4a4-f001-4df8-8afc-822245438eaa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:57.685403-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "edf3c759-be4f-4a8f-a15a-2184b6f466b8",
            "gambit_id": "0d71ee5d-1b29-4687-828b-59d48b9c86a7",
            "last_updated": "2023-01-15T15:27:10.126494-05:00",
            "created_at": "2023-01-14T08:26:57.691439-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d93733-2fac-44d9-97ee-c29b50363341/?format=api"
        },
        {
            "id": "b9ba9766-86aa-4dff-b2da-679674fb98b0",
            "gambit_id": "27745d30-f4ff-4fc2-b3ae-1e4fcb68d967",
            "last_updated": "2023-01-15T15:27:10.123385-05:00",
            "created_at": "2023-01-14T08:26:57.688431-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d93733-2fac-44d9-97ee-c29b50363341/?format=api"
        }
    ]
}