GET /api/bet_types/79c70d51-a859-4a93-a2fb-c02e6351dd85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79c70d51-a859-4a93-a2fb-c02e6351dd85",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef3b261a-c342-4a6d-9faa-9b85fe7e14ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:16.512574-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": "Colorado Avalanche",
                "amount": 5317.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d4492d4-ec50-4527-b76c-908aa93afde0",
            "gambit_id": "2b0fc828-eacb-4244-92a7-df4d584beedd",
            "last_updated": "2023-03-17T13:52:05.122082-04:00",
            "created_at": "2023-03-16T17:37:16.516706-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79c70d51-a859-4a93-a2fb-c02e6351dd85/?format=api"
        },
        {
            "id": "3c93f127-7fb2-490d-809e-8ef0c7468824",
            "gambit_id": "526258ba-c32f-470a-8bf2-e44d81440af0",
            "last_updated": "2023-03-17T13:52:05.121111-04:00",
            "created_at": "2023-03-16T17:37:16.514498-04:00",
            "name": "Ottawa Senators",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79c70d51-a859-4a93-a2fb-c02e6351dd85/?format=api"
        }
    ]
}