GET /api/bet_types/c2ca428a-424a-4d85-9258-811329dcd00e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2ca428a-424a-4d85-9258-811329dcd00e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1afc9d4-3ffc-474d-bd33-1bf82d25a870/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-01T09:26:46.739734-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": "Boston Celtics",
                "amount": 7419.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2581.0
            }
        ],
        "expected_reward_tokens": 9420.65,
        "profit_sb": -79.35,
        "profit_sb_percentage": -0.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "666904e5-8d7e-487a-ab03-b7bef6482966",
            "gambit_id": "4208d2d0-aa79-4b71-8c29-a063eac1e8b8",
            "last_updated": "2023-02-02T10:37:04.002056-05:00",
            "created_at": "2023-02-01T09:26:46.741157-05:00",
            "name": "Boston Celtics",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ca428a-424a-4d85-9258-811329dcd00e/?format=api"
        },
        {
            "id": "7110cefa-3b98-425c-8ebd-02d075a218a0",
            "gambit_id": "695bd351-c28e-4af9-87b3-c9def08cf4da",
            "last_updated": "2023-02-02T10:37:04.003190-05:00",
            "created_at": "2023-02-01T09:26:46.742524-05:00",
            "name": "Brooklyn Nets",
            "reward": "3.65000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ca428a-424a-4d85-9258-811329dcd00e/?format=api"
        }
    ]
}