GET /api/bet_types/4a02e86c-1354-413e-8a08-7a2449d841e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a02e86c-1354-413e-8a08-7a2449d841e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f414d9a-ceba-48a6-a676-6b249451df49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:06.808841-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": "Florida Panthers",
                "amount": 7146.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2854.0
            }
        ],
        "expected_reward_tokens": 9503.82,
        "profit_sb": 3.82,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc8af6ae-9b14-4f69-9223-07d6aabb6c48",
            "gambit_id": "520ed05f-0d80-495c-886e-34ccae3e6457",
            "last_updated": "2023-11-15T14:53:08.141893-05:00",
            "created_at": "2023-11-14T09:13:06.812871-05:00",
            "name": "Florida Panthers",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a02e86c-1354-413e-8a08-7a2449d841e6/?format=api"
        },
        {
            "id": "4ec93065-43c8-4152-9763-6a8e1c645e0c",
            "gambit_id": "ebf5d095-9dac-4119-8eb4-3611344642bf",
            "last_updated": "2023-11-15T14:53:08.145442-05:00",
            "created_at": "2023-11-14T09:13:06.817172-05:00",
            "name": "San Jose Sharks",
            "reward": "3.33000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a02e86c-1354-413e-8a08-7a2449d841e6/?format=api"
        }
    ]
}