GET /api/bet_types/37d5f433-4856-4f0a-b48b-9d2a9aa9cf67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37d5f433-4856-4f0a-b48b-9d2a9aa9cf67",
    "match": "https://api-prod.gambitprofit.com/api/matches/285c8452-49dc-47d4-b2bd-8531c5222151/?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 Under 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c55f250-b858-4574-9272-7d4e10732a1e",
            "gambit_id": "f637c8d5-2513-49fc-a7b6-b8cfdbbe81be",
            "last_updated": "2022-08-21T12:47:07.111862-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d5f433-4856-4f0a-b48b-9d2a9aa9cf67/?format=api"
        },
        {
            "id": "603cc798-c912-4267-8b22-3de79920992b",
            "gambit_id": "7a3f0c6e-7d19-4603-b2b7-aafcdae44437",
            "last_updated": "2022-08-21T12:47:07.112442-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d5f433-4856-4f0a-b48b-9d2a9aa9cf67/?format=api"
        }
    ]
}