GET /api/bet_types/6958cf99-9a92-4911-af69-aca0a29f29ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6958cf99-9a92-4911-af69-aca0a29f29ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f6816d6-3bed-491b-9c1e-f20e44d4ac73/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Carolina Hurricanes",
                "amount": 6683.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 9154.92,
        "profit_sb": 154.92,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "c35bb60e-6e0c-42fd-81c9-de7f95d979d5",
            "gambit_id": "9fb11658-0506-4c4d-a535-a2a60a7a052a",
            "last_updated": "2022-11-15T11:52:42.912133-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6958cf99-9a92-4911-af69-aca0a29f29ab/?format=api"
        },
        {
            "id": "7f9452e3-64a2-40b8-93ce-ebeaa5bd6fd4",
            "gambit_id": "33350f8c-97dd-44a0-937e-2c7e7a35c0e6",
            "last_updated": "2022-11-15T11:52:42.911155-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.76000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6958cf99-9a92-4911-af69-aca0a29f29ab/?format=api"
        }
    ]
}