GET /api/bet_types/790c7598-8f63-4834-a9e9-7106b7122cc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "790c7598-8f63-4834-a9e9-7106b7122cc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/340d5a5d-99b4-46bb-82d7-617a813e1cd8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:27.226084-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": "Edmonton Oilers",
                "amount": 6390.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "042d1557-d23f-4337-a8b8-c7c2b6273fe0",
            "gambit_id": "0c890c5f-e194-43fb-aabb-0c8c6b677da9",
            "last_updated": "2024-01-09T10:13:15.610253-05:00",
            "created_at": "2024-01-06T09:23:27.233823-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/790c7598-8f63-4834-a9e9-7106b7122cc2/?format=api"
        },
        {
            "id": "d51eb0ee-6f55-4ceb-beb8-df418b07b7fa",
            "gambit_id": "df9b13a0-adb2-4720-badb-95fe616bc2fe",
            "last_updated": "2024-01-09T10:13:15.606786-05:00",
            "created_at": "2024-01-06T09:23:27.229580-05:00",
            "name": "Ottawa Senators",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/790c7598-8f63-4834-a9e9-7106b7122cc2/?format=api"
        }
    ]
}