GET /api/bet_types/fce2aa3a-0a5c-47ac-a74c-986613dd8649/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fce2aa3a-0a5c-47ac-a74c-986613dd8649",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eca8057-38be-4590-84e5-e370c7188616/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T10:32:10.965006-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": "Boston Celtics",
                "amount": 6864.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f34e5e7d-bb9b-46f0-8ae9-d2fc0a9f873c",
            "gambit_id": "c6e695c7-a18f-4395-bf04-5fc36d06cb7f",
            "last_updated": "2023-03-18T14:42:06.555219-04:00",
            "created_at": "2023-03-17T10:32:10.967915-04:00",
            "name": "Boston Celtics",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fce2aa3a-0a5c-47ac-a74c-986613dd8649/?format=api"
        },
        {
            "id": "13b67407-8e93-4025-ab0d-a5c697d4e9cb",
            "gambit_id": "90b26e15-db58-4724-b663-12904a5bd86b",
            "last_updated": "2023-03-18T14:42:06.553182-04:00",
            "created_at": "2023-03-17T10:32:10.966517-04:00",
            "name": "Portland Trail Blazers",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fce2aa3a-0a5c-47ac-a74c-986613dd8649/?format=api"
        }
    ]
}