GET /api/bet_types/6b505509-6585-4bac-82ce-c032188cfc30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b505509-6585-4bac-82ce-c032188cfc30",
    "match": "https://api-prod.gambitprofit.com/api/matches/0679666b-6759-4664-afc3-ea5237b8951e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-12T09:32:56.900618-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": 6160.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "e049d287-5889-4855-ae7d-bbd8c8f0a270",
            "gambit_id": "9ecf7e39-c86e-4f75-a861-6ab4c59550c3",
            "last_updated": "2023-11-13T19:33:23.125950-05:00",
            "created_at": "2023-11-12T09:32:56.909637-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b505509-6585-4bac-82ce-c032188cfc30/?format=api"
        },
        {
            "id": "342de634-197b-4807-ac88-72352ad1c840",
            "gambit_id": "48ec99b0-a6fd-4327-8c51-72b1995192b3",
            "last_updated": "2023-11-13T19:33:23.121933-05:00",
            "created_at": "2023-11-12T09:32:56.905034-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b505509-6585-4bac-82ce-c032188cfc30/?format=api"
        }
    ]
}