GET /api/bet_types/f7d00280-9bfd-4af5-ae6f-949ad1e2dec7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7d00280-9bfd-4af5-ae6f-949ad1e2dec7",
    "match": "https://api-prod.gambitprofit.com/api/matches/82d15509-7555-4ecf-ab64-31a4fabd3d91/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T18:27:16.138013-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": "b53f980c-5fc7-438e-aaef-9c21a6dcd5e5",
            "gambit_id": "4a603573-e8d3-47e2-82ca-513db290d805",
            "last_updated": "2023-01-27T10:07:13.141069-05:00",
            "created_at": "2023-01-26T18:27:16.139470-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/f7d00280-9bfd-4af5-ae6f-949ad1e2dec7/?format=api"
        },
        {
            "id": "516749b3-b83b-45b6-862e-d91f4dd637ed",
            "gambit_id": "a80e8021-55c3-4eb0-95b8-db86ac0960c7",
            "last_updated": "2023-01-27T10:07:13.142436-05:00",
            "created_at": "2023-01-26T18:27:16.141290-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/f7d00280-9bfd-4af5-ae6f-949ad1e2dec7/?format=api"
        }
    ]
}