GET /api/bet_types/15ffa4e0-02f0-4c97-b4bc-9f725998f91f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15ffa4e0-02f0-4c97-b4bc-9f725998f91f",
    "match": "https://api-prod.gambitprofit.com/api/matches/77f39e58-5133-4bc2-af6e-0c86efdda5a3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 8734.0
            },
            {
                "team": "Arizona",
                "amount": 1266.0
            }
        ],
        "expected_reward_tokens": 9343.08,
        "profit_sb": 343.08,
        "profit_sb_percentage": 3.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "9297ff48-bb00-43cf-8028-806e9b77cc85",
            "gambit_id": "e2dcdb3a-302d-49f0-87ca-9cd42cebe1b7",
            "last_updated": "2022-11-14T09:29:07.907564-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ffa4e0-02f0-4c97-b4bc-9f725998f91f/?format=api"
        },
        {
            "id": "3d0c0a73-9ea0-455a-b0cd-89fde3ecbe34",
            "gambit_id": "4a67ac0d-4520-4a67-8624-ae5e7f9df81f",
            "last_updated": "2022-11-14T09:29:07.908545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "7.38000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ffa4e0-02f0-4c97-b4bc-9f725998f91f/?format=api"
        }
    ]
}