GET /api/bet_types/d5b6a197-77fa-4212-9a44-db00d8c612b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5b6a197-77fa-4212-9a44-db00d8c612b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/99c58f5e-4dc3-4bba-b029-7d6cd69cf710/?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": "Edmonton Oilers",
                "amount": 5974.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "a16998e9-f5ba-499c-89ba-6856ef722660",
            "gambit_id": "a5be579b-413e-4517-88fd-20d74c3dfc5b",
            "last_updated": "2022-12-17T09:47:21.843270-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b6a197-77fa-4212-9a44-db00d8c612b6/?format=api"
        },
        {
            "id": "ca830da8-4eee-41a4-97c8-6c65ef1ee620",
            "gambit_id": "34fc9e00-5b8f-486a-ab7e-d1331becc2cb",
            "last_updated": "2022-12-17T09:47:21.844369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b6a197-77fa-4212-9a44-db00d8c612b6/?format=api"
        }
    ]
}