GET /api/bet_types/54563cf7-4ef0-4f88-ae39-1d6c5772989b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54563cf7-4ef0-4f88-ae39-1d6c5772989b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2a893bf-2d77-47f9-8945-2f1f189db8a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T09:12:19.895208-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": "Columbus Blue Jackets",
                "amount": 5696.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "0efd98ac-3ede-4bb2-8ccb-66ca0bdbee27",
            "gambit_id": "3281815c-a02b-436a-aefc-83d8571d6b02",
            "last_updated": "2023-02-16T17:01:54.626451-05:00",
            "created_at": "2023-02-14T09:12:19.896525-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54563cf7-4ef0-4f88-ae39-1d6c5772989b/?format=api"
        },
        {
            "id": "6c6c8091-de04-4cef-8100-b005e8bb86e8",
            "gambit_id": "8f324e44-c9e5-4623-8835-aa731495a687",
            "last_updated": "2023-02-16T17:01:54.627636-05:00",
            "created_at": "2023-02-14T09:12:19.897801-05:00",
            "name": "New Jersey Devils",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54563cf7-4ef0-4f88-ae39-1d6c5772989b/?format=api"
        }
    ]
}