GET /api/bet_types/74326134-d555-4cc6-8a93-9c07d95e9267/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74326134-d555-4cc6-8a93-9c07d95e9267",
    "match": "https://api-prod.gambitprofit.com/api/matches/01a27e41-409d-4c01-9cb9-22d009094230/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:23.011581-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 Over 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e73019c-7a05-4ce1-b6af-b6909722f385",
            "gambit_id": "e338a0fe-7f3f-4610-a4d1-4e0dbacc5425",
            "last_updated": "2023-07-10T10:08:10.631362-04:00",
            "created_at": "2023-07-08T08:38:23.013964-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74326134-d555-4cc6-8a93-9c07d95e9267/?format=api"
        },
        {
            "id": "a82ae12a-b114-498f-9c86-7039bd47099f",
            "gambit_id": "26dcbdb3-ca1b-4351-9b92-998e0880ab30",
            "last_updated": "2023-07-10T10:08:10.629242-04:00",
            "created_at": "2023-07-08T08:38:23.016494-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74326134-d555-4cc6-8a93-9c07d95e9267/?format=api"
        }
    ]
}