GET /api/bet_types/08462c54-9fe0-432f-9104-5af3dbf7c085/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08462c54-9fe0-432f-9104-5af3dbf7c085",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?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": "Vancouver Canucks",
                "amount": 5097.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "5520f708-e954-4450-91b3-e8bf39c6346f",
            "gambit_id": "29176938-ccb0-4e53-90c6-f57703092b97",
            "last_updated": "2022-11-28T14:02:14.089127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08462c54-9fe0-432f-9104-5af3dbf7c085/?format=api"
        },
        {
            "id": "3d90ae86-45d7-498b-922f-a74ca14b5cd9",
            "gambit_id": "d17bfd11-37ce-49cf-856c-04bdf1a9d1d0",
            "last_updated": "2022-11-28T14:02:14.088176-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08462c54-9fe0-432f-9104-5af3dbf7c085/?format=api"
        }
    ]
}