GET /api/bet_types/90ccf46a-2c92-461e-b83a-07232109efe3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90ccf46a-2c92-461e-b83a-07232109efe3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0e0710-8641-4064-874b-a10c3db5a988/?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": 6104.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fa63cd5-b917-4f63-8111-d866448a99de",
            "gambit_id": "9e6f3e3f-946b-45ec-bf4e-369a85c67f02",
            "last_updated": "2022-10-18T09:12:07.965247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ccf46a-2c92-461e-b83a-07232109efe3/?format=api"
        },
        {
            "id": "8677e655-2cb0-4049-98c4-ba0c986e40e8",
            "gambit_id": "03511e45-8716-4a9f-946f-9ac9b0055fad",
            "last_updated": "2022-10-18T09:12:07.964230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90ccf46a-2c92-461e-b83a-07232109efe3/?format=api"
        }
    ]
}