GET /api/bet_types/4a872d6c-cf87-459d-b278-acbeb3330220/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a872d6c-cf87-459d-b278-acbeb3330220",
    "match": "https://api-prod.gambitprofit.com/api/matches/252b58e7-0505-495d-bb64-cff71078e7f6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-24T11:32:26.269928-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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "823885ea-b050-4e10-948c-3ddbb6625c39",
            "gambit_id": "8503b348-9eb9-401e-aa74-aa044244d869",
            "last_updated": "2023-02-25T17:27:18.159729-05:00",
            "created_at": "2023-02-24T11:32:26.271281-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a872d6c-cf87-459d-b278-acbeb3330220/?format=api"
        },
        {
            "id": "f4cc8a3a-ae95-4044-80b3-e9186059ad42",
            "gambit_id": "04eda139-14c0-4009-8962-0a055867a2b1",
            "last_updated": "2023-02-25T17:27:18.160917-05:00",
            "created_at": "2023-02-24T11:32:26.272776-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a872d6c-cf87-459d-b278-acbeb3330220/?format=api"
        }
    ]
}