GET /api/bet_types/e962fd90-b400-40e3-a361-bdbb8c93226d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e962fd90-b400-40e3-a361-bdbb8c93226d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d36ad8e8-ab28-45d4-b9e2-7cbb64910e63/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:10.564252-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": "Portland Trail Blazers",
                "amount": 5696.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "07613c95-6902-40c8-b5a4-1f802213620c",
            "gambit_id": "32b8cd6c-08ac-4d40-93f9-7d3f77ba659d",
            "last_updated": "2023-02-11T14:17:14.367726-05:00",
            "created_at": "2023-02-10T09:02:10.565514-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e962fd90-b400-40e3-a361-bdbb8c93226d/?format=api"
        },
        {
            "id": "9b71cf29-9be0-4b6a-9626-b797142d4735",
            "gambit_id": "63d727ac-fb97-42d5-8186-abdd6af13037",
            "last_updated": "2023-02-11T14:17:14.369092-05:00",
            "created_at": "2023-02-10T09:02:10.566936-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e962fd90-b400-40e3-a361-bdbb8c93226d/?format=api"
        }
    ]
}