GET /api/bet_types/0f55d2a4-8a54-4cd0-8297-0cb99214c4c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f55d2a4-8a54-4cd0-8297-0cb99214c4c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6b4bcd-44a1-4807-b9dc-b2dccf8b3b4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:05.240553-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": "Dallas Stars",
                "amount": 5000.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c528e654-c8cb-4f06-86b9-1fa4738a7614",
            "gambit_id": "ab5f7d2c-146e-45c8-9ff7-8e76c9196817",
            "last_updated": "2023-11-13T14:03:16.261958-05:00",
            "created_at": "2023-11-11T08:53:05.245409-05:00",
            "name": "Dallas Stars",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f55d2a4-8a54-4cd0-8297-0cb99214c4c2/?format=api"
        },
        {
            "id": "eb32d91f-cffa-4647-8e70-a8d0b5421b1c",
            "gambit_id": "6b909a16-8d1d-48fe-8647-8b6acbd77252",
            "last_updated": "2023-11-13T14:03:16.265170-05:00",
            "created_at": "2023-11-11T08:53:05.250616-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f55d2a4-8a54-4cd0-8297-0cb99214c4c2/?format=api"
        }
    ]
}