GET /api/bet_types/e420a8d3-29f6-4ebe-a1a0-e944aae661cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e420a8d3-29f6-4ebe-a1a0-e944aae661cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/27a44e9e-ac3a-4b6c-9e3b-10d07015b07d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:12:59.364894-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": "New York Rangers",
                "amount": 6090.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6332fac-c0b2-45e6-a6fd-6b1cdac55acf",
            "gambit_id": "29d65aa0-4cb4-4eae-bbad-fbf89792310b",
            "last_updated": "2023-12-26T15:28:18.691498-05:00",
            "created_at": "2023-12-23T09:12:59.373213-05:00",
            "name": "New York Rangers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e420a8d3-29f6-4ebe-a1a0-e944aae661cc/?format=api"
        },
        {
            "id": "68606041-14e6-49d3-9a10-eee6816621cd",
            "gambit_id": "c6ca327e-fb5f-4211-a1e2-e2d366f29435",
            "last_updated": "2023-12-26T15:28:18.686267-05:00",
            "created_at": "2023-12-23T09:12:59.369236-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e420a8d3-29f6-4ebe-a1a0-e944aae661cc/?format=api"
        }
    ]
}