GET /api/bet_types/9a73b551-4f6b-411e-becc-90282c95f95d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a73b551-4f6b-411e-becc-90282c95f95d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfbb315b-130b-4050-b9e8-369868bf05b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:13.784061-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": "WAS",
                "amount": 5107.0
            },
            {
                "team": "TOR",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c5672c8-d0a4-4cb8-96e4-865ecf8d838a",
            "gambit_id": "caf02099-2d2b-460d-815d-c4a296f2a741",
            "last_updated": "2023-08-31T19:28:23.969055-04:00",
            "created_at": "2023-08-30T08:18:13.788607-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a73b551-4f6b-411e-becc-90282c95f95d/?format=api"
        },
        {
            "id": "1d5c1e5b-5b2d-4bc6-9d92-ae62776c6d3a",
            "gambit_id": "86d7adbe-7c48-4d64-b473-a6a51ebc4c4a",
            "last_updated": "2023-08-31T19:28:23.973899-04:00",
            "created_at": "2023-08-30T08:18:13.797203-04:00",
            "name": "TOR",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a73b551-4f6b-411e-becc-90282c95f95d/?format=api"
        }
    ]
}