GET /api/bet_types/01c2919c-055f-4917-84cc-ba3010226510/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01c2919c-055f-4917-84cc-ba3010226510",
    "match": "https://api-prod.gambitprofit.com/api/matches/e05f506f-99b7-4caf-9f97-d514b7c886fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:11.588277-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Buffalo Bills",
                "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": "Buffalo Bills",
                "amount": 8769.0
            },
            {
                "team": "New England Patriots",
                "amount": 1231.0
            }
        ],
        "expected_reward_tokens": 9466.39,
        "profit_sb": -33.61,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bba4e2c-f3a9-45b8-94ac-e832896f9316",
            "gambit_id": "d701a5fa-f5e8-47fa-94cd-a6f70a5b2b5f",
            "last_updated": "2024-01-02T10:38:09.861361-05:00",
            "created_at": "2023-12-27T09:43:11.596239-05:00",
            "name": "Buffalo Bills",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01c2919c-055f-4917-84cc-ba3010226510/?format=api"
        },
        {
            "id": "66b64745-9798-4023-a42d-649b7b010ca1",
            "gambit_id": "d868313f-cb30-43a3-bbc2-5ec094e4a07e",
            "last_updated": "2024-01-02T10:38:09.857962-05:00",
            "created_at": "2023-12-27T09:43:11.592507-05:00",
            "name": "New England Patriots",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01c2919c-055f-4917-84cc-ba3010226510/?format=api"
        }
    ]
}