GET /api/bet_types/fc9411c7-628b-4964-8b9e-5ca8ff7df866/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc9411c7-628b-4964-8b9e-5ca8ff7df866",
    "match": "https://api-prod.gambitprofit.com/api/matches/834b0c18-7761-446e-8432-2079baee9555/?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": "NYM (C Carrasco)",
                "amount": 5256.0
            },
            {
                "team": "MIL (A Ashby)",
                "amount": 4744.0
            }
        ],
        "expected_reward_tokens": 9250.56,
        "profit_sb": 250.56,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "008d173f-4185-4b22-89e9-95e30367c7b2",
            "gambit_id": "602fc9ea-c027-4ce9-82e4-46132bd0335b",
            "last_updated": "2022-09-21T16:22:00.336586-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.76000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc9411c7-628b-4964-8b9e-5ca8ff7df866/?format=api"
        },
        {
            "id": "d76c2830-ec06-4dd0-be91-b69aa4fd6058",
            "gambit_id": "0f073154-9a01-4318-9baf-e1c7df6a03c4",
            "last_updated": "2022-09-21T16:22:00.335597-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (A Ashby)",
            "reward": "1.95000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc9411c7-628b-4964-8b9e-5ca8ff7df866/?format=api"
        }
    ]
}