GET /api/bet_types/70a4ffe7-471f-4220-b34d-a272d67cc904/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70a4ffe7-471f-4220-b34d-a272d67cc904",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0137bd7-25fb-4b45-b7da-6a49762b59f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:08.104080-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": "New York Knicks",
                "amount": 7828.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 9469.92,
        "profit_sb": -30.08,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd8b67ff-7096-4524-8473-6efe263856e9",
            "gambit_id": "7b91cc76-ba91-4da9-98ba-90d938bd0cbe",
            "last_updated": "2023-04-10T14:47:05.693738-04:00",
            "created_at": "2023-04-09T09:27:08.107727-04:00",
            "name": "New York Knicks",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a4ffe7-471f-4220-b34d-a272d67cc904/?format=api"
        },
        {
            "id": "86503a1e-4d98-4363-b514-c6800ba62ce5",
            "gambit_id": "622cdb1b-5336-4f96-b2b5-35c36ff9a615",
            "last_updated": "2023-04-10T14:47:05.691663-04:00",
            "created_at": "2023-04-09T09:27:08.105744-04:00",
            "name": "Indiana Pacers",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a4ffe7-471f-4220-b34d-a272d67cc904/?format=api"
        }
    ]
}