GET /api/bet_types/96e0feb9-242f-46c8-a8a8-f05a69a28b89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96e0feb9-242f-46c8-a8a8-f05a69a28b89",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec35e7e6-2376-40d7-8f6f-09abdc46075a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T09:56:50.078979-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 8773.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1227.0
            }
        ],
        "expected_reward_tokens": 9472.44,
        "profit_sb": -27.56,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "677286a5-ebbd-40e4-8785-36e0be56ddad",
            "gambit_id": "87d91833-5f30-4209-acf5-6e00f082d31a",
            "last_updated": "2023-04-01T10:17:08.007694-04:00",
            "created_at": "2023-03-31T09:56:50.083041-04:00",
            "name": "Sacramento Kings",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e0feb9-242f-46c8-a8a8-f05a69a28b89/?format=api"
        },
        {
            "id": "76799298-d6fa-45cd-b872-a3d6b03dfa3b",
            "gambit_id": "6d789756-a604-4663-b4ef-abda5651848d",
            "last_updated": "2023-04-01T10:17:08.005795-04:00",
            "created_at": "2023-03-31T09:56:50.080998-04:00",
            "name": "Portland Trail Blazers",
            "reward": "7.72000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e0feb9-242f-46c8-a8a8-f05a69a28b89/?format=api"
        }
    ]
}