GET /api/bet_types/59e3dbae-b85d-4e47-b9be-a8d52bbc464c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59e3dbae-b85d-4e47-b9be-a8d52bbc464c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8917a972-6fad-4236-9dbf-bace71f15d59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T18:16:47.004581-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": "Boston Bruins",
                "amount": 6611.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9b0cac8-3dac-41ec-990f-f1190364e7d1",
            "gambit_id": "65937f1f-b349-4ccf-a3e9-e7b6c7bc625f",
            "last_updated": "2023-04-18T12:12:08.942944-04:00",
            "created_at": "2023-04-16T18:16:47.006264-04:00",
            "name": "Boston Bruins",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e3dbae-b85d-4e47-b9be-a8d52bbc464c/?format=api"
        },
        {
            "id": "621481f7-f327-4aaa-9a6d-06a473645cf8",
            "gambit_id": "c03c58ee-cf13-47a1-8cfc-4116d2b9bd06",
            "last_updated": "2023-04-18T12:12:08.945420-04:00",
            "created_at": "2023-04-16T18:16:47.008140-04:00",
            "name": "Florida Panthers",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e3dbae-b85d-4e47-b9be-a8d52bbc464c/?format=api"
        }
    ]
}