GET /api/bet_types/9cdb8381-994b-4618-b056-90c41345e56b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cdb8381-994b-4618-b056-90c41345e56b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab2524c9-9045-4b1a-9a0c-cef776421948/?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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "30e4c71c-35b3-47eb-be5c-8f6c809d5855",
            "gambit_id": "3f213db7-2748-4983-9cae-88e8bc23efa7",
            "last_updated": "2022-12-05T15:42:17.842464-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cdb8381-994b-4618-b056-90c41345e56b/?format=api"
        },
        {
            "id": "6563f8d1-19ba-47b8-ad7a-f06eaad43617",
            "gambit_id": "e84ff73d-1166-4b7d-9991-9f3b3c35d602",
            "last_updated": "2022-12-05T15:42:17.843642-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cdb8381-994b-4618-b056-90c41345e56b/?format=api"
        }
    ]
}