GET /api/bet_types/ae5f302f-3283-4fe2-aa90-be520a1af4a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae5f302f-3283-4fe2-aa90-be520a1af4a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc70ed96-76c7-49ea-8a5e-38a44465ab10/?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 7",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f5d6460-60d3-407b-b5b2-ee1162258911",
            "gambit_id": "a6aeef10-db3b-44d7-bc4e-52bd1360e2f5",
            "last_updated": "2022-09-24T21:12:26.661405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5f302f-3283-4fe2-aa90-be520a1af4a5/?format=api"
        },
        {
            "id": "f6ba51c7-7714-447c-9661-0f7c0055d27e",
            "gambit_id": "199c9079-2c75-44d1-bd08-31ae20be711b",
            "last_updated": "2022-09-24T21:12:26.660290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5f302f-3283-4fe2-aa90-be520a1af4a5/?format=api"
        }
    ]
}