GET /api/bet_types/381292ce-3c8e-47ca-9cee-f6f3ff3ff6a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "381292ce-3c8e-47ca-9cee-f6f3ff3ff6a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5eb2618-9f69-4c19-bd11-a2a079a1b78f/?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": "Philadelphia Eagles",
                "amount": 7168.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 2832.0
            }
        ],
        "expected_reward_tokens": 9175.04,
        "profit_sb": 175.04,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "e599e052-d74a-4e8f-b3ea-0ac13b1b9321",
            "gambit_id": "8a76152c-b552-4f56-bdaf-8bbde7ae09c0",
            "last_updated": "2022-11-21T15:48:09.548407-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/381292ce-3c8e-47ca-9cee-f6f3ff3ff6a5/?format=api"
        },
        {
            "id": "577fa109-20c5-4e28-b7a9-979285cbe721",
            "gambit_id": "212281d6-5cfc-4ec4-a3a6-dd72d0939323",
            "last_updated": "2022-11-21T15:48:09.547229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "3.24000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/381292ce-3c8e-47ca-9cee-f6f3ff3ff6a5/?format=api"
        }
    ]
}