GET /api/bet_types/7ae24966-4045-4a6d-b86b-1f563c60321b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ae24966-4045-4a6d-b86b-1f563c60321b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a55d662-1008-463c-b477-55fea03c6b3c/?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 2.5",
                "amount": 5244.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4756.0
            }
        ],
        "expected_reward_tokens": 8703.48,
        "profit_sb": -296.52,
        "profit_sb_percentage": -3.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "aded775f-733a-4077-8659-0be9fa11ef11",
            "gambit_id": "4ad27fc0-f60d-4018-98d7-0ed0055ad475",
            "last_updated": "2022-11-29T10:32:10.044589-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.66000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae24966-4045-4a6d-b86b-1f563c60321b/?format=api"
        },
        {
            "id": "71d4d85d-61fb-40b7-9a7c-4611b7453f90",
            "gambit_id": "bed7c9b1-8b9d-4b6c-a419-f11dba3dd093",
            "last_updated": "2022-11-29T10:32:10.045788-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae24966-4045-4a6d-b86b-1f563c60321b/?format=api"
        }
    ]
}