GET /api/bet_types/61fd322a-41c2-4134-9a91-c38a7e249a3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61fd322a-41c2-4134-9a91-c38a7e249a3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/84bb5bea-af2f-4bff-a135-717783028ab7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T10:06:48.648879-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Memphis Grizzlies",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1800.0,
        "profit_sb_percentage": 20.0,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Memphis Grizzlies",
                "amount": 8631.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1369.0
            }
        ],
        "expected_reward_tokens": 9321.48,
        "profit_sb": 321.48,
        "profit_sb_percentage": 3.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2d1b3a8-9b33-47fe-905a-9db1dfad5985",
            "gambit_id": "702f204a-a51e-42fd-8a8f-36ca73cb2540",
            "last_updated": "2023-01-12T11:37:13.859742-05:00",
            "created_at": "2023-01-11T10:06:48.650006-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.08000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61fd322a-41c2-4134-9a91-c38a7e249a3c/?format=api"
        },
        {
            "id": "03cbb861-db78-44fe-8886-30f221eb9566",
            "gambit_id": "136f00ec-b2b6-4cae-a114-f3e9cba0396a",
            "last_updated": "2023-01-12T11:37:13.860910-05:00",
            "created_at": "2023-01-11T10:06:48.651146-05:00",
            "name": "San Antonio Spurs",
            "reward": "6.81000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61fd322a-41c2-4134-9a91-c38a7e249a3c/?format=api"
        }
    ]
}