GET /api/bet_types/415d2ec2-34fe-401f-8f7e-39cbbd8a109a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "415d2ec2-34fe-401f-8f7e-39cbbd8a109a",
    "match": "https://api-prod.gambitprofit.com/api/matches/206b1a40-c8de-4c34-8167-4b4acf26790a/?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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "6295979c-b41d-4e26-b975-db98c68a4cb5",
            "gambit_id": "2e0e7fa0-4079-41df-a35c-6f7802c0691d",
            "last_updated": "2022-09-01T12:07:11.641167-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/415d2ec2-34fe-401f-8f7e-39cbbd8a109a/?format=api"
        },
        {
            "id": "90e620ff-ec6f-4480-b73e-03562d2e9623",
            "gambit_id": "03ac8ec8-5ed7-4ef6-9422-5f3bdc9b64ab",
            "last_updated": "2022-09-01T12:07:11.640630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.79000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/415d2ec2-34fe-401f-8f7e-39cbbd8a109a/?format=api"
        }
    ]
}