GET /api/bet_types/4af61c64-0c18-46fb-9f20-24c51b383369/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4af61c64-0c18-46fb-9f20-24c51b383369",
    "match": "https://api-prod.gambitprofit.com/api/matches/e784c15d-fdd3-495c-8d9b-546915f6b07a/?format=api",
    "name": "Pick the Winner",
    "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": "LOS (M Grove)",
                "amount": 6871.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3129.0
            }
        ],
        "expected_reward_tokens": 9480.87,
        "profit_sb": -19.13,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "27f7daf0-8321-46ad-81a9-e8b7cf4973d4",
            "gambit_id": "251d23cd-688f-4e8c-a426-40e13c26af9b",
            "last_updated": "2022-10-02T15:17:31.629526-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (M Grove)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af61c64-0c18-46fb-9f20-24c51b383369/?format=api"
        },
        {
            "id": "ed0d1ae7-8570-4128-a4ce-1eda4ae2234a",
            "gambit_id": "13348e90-c376-491a-8439-86e6af51342c",
            "last_updated": "2022-10-02T15:17:31.630625-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "3.03000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af61c64-0c18-46fb-9f20-24c51b383369/?format=api"
        }
    ]
}