GET /api/bet_types/1c2f5faa-95e4-4a3a-b655-43d290eef7b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c2f5faa-95e4-4a3a-b655-43d290eef7b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bf8f70b-b449-4d29-bf6d-93f7b33300e0/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "71e5dc49-bf40-4174-a0e8-e747be33a37b",
            "gambit_id": "7a827ffe-999e-4a50-9d04-30474081b988",
            "last_updated": "2022-12-01T16:17:24.224787-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c2f5faa-95e4-4a3a-b655-43d290eef7b5/?format=api"
        },
        {
            "id": "a3190e63-9009-4bc3-969b-c32d93e1c7d5",
            "gambit_id": "b610d168-0825-4aa9-ac8d-378f80106f62",
            "last_updated": "2022-12-01T16:17:24.223770-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c2f5faa-95e4-4a3a-b655-43d290eef7b5/?format=api"
        }
    ]
}