GET /api/bet_types/5604a343-ee8a-45d2-85aa-591db2aa9d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5604a343-ee8a-45d2-85aa-591db2aa9d8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/48fba8be-12a0-41f7-856d-523045a383a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:59.560787-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": "New Jersey Devils",
                "amount": 6617.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3383.0
            }
        ],
        "expected_reward_tokens": 9065.29,
        "profit_sb": 65.29,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "07fdc303-a3c7-4130-bb20-24232b11fa24",
            "gambit_id": "ea9f6734-1fdd-4d3e-8b41-db6bf954e1a5",
            "last_updated": "2023-01-16T09:57:13.261266-05:00",
            "created_at": "2023-01-14T08:26:59.566675-05:00",
            "name": "New Jersey Devils",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5604a343-ee8a-45d2-85aa-591db2aa9d8b/?format=api"
        },
        {
            "id": "690af5d3-95fd-4bd1-8a28-94fedfb3732c",
            "gambit_id": "20de37f4-09bb-4abd-a5c2-a2cf7e6b37f5",
            "last_updated": "2023-01-16T09:57:13.258155-05:00",
            "created_at": "2023-01-14T08:26:59.563700-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.68000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5604a343-ee8a-45d2-85aa-591db2aa9d8b/?format=api"
        }
    ]
}