GET /api/bet_types/0c2e96a3-8c91-40ea-ae38-3b0e05c015de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c2e96a3-8c91-40ea-ae38-3b0e05c015de",
    "match": "https://api-prod.gambitprofit.com/api/matches/30c9e884-dd5e-4a12-a18c-b685738590f4/?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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "abde281f-87e6-404a-a558-5a64c4eef2bd",
            "gambit_id": "edf6d585-dc63-42c0-90ba-b6edd473ae17",
            "last_updated": "2022-11-19T10:43:34.170241-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2e96a3-8c91-40ea-ae38-3b0e05c015de/?format=api"
        },
        {
            "id": "cbc09dcb-197c-4d7e-be15-9f77f7651588",
            "gambit_id": "69669615-a463-4875-8616-fceaa1968ecb",
            "last_updated": "2022-11-19T10:43:34.171404-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c2e96a3-8c91-40ea-ae38-3b0e05c015de/?format=api"
        }
    ]
}