GET /api/bet_types/5dbaf1e2-4513-4995-b285-22c09833b573/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dbaf1e2-4513-4995-b285-22c09833b573",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb127452-e697-4867-a557-c683df02503b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:56.493590-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": "Atlanta Hawks",
                "amount": 5107.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dfaa44f-49e8-4538-a3a1-a65820711d4e",
            "gambit_id": "58e23d30-4aae-4bf6-8d6c-b047ec9716fe",
            "last_updated": "2024-01-05T14:03:02.843830-05:00",
            "created_at": "2024-01-03T09:37:56.502467-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbaf1e2-4513-4995-b285-22c09833b573/?format=api"
        },
        {
            "id": "84b30a11-abee-45ea-a96b-88e9c314ade8",
            "gambit_id": "98f37be2-895f-4404-a2f2-8c246c623a83",
            "last_updated": "2024-01-05T14:03:02.840466-05:00",
            "created_at": "2024-01-03T09:37:56.497378-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbaf1e2-4513-4995-b285-22c09833b573/?format=api"
        }
    ]
}