GET /api/bet_types/2b3a8881-f4b2-4b39-81b7-7e564324eee1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b3a8881-f4b2-4b39-81b7-7e564324eee1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2285a162-15a8-4829-8c74-e2c1e313cf83/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:56.933691-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": "New York Knicks",
                "amount": 7828.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 9469.92,
        "profit_sb": -30.08,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "10e218e6-845b-4ffc-9bc9-0173e91aa522",
            "gambit_id": "5371d454-cb29-4dfe-a03a-bfa2bb6aba71",
            "last_updated": "2023-03-08T10:07:24.972923-05:00",
            "created_at": "2023-03-07T09:41:56.935084-05:00",
            "name": "New York Knicks",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3a8881-f4b2-4b39-81b7-7e564324eee1/?format=api"
        },
        {
            "id": "cb4377c4-4b06-4bd3-b25f-616427704e86",
            "gambit_id": "231c87d8-6fd5-4154-823e-695b8f201984",
            "last_updated": "2023-03-08T10:07:24.974008-05:00",
            "created_at": "2023-03-07T09:41:56.936628-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3a8881-f4b2-4b39-81b7-7e564324eee1/?format=api"
        }
    ]
}