GET /api/bet_types/ca7d1233-b141-4882-8dce-f771f1057c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca7d1233-b141-4882-8dce-f771f1057c8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f856dda5-eaf9-40ca-b054-ae455abbb5a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:10.610627-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": "Los Angeles Rams",
                "amount": 5107.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ecf9e94-4ecf-422b-9d31-649343966b3d",
            "gambit_id": "97b85754-889b-4330-9b03-656a9cccdcdf",
            "last_updated": "2023-12-19T09:53:14.679583-05:00",
            "created_at": "2023-12-15T09:13:10.619062-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca7d1233-b141-4882-8dce-f771f1057c8d/?format=api"
        },
        {
            "id": "30a08b2a-1014-4471-a791-5983cd51433a",
            "gambit_id": "3fdcf403-dba5-4947-adb0-285a25fda79c",
            "last_updated": "2023-12-19T09:53:14.676161-05:00",
            "created_at": "2023-12-15T09:13:10.615029-05:00",
            "name": "Washington Commanders",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca7d1233-b141-4882-8dce-f771f1057c8d/?format=api"
        }
    ]
}