GET /api/bet_types/ac74659b-fbc4-4722-8068-8c1bd48e1dd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac74659b-fbc4-4722-8068-8c1bd48e1dd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e86cdd0-8dc2-404b-8b23-e144565e0bed/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:20.330711-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 6.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "84983062-7c6e-4e5c-89c1-d2b7aad262fe",
            "gambit_id": "2dec0c71-4862-4844-b3d2-dfeb46353980",
            "last_updated": "2023-12-08T21:08:04.940774-05:00",
            "created_at": "2023-12-07T09:48:20.335203-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac74659b-fbc4-4722-8068-8c1bd48e1dd0/?format=api"
        },
        {
            "id": "5437f12f-32b3-477c-a4a2-77cfcb99bd70",
            "gambit_id": "6e0dc42a-1e6e-452e-b6c9-8b5dccc0e65b",
            "last_updated": "2023-12-08T21:08:04.945442-05:00",
            "created_at": "2023-12-07T09:48:20.339045-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac74659b-fbc4-4722-8068-8c1bd48e1dd0/?format=api"
        }
    ]
}