GET /api/bet_types/523a14d1-dd60-4ce4-98a6-f8067b25c6f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "523a14d1-dd60-4ce4-98a6-f8067b25c6f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/76031a3f-12ce-441e-a7d7-4c1117129266/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-07T12:18:15.806960-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": "PHI",
                "amount": 5094.0
            },
            {
                "team": "ATL",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "0cea4626-5e0f-4cd9-b93b-0789d5f4ed0e",
            "gambit_id": "177bd58d-2ab5-450b-8b2c-6d2d1b3fed76",
            "last_updated": "2023-10-09T08:58:12.786961-04:00",
            "created_at": "2023-10-07T12:18:15.810684-04:00",
            "name": "PHI",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523a14d1-dd60-4ce4-98a6-f8067b25c6f5/?format=api"
        },
        {
            "id": "af27cec5-ef97-4cc3-885f-1f7aacaf8432",
            "gambit_id": "4e0ba282-541d-4953-b65f-21183845c8b4",
            "last_updated": "2023-10-09T08:58:12.791021-04:00",
            "created_at": "2023-10-07T12:18:15.815792-04:00",
            "name": "ATL",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523a14d1-dd60-4ce4-98a6-f8067b25c6f5/?format=api"
        }
    ]
}