GET /api/bet_types/4ac9a3d8-f55b-467a-be98-57d67f82cad9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ac9a3d8-f55b-467a-be98-57d67f82cad9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e20e8dbd-c291-40dd-a0ad-10815a92aac1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-13T11:36:46.231869-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c92aead-84eb-4e59-be21-8b4da89e15aa",
            "gambit_id": "84b1a8a4-a29b-4040-8249-669bbce12bf6",
            "last_updated": "2023-02-14T09:31:57.422296-05:00",
            "created_at": "2023-02-13T11:36:46.233665-05:00",
            "name": "Game Total Under 239",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac9a3d8-f55b-467a-be98-57d67f82cad9/?format=api"
        },
        {
            "id": "72ab604a-3d49-41a2-857c-ea77270f5b95",
            "gambit_id": "c42d2391-47d1-4622-9e64-c4753d8bf45a",
            "last_updated": "2023-02-14T09:31:57.423455-05:00",
            "created_at": "2023-02-13T11:36:46.236062-05:00",
            "name": "Game Total Over 239",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac9a3d8-f55b-467a-be98-57d67f82cad9/?format=api"
        }
    ]
}