GET /api/bet_types/7299de74-fb5c-4b6f-bba4-6941621371eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7299de74-fb5c-4b6f-bba4-6941621371eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/69181129-2120-4fc3-b914-d8f80522016b/?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": "Winnipeg Jets",
                "amount": 6571.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3429.0
            }
        ],
        "expected_reward_tokens": 9462.24,
        "profit_sb": -37.76,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a6f578a-81cc-449a-87e1-622ad9bbf26b",
            "gambit_id": "c7430617-a849-49cf-9a2e-b27b9df97590",
            "last_updated": "2022-10-18T09:12:07.781298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7299de74-fb5c-4b6f-bba4-6941621371eb/?format=api"
        },
        {
            "id": "131abd92-60fe-407b-91cc-c1514b7d71bf",
            "gambit_id": "400e03bf-f518-4cc5-b66e-bcb1fac59094",
            "last_updated": "2022-10-18T09:12:07.780328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7299de74-fb5c-4b6f-bba4-6941621371eb/?format=api"
        }
    ]
}