GET /api/bet_types/c6d4ce45-ef81-43dd-95af-2f81254e4f2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6d4ce45-ef81-43dd-95af-2f81254e4f2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/facc7f26-1f45-4266-aed9-87df3c1f0f43/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:07:59.961929-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 Jersey Devils",
                "amount": 6849.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "f133b97f-fe20-42ed-b430-4a617955cbfc",
            "gambit_id": "0bcf9954-6256-4755-8c02-b9ff3fde06d8",
            "last_updated": "2023-11-27T09:58:19.436999-05:00",
            "created_at": "2023-11-24T09:07:59.970421-05:00",
            "name": "New Jersey Devils",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6d4ce45-ef81-43dd-95af-2f81254e4f2c/?format=api"
        },
        {
            "id": "c9c0a9c2-4d0c-48bd-b1ae-5a24c248cac4",
            "gambit_id": "19f3731c-16e8-4356-80b5-d1284236c2e4",
            "last_updated": "2023-11-27T09:58:19.433445-05:00",
            "created_at": "2023-11-24T09:07:59.965572-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6d4ce45-ef81-43dd-95af-2f81254e4f2c/?format=api"
        }
    ]
}