GET /api/bet_types/56b594da-0cee-4a63-90e9-e45632b27bcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56b594da-0cee-4a63-90e9-e45632b27bcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/55c34f40-2885-4299-8345-d4c5af68be60/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:36:55.849657-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 2.5",
                "amount": 5067.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9272.61,
        "profit_sb": -227.39,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f1693ca-f7b1-46a3-a176-45c212bced34",
            "gambit_id": "b829e9d2-8b56-43ec-8ecb-80f23c74440c",
            "last_updated": "2023-01-19T09:37:19.122739-05:00",
            "created_at": "2023-01-18T09:36:55.853359-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b594da-0cee-4a63-90e9-e45632b27bcc/?format=api"
        },
        {
            "id": "2b417d9f-ee54-4c84-84cb-074cadacb1ee",
            "gambit_id": "e81a9d3b-dc63-4914-96aa-4dbc2575c71d",
            "last_updated": "2023-01-19T09:37:19.121645-05:00",
            "created_at": "2023-01-18T09:36:55.851579-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.88000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b594da-0cee-4a63-90e9-e45632b27bcc/?format=api"
        }
    ]
}