GET /api/bet_types/26f4d7c4-6f2d-4607-a51c-3779008c7efe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26f4d7c4-6f2d-4607-a51c-3779008c7efe",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbce3279-023a-42cd-aa9a-c1c413ed69ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:04.501586-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": "59d7825e-9f79-4c75-92e4-a5eba39bec25",
            "gambit_id": "fb3a99de-f635-41a7-95e5-7c750a2a6188",
            "last_updated": "2023-03-30T10:01:53.875198-04:00",
            "created_at": "2023-03-29T10:07:04.505094-04:00",
            "name": "Sacramento Kings",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4d7c4-6f2d-4607-a51c-3779008c7efe/?format=api"
        },
        {
            "id": "194630e4-3860-4022-bf57-0f57505f4035",
            "gambit_id": "2b654228-6ca4-4897-a85f-a82338903869",
            "last_updated": "2023-03-30T10:01:53.873606-04:00",
            "created_at": "2023-03-29T10:07:04.503279-04:00",
            "name": "Portland Trail Blazers",
            "reward": "7.72000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4d7c4-6f2d-4607-a51c-3779008c7efe/?format=api"
        }
    ]
}