GET /api/bet_types/cff63a01-d47d-4ca6-8c0f-ef57bd75e194/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cff63a01-d47d-4ca6-8c0f-ef57bd75e194",
    "match": "https://api-prod.gambitprofit.com/api/matches/abac5a36-8a8d-4c03-abdc-21db547de6ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:01.417330-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": "Atlanta Falcons",
                "amount": 5094.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dee4a6b5-02fa-4de1-9ad5-bdc09d86ce14",
            "gambit_id": "a4e8fed5-44cf-4aa0-a9d4-b246c758a7d5",
            "last_updated": "2023-10-23T13:38:24.017432-04:00",
            "created_at": "2023-10-18T09:13:01.422191-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cff63a01-d47d-4ca6-8c0f-ef57bd75e194/?format=api"
        },
        {
            "id": "796ee767-1bc9-4a14-b49a-04361d9c2134",
            "gambit_id": "c7762428-d3d7-4575-ad44-6830bced7f46",
            "last_updated": "2023-10-23T13:38:24.020994-04:00",
            "created_at": "2023-10-18T09:13:01.427415-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cff63a01-d47d-4ca6-8c0f-ef57bd75e194/?format=api"
        }
    ]
}