GET /api/bet_types/1b57799a-33a2-4454-9c39-3e2c80cbcfcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b57799a-33a2-4454-9c39-3e2c80cbcfcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c19d0a-d6a5-4215-961d-ffdfadfe1ffb/?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": "Syracuse",
                "amount": 7427.0
            },
            {
                "team": "Virginia",
                "amount": 2573.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "26ed3edf-a791-4a97-9eac-41f6a2abd278",
            "gambit_id": "cc7c7a8a-ad45-4349-bd15-04307c9cc35e",
            "last_updated": "2022-09-24T11:47:17.792169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.24000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b57799a-33a2-4454-9c39-3e2c80cbcfcc/?format=api"
        },
        {
            "id": "fee54807-182a-44fa-b91e-9ab5c01b4da0",
            "gambit_id": "0852ec65-d5d9-443b-be03-32153ed84066",
            "last_updated": "2022-09-24T11:47:17.793281-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "3.58000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b57799a-33a2-4454-9c39-3e2c80cbcfcc/?format=api"
        }
    ]
}