GET /api/bet_types/66e75800-9012-4bcf-a079-67cf935092f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66e75800-9012-4bcf-a079-67cf935092f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/607a7faa-a02e-41e2-bdfa-76d4a83a2c47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:06.256109-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": "BAL (K Gibson)",
                "amount": 5222.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "826e565e-5b34-4f18-8d1f-510089fc980b",
            "gambit_id": "29c9f3c8-78e5-48dc-b8f3-d9f64d8ee982",
            "last_updated": "2023-07-17T10:13:20.488368-04:00",
            "created_at": "2023-07-15T08:58:06.259333-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66e75800-9012-4bcf-a079-67cf935092f7/?format=api"
        },
        {
            "id": "76e571fc-edc2-4135-ada4-324dff0417b6",
            "gambit_id": "38e28c04-ae7a-4dc4-ae7b-d7984c12b058",
            "last_updated": "2023-07-17T10:13:20.486393-04:00",
            "created_at": "2023-07-15T08:58:06.257745-04:00",
            "name": "MIA (B Garrett)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66e75800-9012-4bcf-a079-67cf935092f7/?format=api"
        }
    ]
}