GET /api/bet_types/7dcce7cb-1338-4edf-9ad2-da2edd1a00bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7dcce7cb-1338-4edf-9ad2-da2edd1a00bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/97869aa5-242f-4687-ba23-a01bb41e05bc/?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": "PHI (K Gibson)",
                "amount": 5928.0
            },
            {
                "team": "MIA (E Cabrera)",
                "amount": 4072.0
            }
        ],
        "expected_reward_tokens": 9365.6,
        "profit_sb": 365.6,
        "profit_sb_percentage": 4.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "dedaae23-9bbc-4a7a-a44e-86ade83bcc3b",
            "gambit_id": "c38dcc6b-bfa8-448f-b33d-ea29f59ca76f",
            "last_updated": "2022-08-12T09:57:11.016900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (K Gibson)",
            "reward": "1.58000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dcce7cb-1338-4edf-9ad2-da2edd1a00bb/?format=api"
        },
        {
            "id": "1b144b76-70c9-47a4-840d-c24e18eefd9e",
            "gambit_id": "7f8d75e0-5524-4bb1-8886-e2c178a7f7f2",
            "last_updated": "2022-08-12T09:57:11.017303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (E Cabrera)",
            "reward": "2.30000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dcce7cb-1338-4edf-9ad2-da2edd1a00bb/?format=api"
        }
    ]
}