GET /api/bet_types/12807ec3-30f6-41b7-8ffc-4f47e641bd5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12807ec3-30f6-41b7-8ffc-4f47e641bd5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9988de92-cbf4-467f-bd01-16e2b00b0b8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:09.866328-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "29f2aee7-e5ba-4588-b94d-af32ce16b3bf",
            "gambit_id": "00e3ae63-a9a5-4163-a8dd-34f9da82070f",
            "last_updated": "2023-12-16T10:32:54.872626-05:00",
            "created_at": "2023-12-14T09:28:09.873659-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12807ec3-30f6-41b7-8ffc-4f47e641bd5e/?format=api"
        },
        {
            "id": "297e4b21-69ae-4570-8421-530116c075ab",
            "gambit_id": "60716bd2-8b04-436b-b243-f88c4cf924c7",
            "last_updated": "2023-12-16T10:32:54.875990-05:00",
            "created_at": "2023-12-14T09:28:09.878704-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12807ec3-30f6-41b7-8ffc-4f47e641bd5e/?format=api"
        }
    ]
}