GET /api/bet_types/9af50312-6997-4e86-9aed-46b59a6270fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9af50312-6997-4e86-9aed-46b59a6270fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/914ed757-03c6-432b-9c7d-9f7cee0106bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:17:59.466805-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "35dc1f42-156e-417e-8462-214355f845c6",
            "gambit_id": "8f0068de-821a-48d5-bc5b-7a4892aca394",
            "last_updated": "2023-12-26T15:18:20.741751-05:00",
            "created_at": "2023-12-23T09:17:59.472054-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af50312-6997-4e86-9aed-46b59a6270fc/?format=api"
        },
        {
            "id": "e2905653-0d63-45bf-b4e4-21be2bb695c2",
            "gambit_id": "1a99f7d2-ae0f-426a-94ad-220f01c681d5",
            "last_updated": "2023-12-26T15:18:20.745014-05:00",
            "created_at": "2023-12-23T09:17:59.477779-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af50312-6997-4e86-9aed-46b59a6270fc/?format=api"
        }
    ]
}