GET /api/bet_types/5dbb3ad3-90c7-42eb-a5a3-bc17686226a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dbb3ad3-90c7-42eb-a5a3-bc17686226a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e9f4ac2-9204-4a77-83d1-07d3fe6f614d/?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": "Toronto Maple Leafs",
                "amount": 6584.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3416.0
            }
        ],
        "expected_reward_tokens": 9085.92,
        "profit_sb": 85.92,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "000332e4-ce05-4c51-8941-f38db7225322",
            "gambit_id": "97e8399c-a6eb-44ef-8723-1aa0e68490ba",
            "last_updated": "2022-11-28T11:26:55.914280-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbb3ad3-90c7-42eb-a5a3-bc17686226a9/?format=api"
        },
        {
            "id": "bcd0aa6d-8b9f-4f3c-8d45-c02fc2159af9",
            "gambit_id": "3231f4b7-5a8f-4816-89a7-85d9ea9447a8",
            "last_updated": "2022-11-28T11:26:55.913219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbb3ad3-90c7-42eb-a5a3-bc17686226a9/?format=api"
        }
    ]
}