GET /api/bet_types/70a90b80-2560-4ef0-af12-8bb2158bf615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70a90b80-2560-4ef0-af12-8bb2158bf615",
    "match": "https://api-prod.gambitprofit.com/api/matches/da3ea905-2b66-438b-91bc-cc7ca8963160/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:09.812148-04: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": "CHC (K Hendricks)",
                "amount": 5615.0
            },
            {
                "team": "ARI (B Pfaadt)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "711a68b2-09e7-4284-b2f6-2b089977dffe",
            "gambit_id": "c8e90840-e1b6-4e8b-97db-2784db6b1bcc",
            "last_updated": "2023-09-17T12:17:56.054999-04:00",
            "created_at": "2023-09-10T10:03:09.820063-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a90b80-2560-4ef0-af12-8bb2158bf615/?format=api"
        },
        {
            "id": "2a5bdd39-df61-4979-9c9d-940b4b9fd1ba",
            "gambit_id": "66f138b4-755e-4a2c-826d-8aaa673c4b22",
            "last_updated": "2023-09-17T12:17:56.050700-04:00",
            "created_at": "2023-09-10T10:03:09.816071-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a90b80-2560-4ef0-af12-8bb2158bf615/?format=api"
        }
    ]
}