GET /api/bet_types/e7fb7bcc-9dee-4d27-a49b-734eb46ac2bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7fb7bcc-9dee-4d27-a49b-734eb46ac2bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/024ac75b-7545-49bc-8a2c-96efed93a8d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:57.943380-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": "Colorado Avalanche",
                "amount": 5703.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9581.04,
        "profit_sb": 81.04,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9b9a503-6f15-486e-882c-719280309b9c",
            "gambit_id": "2d3c1090-71c5-4c9d-96f8-cc39b28b69dd",
            "last_updated": "2023-01-21T10:57:15.145418-05:00",
            "created_at": "2023-01-20T09:21:57.945854-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.68000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7fb7bcc-9dee-4d27-a49b-734eb46ac2bc/?format=api"
        },
        {
            "id": "db5543c0-8fdc-434b-a005-1414ccf60c92",
            "gambit_id": "4d73ae29-8d6f-4eb2-9f81-0146594414d7",
            "last_updated": "2023-01-21T10:57:15.144365-05:00",
            "created_at": "2023-01-20T09:21:57.944628-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.23000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7fb7bcc-9dee-4d27-a49b-734eb46ac2bc/?format=api"
        }
    ]
}