GET /api/bet_types/bf8745c5-c14f-4ef3-8b4c-cddc7943fa63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf8745c5-c14f-4ef3-8b4c-cddc7943fa63",
    "match": "https://api-prod.gambitprofit.com/api/matches/26994adc-606b-4b4b-9245-02d0c6b156bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:49.883301-04: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": "Los Angeles Kings",
                "amount": 5000.0
            },
            {
                "team": "Calgary Flames",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "95046dab-764f-42b8-aca1-ea2945ccf9d1",
            "gambit_id": "91431d7d-ddbd-4932-9e35-d5db5b0fea62",
            "last_updated": "2023-03-21T10:52:09.528870-04:00",
            "created_at": "2023-03-20T09:31:49.885246-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8745c5-c14f-4ef3-8b4c-cddc7943fa63/?format=api"
        },
        {
            "id": "a3994c0a-7dcf-4ec7-89c9-3952097ec538",
            "gambit_id": "6202150d-eba8-4ee4-bb0d-dd976d7e364f",
            "last_updated": "2023-03-21T10:52:09.530204-04:00",
            "created_at": "2023-03-20T09:31:49.887341-04:00",
            "name": "Calgary Flames",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8745c5-c14f-4ef3-8b4c-cddc7943fa63/?format=api"
        }
    ]
}