GET /api/bet_types/3c913520-52a5-427b-9502-2427dbd656cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c913520-52a5-427b-9502-2427dbd656cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ec2749c-d4dd-4f88-9ba0-98c3762206e5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Colorado Avalanche",
                "amount": 5106.0
            },
            {
                "team": "New York Rangers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e38c401-b0f7-42c0-9ffe-3337d6f414ac",
            "gambit_id": "5ae3310d-435b-40c7-9841-00182506efeb",
            "last_updated": "2022-10-26T09:52:11.689315-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c913520-52a5-427b-9502-2427dbd656cf/?format=api"
        },
        {
            "id": "5be79597-42b7-4cea-84f2-ce9a35dc706b",
            "gambit_id": "0e4377cf-944c-4f6f-82ac-a9cac44369ce",
            "last_updated": "2022-10-26T09:52:11.688333-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c913520-52a5-427b-9502-2427dbd656cf/?format=api"
        }
    ]
}