GET /api/bet_types/5133e144-9f7f-4772-93af-b544f2e0ceab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5133e144-9f7f-4772-93af-b544f2e0ceab",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e7fcab0-1481-4327-9328-8d74fce7861f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-13T09:17:58.857370-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9271448d-7747-48c8-b079-82b6c0c861fd",
            "gambit_id": "21b0d0d7-c42c-4f50-a58e-fb4028d9de2e",
            "last_updated": "2023-11-14T10:13:17.996922-05:00",
            "created_at": "2023-11-13T09:17:58.861115-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5133e144-9f7f-4772-93af-b544f2e0ceab/?format=api"
        },
        {
            "id": "62f016e0-710b-4472-aadd-65ded1f0bbe1",
            "gambit_id": "8600b9b2-52a9-413f-a3b7-88782c7b51d8",
            "last_updated": "2023-11-14T10:13:18.006364-05:00",
            "created_at": "2023-11-13T09:17:58.865054-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5133e144-9f7f-4772-93af-b544f2e0ceab/?format=api"
        }
    ]
}