GET /api/bet_types/4ae4116b-378e-41cf-8dbb-f116624f86d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ae4116b-378e-41cf-8dbb-f116624f86d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/502dbf36-3582-4ae4-b921-6b1c4fcfb8dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T15:32:00.417618-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4369b9d-b860-4170-b5f4-888e58c7e084",
            "gambit_id": "eb79757b-b53d-40ab-b27e-87f56682cd46",
            "last_updated": "2023-01-11T10:46:57.210466-05:00",
            "created_at": "2023-01-10T15:32:00.418843-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ae4116b-378e-41cf-8dbb-f116624f86d5/?format=api"
        },
        {
            "id": "9b1720ba-10c4-43ca-9adb-3ee64efb5252",
            "gambit_id": "b1a74f57-ace9-408c-897d-988cc315189b",
            "last_updated": "2023-01-11T10:46:57.211491-05:00",
            "created_at": "2023-01-10T15:32:00.420075-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ae4116b-378e-41cf-8dbb-f116624f86d5/?format=api"
        }
    ]
}