GET /api/bet_types/67d7cb72-6037-4f22-9ec5-d5c0c9e6f62f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67d7cb72-6037-4f22-9ec5-d5c0c9e6f62f",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c91030-ec2e-4e38-b411-92a9e8282923/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b4f91d1-e061-46b9-a62c-e0151a46b1a4",
            "gambit_id": "7b4aad51-a1d4-4f5d-af07-35646aab4454",
            "last_updated": "2022-09-29T10:22:29.981412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d7cb72-6037-4f22-9ec5-d5c0c9e6f62f/?format=api"
        },
        {
            "id": "11ac4225-f08c-4152-9336-50d243021772",
            "gambit_id": "3a70ea46-55bd-4f7d-8e68-4abd3ef976e6",
            "last_updated": "2022-09-29T10:22:29.980302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d7cb72-6037-4f22-9ec5-d5c0c9e6f62f/?format=api"
        }
    ]
}