GET /api/bet_types/b45f5d89-5e5f-45c3-b1c2-e3371e62d93f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b45f5d89-5e5f-45c3-b1c2-e3371e62d93f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf3ee005-6049-4f89-913e-a936901c77f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-10T09:03:22.050878-04: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 7.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1fe605b-4a7d-4840-a236-d79b49a91a84",
            "gambit_id": "c2700bf5-d3fb-4a94-95ca-6d85b62b74d9",
            "last_updated": "2023-07-12T10:03:14.122967-04:00",
            "created_at": "2023-07-10T09:03:22.054415-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b45f5d89-5e5f-45c3-b1c2-e3371e62d93f/?format=api"
        },
        {
            "id": "c190b745-4b2b-4b95-b9ae-948b2cca048d",
            "gambit_id": "e5fc80c9-9096-4c2a-adc8-4b56d8323b19",
            "last_updated": "2023-07-12T10:03:14.121606-04:00",
            "created_at": "2023-07-10T09:03:22.052592-04:00",
            "name": "Game Total Over 7.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b45f5d89-5e5f-45c3-b1c2-e3371e62d93f/?format=api"
        }
    ]
}