GET /api/bet_types/605438b4-5156-4481-b889-e0abc3812f3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "605438b4-5156-4481-b889-e0abc3812f3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/20d09f88-6021-4ab0-af43-3d750c143a6e/?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 Over 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "75e2b76f-40e1-4918-9ca2-a4284eb8c546",
            "gambit_id": "6571a8f5-40b9-41bc-8836-5d62c706ec33",
            "last_updated": "2022-08-07T10:57:15.322723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/605438b4-5156-4481-b889-e0abc3812f3b/?format=api"
        },
        {
            "id": "32d63218-f303-422f-a45c-478623fb2a9b",
            "gambit_id": "8ccb29af-eabf-41c5-93d7-e122bb487c26",
            "last_updated": "2022-08-07T10:57:15.322233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/605438b4-5156-4481-b889-e0abc3812f3b/?format=api"
        }
    ]
}