GET /api/bet_types/3a147adc-abc7-475a-b201-fe5be1b98760/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a147adc-abc7-475a-b201-fe5be1b98760",
    "match": "https://api-prod.gambitprofit.com/api/matches/9947b70c-8364-4ee0-99a1-8d5febc2080b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:22.041103-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": "SDG (S Lugo)",
                "amount": 5299.0
            },
            {
                "team": "SFO (A Desclafani)",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9590.04,
        "profit_sb": 90.04,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e8b977b-e0b8-4c5c-a9f7-cf8aecfdda50",
            "gambit_id": "d6b8d490-a1e0-4977-9b8c-83a44554f575",
            "last_updated": "2023-06-22T10:08:27.206018-04:00",
            "created_at": "2023-06-20T08:33:22.048653-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a147adc-abc7-475a-b201-fe5be1b98760/?format=api"
        },
        {
            "id": "b014fc38-6af0-4cc7-9bcd-2d3c208052de",
            "gambit_id": "fafc8694-77a3-4371-b3a0-e53800f31715",
            "last_updated": "2023-06-22T10:08:27.203965-04:00",
            "created_at": "2023-06-20T08:33:22.044511-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "2.04000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a147adc-abc7-475a-b201-fe5be1b98760/?format=api"
        }
    ]
}