GET /api/bet_types/f19a68ef-f9c0-4ded-96d6-d4b2b3bb2857/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f19a68ef-f9c0-4ded-96d6-d4b2b3bb2857",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ad4e63a-c301-4a5d-8adf-619bea016615/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T13:02:11.382946-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": "DC Defenders",
                "amount": 6759.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d94f513-0c32-4d96-8af4-29f26f3e1aaa",
            "gambit_id": "40ada099-dee3-41af-ba8c-90d62e97a945",
            "last_updated": "2023-03-13T19:17:10.140992-04:00",
            "created_at": "2023-03-11T13:02:11.385381-05:00",
            "name": "DC Defenders",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f19a68ef-f9c0-4ded-96d6-d4b2b3bb2857/?format=api"
        },
        {
            "id": "df1b2196-9462-4399-a34b-6e56bc49d762",
            "gambit_id": "a17b25f6-d680-4f98-9e9f-b5e24cc1cf2b",
            "last_updated": "2023-03-13T19:17:10.142767-04:00",
            "created_at": "2023-03-11T13:02:11.387190-05:00",
            "name": "Vegas Vipers",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f19a68ef-f9c0-4ded-96d6-d4b2b3bb2857/?format=api"
        }
    ]
}