GET /api/bet_types/a9cc07a6-b8ca-4834-8f70-60e53467f118/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9cc07a6-b8ca-4834-8f70-60e53467f118",
    "match": "https://api-prod.gambitprofit.com/api/matches/34cb0bda-2fe9-4951-bec3-c2d57396138a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:21.365416-05: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": "New York Islanders",
                "amount": 5773.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef01fbc1-1cec-4531-895f-6ebb5035a5cd",
            "gambit_id": "1a9c91fc-5a95-4438-8b68-e9c05032929a",
            "last_updated": "2024-01-24T22:28:17.328035-05:00",
            "created_at": "2024-01-23T09:43:21.375393-05:00",
            "name": "New York Islanders",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9cc07a6-b8ca-4834-8f70-60e53467f118/?format=api"
        },
        {
            "id": "ad250ca2-8236-4a5c-ba21-c02d291c0771",
            "gambit_id": "446a63ba-297e-492d-b512-2d805233605e",
            "last_updated": "2024-01-24T22:28:17.324143-05:00",
            "created_at": "2024-01-23T09:43:21.369489-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9cc07a6-b8ca-4834-8f70-60e53467f118/?format=api"
        }
    ]
}