GET /api/bet_types/9c2c33e9-72de-4f05-9be0-cebba1498b27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c2c33e9-72de-4f05-9be0-cebba1498b27",
    "match": "https://api-prod.gambitprofit.com/api/matches/65b73579-80eb-45ba-9fec-76bc35f2a6d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T14:17:10.395977-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": "Toronto Maple Leafs",
                "amount": 5945.0
            },
            {
                "team": "New York Rangers",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "40a31fc2-920b-4b42-87e0-45e5aa712ebd",
            "gambit_id": "db2117c1-69e8-4195-b934-c46100efa10c",
            "last_updated": "2023-01-26T10:57:03.818084-05:00",
            "created_at": "2023-01-25T14:17:10.397275-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c2c33e9-72de-4f05-9be0-cebba1498b27/?format=api"
        },
        {
            "id": "c592cf28-f463-4a46-b84a-221f4d9745fe",
            "gambit_id": "77c3aac5-e1bf-4694-ba0c-b8693a2910c2",
            "last_updated": "2023-01-26T10:57:03.819665-05:00",
            "created_at": "2023-01-25T14:17:10.398557-05:00",
            "name": "New York Rangers",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c2c33e9-72de-4f05-9be0-cebba1498b27/?format=api"
        }
    ]
}