GET /api/bet_types/e647d009-aa24-4010-b19b-8a269a0deef7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e647d009-aa24-4010-b19b-8a269a0deef7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c06c554f-3158-4cf5-91b2-3a83b28b1256/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:22.572873-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "56f38bf1-a0d6-4796-a203-abfe9a3bc6df",
            "gambit_id": "7389eedf-dc28-4b24-a4a9-1231ec9ad53a",
            "last_updated": "2023-07-10T10:13:18.791673-04:00",
            "created_at": "2023-07-08T08:38:22.577511-04:00",
            "name": "Game Total Under 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e647d009-aa24-4010-b19b-8a269a0deef7/?format=api"
        },
        {
            "id": "95833e0e-6d2a-4e5e-8a3e-26144313ef98",
            "gambit_id": "ae2c3086-cc29-485d-9473-0c8850cada63",
            "last_updated": "2023-07-10T10:13:18.789362-04:00",
            "created_at": "2023-07-08T08:38:22.575213-04:00",
            "name": "Game Total Over 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e647d009-aa24-4010-b19b-8a269a0deef7/?format=api"
        }
    ]
}