GET /api/bet_types/3f826276-dc23-4ad5-97cd-cd66a27678c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f826276-dc23-4ad5-97cd-cd66a27678c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ef1612f-6812-4aa3-8a4c-b0e68460b4fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:04.667451-04: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": "Dallas Stars",
                "amount": 6222.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae8b2241-eba2-41ce-b06b-6aea172edf8e",
            "gambit_id": "8a87d01d-514c-43ff-9f45-c2965171cfe5",
            "last_updated": "2023-11-03T10:43:07.984760-04:00",
            "created_at": "2023-11-02T09:03:04.671996-04:00",
            "name": "Dallas Stars",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f826276-dc23-4ad5-97cd-cd66a27678c1/?format=api"
        },
        {
            "id": "6a67a91a-7322-4dc2-9041-684fc95c7b8b",
            "gambit_id": "0a1bf808-753d-4856-a6d6-2179d5352fd4",
            "last_updated": "2023-11-03T10:43:07.988830-04:00",
            "created_at": "2023-11-02T09:03:04.676612-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f826276-dc23-4ad5-97cd-cd66a27678c1/?format=api"
        }
    ]
}