GET /api/bet_types/0774dc56-07da-4b2f-9555-cfa80b8592d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0774dc56-07da-4b2f-9555-cfa80b8592d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cf733ca-15ff-4335-a500-33d435884ac4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:21:59.363955-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": 6329.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3671.0
            }
        ],
        "expected_reward_tokens": 9618.02,
        "profit_sb": 118.02,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "8859fb5d-dd5a-4a59-aa89-16dabd085912",
            "gambit_id": "f91460ff-05d2-4fc3-b5d7-8372f8ee621b",
            "last_updated": "2023-01-23T10:07:17.487087-05:00",
            "created_at": "2023-01-21T08:21:59.366551-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.52000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0774dc56-07da-4b2f-9555-cfa80b8592d1/?format=api"
        },
        {
            "id": "148b97d9-ee24-4766-8a9c-b8c14c97fc87",
            "gambit_id": "e9196807-109d-4fd1-8c69-82bec92f388a",
            "last_updated": "2023-01-23T10:07:17.485085-05:00",
            "created_at": "2023-01-21T08:21:59.365236-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.62000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0774dc56-07da-4b2f-9555-cfa80b8592d1/?format=api"
        }
    ]
}