GET /api/bet_types/7547fcfe-d063-4047-abf3-2964e789bde8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7547fcfe-d063-4047-abf3-2964e789bde8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6098642-5464-450a-a7bb-51d1452514e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:00.827525-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 7",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "938d8993-dd24-482c-99d5-a2e1af39fadb",
            "gambit_id": "c3c3ec94-3247-49e2-abdf-c634c85c737b",
            "last_updated": "2023-02-24T12:41:56.591097-05:00",
            "created_at": "2023-02-23T09:07:00.829064-05:00",
            "name": "Game Total Under 7",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7547fcfe-d063-4047-abf3-2964e789bde8/?format=api"
        },
        {
            "id": "7df8f6ef-fcb7-484f-99f2-afe62cc147d5",
            "gambit_id": "f01874d3-ef5d-4201-aa8b-2c4115db8be0",
            "last_updated": "2023-02-24T12:41:56.592339-05:00",
            "created_at": "2023-02-23T09:07:00.830479-05:00",
            "name": "Game Total Over 7",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7547fcfe-d063-4047-abf3-2964e789bde8/?format=api"
        }
    ]
}