GET /api/bet_types/fbdcb587-8564-4ff6-8e45-2752d7734100/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbdcb587-8564-4ff6-8e45-2752d7734100",
    "match": "https://api-prod.gambitprofit.com/api/matches/35720ac2-d754-4625-86ce-e22246b20b8a/?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": "New Jersey Devils",
                "amount": 5106.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": 395.04,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "1184784a-7f62-44b6-bc73-4f37d37d3b03",
            "gambit_id": "2a84aaf5-3a4a-4051-89a6-ecb5db36921f",
            "last_updated": "2022-11-02T10:52:36.034439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbdcb587-8564-4ff6-8e45-2752d7734100/?format=api"
        },
        {
            "id": "2818fbf5-619c-402f-9d8f-5b66612f79d0",
            "gambit_id": "9b2d5229-7e6d-4c20-9cc8-e1868bd8c141",
            "last_updated": "2022-11-02T10:52:36.033225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbdcb587-8564-4ff6-8e45-2752d7734100/?format=api"
        }
    ]
}