GET /api/bet_types/074bbb8d-515f-4d88-9ff2-eb071867a12b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "074bbb8d-515f-4d88-9ff2-eb071867a12b",
    "match": "https://api-prod.gambitprofit.com/api/matches/51491a74-ff37-4829-8ffa-0ee5cc81c7b3/?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 2.5",
                "amount": 5244.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4756.0
            }
        ],
        "expected_reward_tokens": 8703.48,
        "profit_sb": -296.52,
        "profit_sb_percentage": -3.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a2cf59b-905a-4764-87a6-0a996982cc62",
            "gambit_id": "a0b72a06-5d45-4b0b-b30e-1f469afc946a",
            "last_updated": "2022-12-12T09:57:09.007483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.66000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/074bbb8d-515f-4d88-9ff2-eb071867a12b/?format=api"
        },
        {
            "id": "ecb11a0a-71af-444a-814f-ce87e88cc1dd",
            "gambit_id": "380885a1-76e7-4210-aaf3-6e8f1dbdb816",
            "last_updated": "2022-12-12T09:57:09.005384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/074bbb8d-515f-4d88-9ff2-eb071867a12b/?format=api"
        }
    ]
}