GET /api/bet_types/5e785ccf-bb46-4b6f-942d-03b53201e0e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e785ccf-bb46-4b6f-942d-03b53201e0e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3462b120-c7d6-425f-9892-26c97c3fae02/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:05.136796-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": "Seattle Kraken",
                "amount": 5214.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "7437dee9-acbd-4269-aff5-668a0f3948d5",
            "gambit_id": "65a1f4cd-335b-4a2d-af48-fa637b94c7a0",
            "last_updated": "2023-11-03T10:43:10.623322-04:00",
            "created_at": "2023-11-02T09:03:05.145926-04:00",
            "name": "Seattle Kraken",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e785ccf-bb46-4b6f-942d-03b53201e0e7/?format=api"
        },
        {
            "id": "3f86c5cd-4ee4-484f-8975-1f830a1d23ea",
            "gambit_id": "cdf81f61-b4be-4b64-89b8-0e5e9285b294",
            "last_updated": "2023-11-03T10:43:10.619477-04:00",
            "created_at": "2023-11-02T09:03:05.141115-04:00",
            "name": "Nashville Predators",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e785ccf-bb46-4b6f-942d-03b53201e0e7/?format=api"
        }
    ]
}