GET /api/bet_types/2e9aebd0-4aa5-4ba2-9067-32618cbac6c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e9aebd0-4aa5-4ba2-9067-32618cbac6c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9335e35e-850c-4888-aeaf-17cb7032794c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:13.060368-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d61314f2-73c5-406e-b536-219de3697471",
            "gambit_id": "9085d64f-9a3d-42d8-aba9-f6a101fc6a9a",
            "last_updated": "2023-11-16T14:33:15.414489-05:00",
            "created_at": "2023-11-15T09:18:13.064424-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e9aebd0-4aa5-4ba2-9067-32618cbac6c5/?format=api"
        },
        {
            "id": "18c25f7e-0a24-4976-beea-61dfe5d07d16",
            "gambit_id": "263766c0-9961-449a-b1d1-0371210c5533",
            "last_updated": "2023-11-16T14:33:15.417652-05:00",
            "created_at": "2023-11-15T09:18:13.069914-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e9aebd0-4aa5-4ba2-9067-32618cbac6c5/?format=api"
        }
    ]
}