GET /api/bet_types/6c7607d4-71a0-4a5e-a023-084ec013c53a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c7607d4-71a0-4a5e-a023-084ec013c53a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e4d9924-761d-40ae-98b9-6bfb92dd2b5b/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-31T00:17:10.456852-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 58.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b702e00-1a8d-4c10-8a7b-176dc9f3dbd7",
            "gambit_id": "d70e0e56-7d15-4ccc-927b-8c07fd4c5fd3",
            "last_updated": "2023-01-01T10:27:16.313083-05:00",
            "created_at": "2022-12-31T00:17:10.458077-05:00",
            "name": "Game Total Under 58.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7607d4-71a0-4a5e-a023-084ec013c53a/?format=api"
        },
        {
            "id": "2afce9e7-c51f-47d0-aa4e-f4e6ed4ff42c",
            "gambit_id": "edd25d25-460e-4002-bb5a-d8f5b15bac97",
            "last_updated": "2023-01-01T10:27:16.314244-05:00",
            "created_at": "2022-12-31T00:17:10.459284-05:00",
            "name": "Game Total Over 58.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7607d4-71a0-4a5e-a023-084ec013c53a/?format=api"
        }
    ]
}