GET /api/bet_types/5e4428aa-f8b2-4f8a-897a-74063f15ecf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e4428aa-f8b2-4f8a-897a-74063f15ecf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4bdde6c-8d6e-44db-945b-51c379e7d99d/?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": "LOS (C Kershaw)",
                "amount": 6384.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 3616.0
            }
        ],
        "expected_reward_tokens": 9256.8,
        "profit_sb": 256.8,
        "profit_sb_percentage": 2.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf426019-6f90-49a5-9d56-120dc9a96a84",
            "gambit_id": "e026a71e-fac7-44b0-9a45-39d3b024432a",
            "last_updated": "2022-09-14T10:07:04.504449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e4428aa-f8b2-4f8a-897a-74063f15ecf0/?format=api"
        },
        {
            "id": "8d5f3406-6ae8-41dc-acef-ddc8c32f0662",
            "gambit_id": "601a32e9-4d6a-45a8-a7c1-7c5880a9e803",
            "last_updated": "2022-09-14T10:07:04.503370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "2.56000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e4428aa-f8b2-4f8a-897a-74063f15ecf0/?format=api"
        }
    ]
}