GET /api/bet_types/5da2ae83-2ad0-458d-a853-aaf1ec59ed1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5da2ae83-2ad0-458d-a853-aaf1ec59ed1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b55b356-18cc-47df-9b70-5e89bd35b638/?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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1964f28-ca61-4974-895b-a941b7c6f4d2",
            "gambit_id": "7ad815cc-79f4-4dea-819a-11021bb4d637",
            "last_updated": "2022-10-17T09:37:01.418768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da2ae83-2ad0-458d-a853-aaf1ec59ed1d/?format=api"
        },
        {
            "id": "ba7a542e-fb14-4fb5-a14d-918b32252d16",
            "gambit_id": "fc2e33c7-8610-4c39-8a25-105eef7feff7",
            "last_updated": "2022-10-17T09:37:01.417653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da2ae83-2ad0-458d-a853-aaf1ec59ed1d/?format=api"
        }
    ]
}