GET /api/bet_types/5ed7d045-eaa7-4e07-9be4-bb736f459ad5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ed7d045-eaa7-4e07-9be4-bb736f459ad5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ed6fd9-3909-4b7a-b9ba-bb60547199ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:57.992094-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": "Memphis Grizzlies",
                "amount": 5213.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "143fc750-4da6-4324-86c8-15abf415efd8",
            "gambit_id": "92f107c1-ecdf-4f57-b978-d344f254b58a",
            "last_updated": "2023-03-08T09:26:59.586111-05:00",
            "created_at": "2023-03-07T09:41:57.994760-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed7d045-eaa7-4e07-9be4-bb736f459ad5/?format=api"
        },
        {
            "id": "198e9434-86b5-4bdc-a1e9-619671f38380",
            "gambit_id": "2b7fe9a8-bbfb-4871-bdab-f69a519e6474",
            "last_updated": "2023-03-08T09:26:59.584997-05:00",
            "created_at": "2023-03-07T09:41:57.993410-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed7d045-eaa7-4e07-9be4-bb736f459ad5/?format=api"
        }
    ]
}