GET /api/bet_types/c7ff6cc8-3bb9-471e-8695-ebbe28bd7374/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7ff6cc8-3bb9-471e-8695-ebbe28bd7374",
    "match": "https://api-prod.gambitprofit.com/api/matches/120f35d0-9e08-48a8-bbc7-c4460d80269f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T10:33:21.805367-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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c1423bb-b7f3-44ff-a50c-9843899f8f31",
            "gambit_id": "51b6f727-a4e6-4f12-bf28-6fac5898eb17",
            "last_updated": "2023-12-30T16:33:09.639232-05:00",
            "created_at": "2023-12-27T10:33:21.810962-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7ff6cc8-3bb9-471e-8695-ebbe28bd7374/?format=api"
        },
        {
            "id": "347f6ec4-1e1a-465e-baa1-f868be6742b2",
            "gambit_id": "5e020e38-9271-49b7-9eb3-3db5dbe185f9",
            "last_updated": "2023-12-30T16:33:09.644693-05:00",
            "created_at": "2023-12-27T10:33:21.815895-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7ff6cc8-3bb9-471e-8695-ebbe28bd7374/?format=api"
        }
    ]
}