GET /api/bet_types/5cf0c407-5993-481b-921e-39641b5cdeab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cf0c407-5993-481b-921e-39641b5cdeab",
    "match": "https://api-prod.gambitprofit.com/api/matches/71f3c775-77a6-412d-b32c-d150c7ac9920/?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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "39d55366-2af5-4310-bf89-76c15d8bb86d",
            "gambit_id": "cb94ea90-9394-456b-9104-07dd6a7f9ed7",
            "last_updated": "2022-11-12T09:13:07.748974-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cf0c407-5993-481b-921e-39641b5cdeab/?format=api"
        },
        {
            "id": "421351de-93e4-4eff-a189-8b725335b4a4",
            "gambit_id": "ac3f4fa4-71a2-4d5e-8ede-2a153a93e7b9",
            "last_updated": "2022-11-12T09:13:07.750123-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cf0c407-5993-481b-921e-39641b5cdeab/?format=api"
        }
    ]
}