GET /api/bet_types/4ae4a579-b388-4ff3-adf8-8a5ce9b7cb88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ae4a579-b388-4ff3-adf8-8a5ce9b7cb88",
    "match": "https://api-prod.gambitprofit.com/api/matches/14b19fe8-4b0b-4ffd-ad76-608bb59ab77e/?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": "SDG (B Snell)",
                "amount": 6240.0
            },
            {
                "team": "ARI (M Bumgarner)",
                "amount": 3760.0
            }
        ],
        "expected_reward_tokens": 9172.8,
        "profit_sb": 172.8,
        "profit_sb_percentage": 1.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1e15378-d79a-4303-9935-18a8be25cb9d",
            "gambit_id": "7bce2787-6a1c-4ddc-aec4-e6e0fe46d9c4",
            "last_updated": "2022-09-17T17:07:22.047013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "1.47000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ae4a579-b388-4ff3-adf8-8a5ce9b7cb88/?format=api"
        },
        {
            "id": "2e86fec8-d910-4c32-9cbf-5dab67465ba2",
            "gambit_id": "7e2046e8-2aa1-444f-8a86-6ce007b6925d",
            "last_updated": "2022-09-17T17:07:22.046062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ae4a579-b388-4ff3-adf8-8a5ce9b7cb88/?format=api"
        }
    ]
}