GET /api/bet_types/cbe0ec9d-b8c6-4a91-91f8-49bc959a1a3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbe0ec9d-b8c6-4a91-91f8-49bc959a1a3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/064449cf-6c68-482a-b251-001bd968c092/?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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4aa2ccb7-04ec-4a83-a9eb-cabc1eff9468",
            "gambit_id": "be5dab25-954d-4a7e-8620-03bb288e195c",
            "last_updated": "2022-11-06T09:03:37.642916-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe0ec9d-b8c6-4a91-91f8-49bc959a1a3e/?format=api"
        },
        {
            "id": "8c2df3a5-5980-46ce-9b9a-26f09dc3dbc2",
            "gambit_id": "ea603e08-431f-4836-86b3-8b5bae1b45ef",
            "last_updated": "2022-11-06T09:03:37.641859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe0ec9d-b8c6-4a91-91f8-49bc959a1a3e/?format=api"
        }
    ]
}