GET /api/bet_types/23e304bc-5682-462c-9de6-3ed6dbd43ff8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23e304bc-5682-462c-9de6-3ed6dbd43ff8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f2c449a-59ac-41ad-ac94-3fc22384ea33/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:05.104943-04: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": "SDG (R Weathers)",
                "amount": 5711.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "16faa2a6-6fe1-4c71-83fb-9471d7eb65e7",
            "gambit_id": "43d75afa-e2b7-4d45-9e53-2d1838bc205b",
            "last_updated": "2023-06-11T10:28:01.360282-04:00",
            "created_at": "2023-06-10T09:38:05.106689-04:00",
            "name": "SDG (R Weathers)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e304bc-5682-462c-9de6-3ed6dbd43ff8/?format=api"
        },
        {
            "id": "317a9626-2ba8-468c-9a86-55093215d77c",
            "gambit_id": "1f17e10b-9e7b-40b2-854a-67bd8b03b5f4",
            "last_updated": "2023-06-11T10:28:01.362649-04:00",
            "created_at": "2023-06-10T09:38:05.109083-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e304bc-5682-462c-9de6-3ed6dbd43ff8/?format=api"
        }
    ]
}