GET /api/bet_types/c2314c0a-b58f-4d64-8744-ef84a85db9c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2314c0a-b58f-4d64-8744-ef84a85db9c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8f314c-34b4-47c5-9e08-eae714113fb3/?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 50",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a010ebc2-6fe3-4881-8b57-cc4897e2ba25",
            "gambit_id": "c9778044-5bd5-4b93-956f-fad0be374bc4",
            "last_updated": "2022-10-17T10:01:53.250538-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 50",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2314c0a-b58f-4d64-8744-ef84a85db9c7/?format=api"
        },
        {
            "id": "3c917a87-8edb-4992-b947-958195629147",
            "gambit_id": "93efcb0c-5fba-490f-8994-0faf6be4d09f",
            "last_updated": "2022-10-17T10:01:53.251716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 50",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2314c0a-b58f-4d64-8744-ef84a85db9c7/?format=api"
        }
    ]
}