GET /api/bet_types/b52337af-ade3-4304-81da-97611d03c68d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b52337af-ade3-4304-81da-97611d03c68d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dae1cb62-76c9-481b-8b66-c5e0f8f32fb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:09.712350-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": "Dallas Stars",
                "amount": 5214.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "cacab71d-23d9-49f9-b202-0e0a9cf75756",
            "gambit_id": "139f995c-c7b1-4c46-b33f-a72d4fcbe161",
            "last_updated": "2023-11-06T09:13:27.896204-05:00",
            "created_at": "2023-11-04T09:48:09.716166-04:00",
            "name": "Dallas Stars",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b52337af-ade3-4304-81da-97611d03c68d/?format=api"
        },
        {
            "id": "41290264-a169-478d-aa97-4430a44b8ffb",
            "gambit_id": "868dc816-a102-4faf-af78-f0a4aa954a70",
            "last_updated": "2023-11-06T09:13:27.899810-05:00",
            "created_at": "2023-11-04T09:48:09.720618-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b52337af-ade3-4304-81da-97611d03c68d/?format=api"
        }
    ]
}