GET /api/bet_types/90d37d08-d1bb-4924-bd00-8ac1a2706717/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90d37d08-d1bb-4924-bd00-8ac1a2706717",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3bab50e-a220-430d-a273-df8b9599b598/?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": 5000.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "63c7acd3-ebfa-48ce-a02c-ff4646bab1a0",
            "gambit_id": "7d257fdb-19e0-4acc-a513-6907c64f6d83",
            "last_updated": "2022-11-19T10:48:39.953392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90d37d08-d1bb-4924-bd00-8ac1a2706717/?format=api"
        },
        {
            "id": "f0635db7-0e58-400d-a84e-6117dcaa796d",
            "gambit_id": "22b96b9e-7f7c-473a-8884-bb6864ef303d",
            "last_updated": "2022-11-19T10:48:39.954779-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90d37d08-d1bb-4924-bd00-8ac1a2706717/?format=api"
        }
    ]
}