GET /api/bet_types/7424bb70-dbd3-4d4c-8062-c76fe633bbb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7424bb70-dbd3-4d4c-8062-c76fe633bbb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/af6a5226-8d42-4f91-83a8-b9d51397b7e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:18.871217-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": 7766.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2234.0
            }
        ],
        "expected_reward_tokens": 9472.16,
        "profit_sb": -27.84,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "31961af2-d1d1-4631-86f3-d9b53141e031",
            "gambit_id": "dac44040-f690-4df5-a1c3-16b5b03006f4",
            "last_updated": "2023-11-18T17:58:22.900125-05:00",
            "created_at": "2023-11-17T09:23:18.875946-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7424bb70-dbd3-4d4c-8062-c76fe633bbb7/?format=api"
        },
        {
            "id": "ac45d3a6-d8ea-4131-bdfe-924c0bcc2e68",
            "gambit_id": "96fca415-34bb-43fc-b247-cd1dc2a7b379",
            "last_updated": "2023-11-18T17:58:22.906079-05:00",
            "created_at": "2023-11-17T09:23:18.882431-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.24000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7424bb70-dbd3-4d4c-8062-c76fe633bbb7/?format=api"
        }
    ]
}