GET /api/bet_types/15c6a501-20b7-467c-8424-5ff71576b819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15c6a501-20b7-467c-8424-5ff71576b819",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd061829-a2f1-455f-aadf-f12c22349589/?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": "South Florida",
                "amount": 5000.0
            },
            {
                "team": "Central Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "95cd2641-7be8-4c01-b22e-a21dfdcdb039",
            "gambit_id": "72a83e86-12c8-4b2e-9848-0c582d13ccf7",
            "last_updated": "2022-11-28T09:32:05.622087-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c6a501-20b7-467c-8424-5ff71576b819/?format=api"
        },
        {
            "id": "f00d0d9e-9dd6-4c23-8ecd-d77e0b922f13",
            "gambit_id": "e6877078-2ab8-4636-9686-06b62fa3589c",
            "last_updated": "2022-11-28T09:32:05.623075-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c6a501-20b7-467c-8424-5ff71576b819/?format=api"
        }
    ]
}