GET /api/bet_types/4484c295-bed8-4c10-b119-e97ac8039cff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4484c295-bed8-4c10-b119-e97ac8039cff",
    "match": "https://api-prod.gambitprofit.com/api/matches/28a5d967-74eb-4ce1-98f7-79108af10293/?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 64.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 64.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "75f2a860-cfcd-49a4-bd02-fe519639dfb9",
            "gambit_id": "9664a38f-c23e-47c9-a49a-1bd41ba8a5a6",
            "last_updated": "2022-09-05T09:32:25.547402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 64.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "64.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4484c295-bed8-4c10-b119-e97ac8039cff/?format=api"
        },
        {
            "id": "d2afe61f-fb15-4681-8203-5efef2c2aa81",
            "gambit_id": "3cf8da04-5056-4f95-9f6e-646fb7a1c59d",
            "last_updated": "2022-09-05T09:32:25.548435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 64.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "64.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4484c295-bed8-4c10-b119-e97ac8039cff/?format=api"
        }
    ]
}