GET /api/bet_types/05b7123b-93ad-4adb-a788-cbe117ebd73a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05b7123b-93ad-4adb-a788-cbe117ebd73a",
    "match": "https://api-prod.gambitprofit.com/api/matches/28fef7cf-29d0-4970-afd5-01e6b1e821af/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIN (B Ober)",
                "amount": 5312.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "c29c1bec-a82b-4fdd-a2e3-e9dd91a4220c",
            "gambit_id": "e94b9260-820a-4e02-83dc-c032c6474b49",
            "last_updated": "2022-09-22T14:57:18.160288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (B Ober)",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05b7123b-93ad-4adb-a788-cbe117ebd73a/?format=api"
        },
        {
            "id": "f5064e9e-6236-4e32-b616-e04b94798474",
            "gambit_id": "0041f199-2b38-4de3-874f-a171f1721ed3",
            "last_updated": "2022-09-22T14:57:18.159285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (D Lynch)",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05b7123b-93ad-4adb-a788-cbe117ebd73a/?format=api"
        }
    ]
}