GET /api/bet_types/4f300d0d-43d5-4180-a465-84f85464bbb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f300d0d-43d5-4180-a465-84f85464bbb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/df0c4e03-1a64-4bef-b2fc-42264407e56d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:56.045780-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": "New Jersey Devils",
                "amount": 5512.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "95c66414-2cc0-42cc-bd72-215f617c38c8",
            "gambit_id": "4c940ada-16fa-4d16-aad4-48c7f943e914",
            "last_updated": "2023-03-08T10:52:02.720442-05:00",
            "created_at": "2023-03-07T09:41:56.048065-05:00",
            "name": "New Jersey Devils",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f300d0d-43d5-4180-a465-84f85464bbb6/?format=api"
        },
        {
            "id": "3816e76a-2462-4e01-bfed-75ca31e950f9",
            "gambit_id": "a2ba023a-9b12-42d7-8224-c28f1f14fa79",
            "last_updated": "2023-03-08T10:52:02.721601-05:00",
            "created_at": "2023-03-07T09:41:56.049587-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f300d0d-43d5-4180-a465-84f85464bbb6/?format=api"
        }
    ]
}