GET /api/bet_types/2b8cb71e-c3c9-4d68-ae6d-f51ee42c59de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b8cb71e-c3c9-4d68-ae6d-f51ee42c59de",
    "match": "https://api-prod.gambitprofit.com/api/matches/debf28a9-7da1-40a5-8c6c-16c951652afa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-21T09:33:14.934646-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": "Tampa Bay Lightning",
                "amount": 5107.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3af080f4-64b9-411b-b297-6b0d576a3c22",
            "gambit_id": "75056534-d47a-49f5-9485-10e9518f568f",
            "last_updated": "2024-01-23T18:52:55.969064-05:00",
            "created_at": "2024-01-21T09:33:14.942232-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8cb71e-c3c9-4d68-ae6d-f51ee42c59de/?format=api"
        },
        {
            "id": "f4419e5f-1096-4f00-86ba-8f93e1c503a7",
            "gambit_id": "ffba8050-674f-47f3-ae42-e1159e5ec54d",
            "last_updated": "2024-01-23T18:52:55.972539-05:00",
            "created_at": "2024-01-21T09:33:14.949206-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8cb71e-c3c9-4d68-ae6d-f51ee42c59de/?format=api"
        }
    ]
}