GET /api/bet_types/94e313dc-af2f-4973-94f6-32f073531e36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94e313dc-af2f-4973-94f6-32f073531e36",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb27b39a-c906-4395-9158-d7da8049faa3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:52:11.933317-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Memphis Grizzlies",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Memphis Grizzlies",
                "amount": 9107.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 893.0
            }
        ],
        "expected_reward_tokens": 9465.8,
        "profit_sb": -34.2,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "97273951-0eeb-4fe2-86bf-e6941b1e73c2",
            "gambit_id": "16c611be-121b-4562-8eba-d1977f2e8fc4",
            "last_updated": "2023-04-05T17:32:12.246772-04:00",
            "created_at": "2023-04-04T09:52:11.935116-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94e313dc-af2f-4973-94f6-32f073531e36/?format=api"
        },
        {
            "id": "6c000ff8-76a8-4bcd-b19c-ae693c0b0c33",
            "gambit_id": "7112118c-54c8-4eef-9adf-05b3ffdd6943",
            "last_updated": "2023-04-05T17:32:12.248146-04:00",
            "created_at": "2023-04-04T09:52:11.936894-04:00",
            "name": "Portland Trail Blazers",
            "reward": "10.60000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94e313dc-af2f-4973-94f6-32f073531e36/?format=api"
        }
    ]
}