GET /api/bet_types/0477ee83-2c4c-442d-8f1a-e185495e2629/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0477ee83-2c4c-442d-8f1a-e185495e2629",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a70e284-cfdc-4cc6-be2c-651a92c9bc5e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:21.961022-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 Angeles Lakers",
                "amount": 8539.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1461.0
            }
        ],
        "expected_reward_tokens": 9478.29,
        "profit_sb": -21.71,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b7975be-c594-4708-b6da-67d4eecde95e",
            "gambit_id": "3c1924ea-da42-4858-95fb-6ed1046e9a10",
            "last_updated": "2024-02-07T01:52:58.544063-05:00",
            "created_at": "2024-02-05T10:03:21.965048-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0477ee83-2c4c-442d-8f1a-e185495e2629/?format=api"
        },
        {
            "id": "7025c95e-5d6b-43ce-ad64-bdfae7b3231a",
            "gambit_id": "46f44162-9b8c-4a50-bd7c-14c9eea29f72",
            "last_updated": "2024-02-07T01:52:58.547490-05:00",
            "created_at": "2024-02-05T10:03:21.968648-05:00",
            "name": "Charlotte Hornets",
            "reward": "6.49000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0477ee83-2c4c-442d-8f1a-e185495e2629/?format=api"
        }
    ]
}