GET /api/bet_types/e7152243-80c4-4588-89d3-6d7fceed1fc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7152243-80c4-4588-89d3-6d7fceed1fc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb4dbd3b-93d3-4a5c-a0a4-46474b8e39b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-29T11:47:13.824682-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Stars",
                "amount": 5421.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "0695ba2a-08b6-44a2-a767-32b8a70d2f97",
            "gambit_id": "b7b26301-cbbf-4edb-a698-cb943c67caf2",
            "last_updated": "2023-05-30T10:47:21.575162-04:00",
            "created_at": "2023-05-29T11:47:13.829623-04:00",
            "name": "Dallas Stars",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7152243-80c4-4588-89d3-6d7fceed1fc6/?format=api"
        },
        {
            "id": "a7a78c71-76b2-43ab-8e64-4b334c86a26d",
            "gambit_id": "43db7df9-acf2-407d-9d15-cd68f6f14574",
            "last_updated": "2023-05-30T10:47:21.573265-04:00",
            "created_at": "2023-05-29T11:47:13.827076-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7152243-80c4-4588-89d3-6d7fceed1fc6/?format=api"
        }
    ]
}