GET /api/bet_types/502fb807-0b55-4805-bd4d-af97e86cd8fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "502fb807-0b55-4805-bd4d-af97e86cd8fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ce8e70f-7cd7-48f3-bb90-a323ab04c7ea/?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": "CWS (L Giolito)",
                "amount": 5479.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 4521.0
            }
        ],
        "expected_reward_tokens": 9313.26,
        "profit_sb": 313.26,
        "profit_sb_percentage": 3.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "47c96893-49f0-43d3-8bbf-022ee76e2b23",
            "gambit_id": "2cb6b21f-9cf1-4ddb-b25e-c22abd771986",
            "last_updated": "2022-08-31T11:42:12.589471-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (L Giolito)",
            "reward": "1.70000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/502fb807-0b55-4805-bd4d-af97e86cd8fc/?format=api"
        },
        {
            "id": "50909a3d-d6b9-4984-bf1f-857e176b3ccc",
            "gambit_id": "ec6a4a73-8525-4d7e-9ccb-bdb7589c6fd0",
            "last_updated": "2022-08-31T11:42:12.588998-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (B Singer)",
            "reward": "2.06000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/502fb807-0b55-4805-bd4d-af97e86cd8fc/?format=api"
        }
    ]
}