GET /api/bet_types/521561ed-96d2-4be7-8704-4316497495e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "521561ed-96d2-4be7-8704-4316497495e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/04915d76-0b6d-42cf-a1b6-72d1e76edbeb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:13.268836-04: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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "671e16cc-29a7-4d09-9783-84b1f6c3a458",
            "gambit_id": "30173e0d-d393-444e-bf3b-a76c2d020e0e",
            "last_updated": "2023-10-02T10:38:22.618692-04:00",
            "created_at": "2023-09-30T08:58:13.272143-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521561ed-96d2-4be7-8704-4316497495e5/?format=api"
        },
        {
            "id": "e649b3bf-5084-409c-8edd-0e673149c96d",
            "gambit_id": "6516e53e-2ee1-4e7d-88a3-ad93b2891442",
            "last_updated": "2023-10-02T10:38:22.629712-04:00",
            "created_at": "2023-09-30T08:58:13.277872-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521561ed-96d2-4be7-8704-4316497495e5/?format=api"
        }
    ]
}