GET /api/bet_types/dc3b34f5-a7b6-4fb7-a757-411c648f55ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc3b34f5-a7b6-4fb7-a757-411c648f55ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/311bed92-2638-4a57-bef3-488c2f14bc11/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:56.872584-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": "Game Total Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "48bbad09-d924-4de4-bf2d-6230b900d648",
            "gambit_id": "9f51b711-1744-44c1-87a0-30eeabaf0544",
            "last_updated": "2023-04-09T11:42:16.711286-04:00",
            "created_at": "2023-04-08T09:01:56.875389-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc3b34f5-a7b6-4fb7-a757-411c648f55ca/?format=api"
        },
        {
            "id": "533b8138-9c9c-4974-aac6-5d390b1ea8e5",
            "gambit_id": "3fdd8b88-bbdd-43cd-a8bf-f2695555cfce",
            "last_updated": "2023-04-09T11:42:16.714127-04:00",
            "created_at": "2023-04-08T09:01:56.878500-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc3b34f5-a7b6-4fb7-a757-411c648f55ca/?format=api"
        }
    ]
}