GET /api/bet_types/907d1a56-8bb3-4a3c-a833-49fcd84ba87f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "907d1a56-8bb3-4a3c-a833-49fcd84ba87f",
    "match": "https://api-prod.gambitprofit.com/api/matches/404af451-c58f-4f50-8574-07424ee48f0b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-22T09:01:56.325947-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": "Atlanta FaZe",
                "amount": 5259.0
            },
            {
                "team": "New York Subliners",
                "amount": 4741.0
            }
        ],
        "expected_reward_tokens": 9150.13,
        "profit_sb": -349.87,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5fb2666-f006-4fb9-b161-38ee13ace667",
            "gambit_id": "fb739990-1d60-4e12-9394-30a99eb67f47",
            "last_updated": "2023-01-23T15:42:00.837636-05:00",
            "created_at": "2023-01-22T09:01:56.327225-05:00",
            "name": "Atlanta FaZe",
            "reward": "1.74000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/907d1a56-8bb3-4a3c-a833-49fcd84ba87f/?format=api"
        },
        {
            "id": "4bf4ed1e-a901-4b29-9097-47f3a361a29f",
            "gambit_id": "dfa51f09-5b49-4488-8a35-b19e2421a2ba",
            "last_updated": "2023-01-23T15:42:00.838789-05:00",
            "created_at": "2023-01-22T09:01:56.328531-05:00",
            "name": "New York Subliners",
            "reward": "1.93000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/907d1a56-8bb3-4a3c-a833-49fcd84ba87f/?format=api"
        }
    ]
}