GET /api/bet_types/305db948-dd8c-4900-a45c-b78ed5fcd29f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "305db948-dd8c-4900-a45c-b78ed5fcd29f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc27ac92-e77c-4a87-9453-a4507424b7e1/?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 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "c21f7b13-6aba-4a31-95a0-363f612038a7",
            "gambit_id": "53a6052c-c533-4f60-a533-b54c5aed57ba",
            "last_updated": "2022-09-05T09:52:23.982389-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/305db948-dd8c-4900-a45c-b78ed5fcd29f/?format=api"
        },
        {
            "id": "dc2cb66f-ce53-4e9a-adfb-7a5c2d1f2842",
            "gambit_id": "6900b6b2-02cb-44d5-86d6-8e0fcf55c796",
            "last_updated": "2022-09-05T09:52:23.983524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/305db948-dd8c-4900-a45c-b78ed5fcd29f/?format=api"
        }
    ]
}