GET /api/bet_types/1ae59348-6fc1-4b92-93b9-fd0d4c2a696e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ae59348-6fc1-4b92-93b9-fd0d4c2a696e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf6f9a17-233e-4777-ab9a-4343f491b8e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T17:22:10.088344-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": "Game Total Over 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "fae691a0-ea60-46df-be26-e906dd8deff4",
            "gambit_id": "1fa224e9-6795-4a7e-b524-e71e3e73abbc",
            "last_updated": "2023-02-26T11:46:57.572167-05:00",
            "created_at": "2023-02-25T17:22:10.091285-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae59348-6fc1-4b92-93b9-fd0d4c2a696e/?format=api"
        },
        {
            "id": "9bf63f4c-bd20-4cbe-9834-fc1024cb9491",
            "gambit_id": "c7dab5dc-185c-4d0e-a21e-facb098f59c3",
            "last_updated": "2023-02-26T11:46:57.570997-05:00",
            "created_at": "2023-02-25T17:22:10.089873-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae59348-6fc1-4b92-93b9-fd0d4c2a696e/?format=api"
        }
    ]
}